An Attempt to formalize physics in Lean4.
.github/workflows | ||
.lake | ||
HepLean | ||
scripts | ||
.DS_Store | ||
.gitignore | ||
CONTRIBUTING.md | ||
HepLean.lean | ||
lake-manifest.json | ||
lakefile.lean | ||
lean-toolchain | ||
README.md |
High Energy Physics in Lean
A project to digitalize high energy physics.
Aims of this project
- Use Lean to create a exhaustive database of definitions, theorems, proofs and calculations in high energy physics.
- Make a libary that is easy to use by the high energy physics community.
- Keep the database up-to date with developments in MathLib4.
- Create github workflows of relevence to the high energy physics community.
Where to learn more
-
The documentation for this project is at:
-
Watch this overview of HepLean:
-
A list of 'Frequently asked questions' can be found on the Wiki for this project:
https://github.com/HEPLean/HepLean/wiki/The-answers-to-some-questions
-
Feel free to connect on the Lean Zulip channel:
-
A small example script relating to the three fermion anomaly cancellation condition can be found here
Contributing
We follow here roughly the same contribution policies as MathLib4 (which can be found here).
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 corresponding directory.
- Run
lake exe cache get
. - Rune
lake build
.