An Attempt to formalize physics in Lean4.
.github/workflows | ||
.lake | ||
HepLean/AnomalyCancellation | ||
scripts | ||
.DS_Store | ||
.gitignore | ||
HepLean.lean | ||
lake-manifest.json | ||
lakefile.lean | ||
lean-toolchain | ||
README.md |
High Energy Physics in Lean
Aim of this project:
- Use Lean to create a database of definitions, theorems and proofs in high energy physics.
- Keep the database up-to date with developments in MathLib4.
- Create github workflows of relevence to the high energy physics community.
The documentation for this project can be found at:
https://heplean.github.io/HepLean/
To learn more about this project see:
Contributing
We follow here the same contribution policies as MathLib4. If you want permission to create a pull-request for this repository contact Joseph Tooby-Smith on the lean Zulip, or email.
Installation
Installing Lean 4
See: https://leanprover-community.github.io/get_started.html
Quick installation
- Clone this repository.
- Open a terminal in the cloned directory.
- Run
lake -Kenv=dev update
.
Depending on how up to date this directory is compared to MathLib4 this may lead to errors.