Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mseri/BET

Project for "Machine-Checked Mathematics" at the Lorentz Center
https://github.com/mseri/BET

Last synced: 3 months ago
JSON representation

Project for "Machine-Checked Mathematics" at the Lorentz Center

Awesome Lists containing this project

README

        

# Birkhoff's ergodic theorem in Lean 4

![Lean build](https://github.com/mseri/BET/actions/workflows/build.yml/badge.svg)

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.