feat: symmetry factor and connectedness
This commit is contained in:
parent
9cf4c85405
commit
1384239f71
2 changed files with 361 additions and 7 deletions
|
@ -14,7 +14,7 @@ A project to digitalize high energy physics.
|
|||
- Keep the database up-to date with developments in MathLib4.
|
||||
- Create gitHub workflows of relevance to the high energy physics community.
|
||||
|
||||
## Areas of high energy physics currently covered
|
||||
## Areas of high energy physics with some coverage in HepLean
|
||||
|
||||
|
||||
[](https://heplean.github.io/HepLean/HepLean/FlavorPhysics/CKMMatrix/Basic.html)
|
||||
|
@ -22,7 +22,7 @@ A project to digitalize high energy physics.
|
|||
[](https://heplean.github.io/HepLean/HepLean/BeyondTheStandardModel/TwoHDM/Basic.html)
|
||||
[](https://heplean.github.io/HepLean/HepLean/SpaceTime/LorentzGroup/Basic.html)
|
||||
[](https://heplean.github.io/HepLean/HepLean/AnomalyCancellation/Basic.html)
|
||||
|
||||
[](https://heplean.github.io/HepLean/HepLean/FeynmanDiagrams/PhiFour/Basic.html)
|
||||
## Where to learn more
|
||||
|
||||
- Read the associated paper:
|
||||
|
@ -71,4 +71,4 @@ The installation instructions for Lean 4 are given here: https://leanprover-comm
|
|||
### Optional extras
|
||||
|
||||
- [Lean Copilot](https://github.com/lean-dojo/LeanCopilot) allows the use of large language models in Lean.
|
||||
- [tryAtEachStep](https://github.com/dwrensha/tryAtEachStep) allows one to apply a tactic, e.g. `exact?` at each step of a each lemma in a file to see if it completes the goal. This is useful for golfing proofs.
|
||||
- [tryAtEachStep](https://github.com/dwrensha/tryAtEachStep) allows one to apply a tactic, e.g. `exact?` at each step of a lemma in a file to see if it completes the goal. This is useful for golfing proofs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue