https://github.com/mseri/bet
Project for "Machine-Checked Mathematics" at the Lorentz Center
https://github.com/mseri/bet
Last synced: 10 months ago
JSON representation
Project for "Machine-Checked Mathematics" at the Lorentz Center
- Host: GitHub
- URL: https://github.com/mseri/bet
- Owner: mseri
- License: apache-2.0
- Created: 2023-07-17T07:35:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:25:43.000Z (over 1 year ago)
- Last Synced: 2025-07-21T18:39:12.419Z (11 months ago)
- Language: Lean
- Size: 2.05 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Birkhoff's ergodic theorem in Lean 4

This project was initiated at the [Machine-Checked Mathematics Workshop](https://www.lorentzcenter.nl/machine-checked-mathematics.html) at the Lorentz Center, 10-14 July 2023.
Developed with @mseri, @marcolenci and Guillaume Dubach, under the support and supervision of Sébastien Gouëzel.
## How to use
Make sure that Lean 4 is installed, if not, [start here](https://leanprover-community.github.io/).
Clone this repo
```
git clone https://github.com/mseri/BET.git
```
then enter the folder
```
cd BET
```
download mathlib's cache
```
lake exe cache get
```
and open the folder in your editor to view and edit the Lean code.
[Contribution guidelines](CONTRIBUTING.md) for this project.