Workflow: check file imports
This commit is contained in:
parent
4e9d26a1a9
commit
20eb535f60
3 changed files with 23 additions and 7 deletions
|
@ -4,13 +4,6 @@ Released under Apache 2.0 license.
|
|||
Authors: Joseph Tooby-Smith
|
||||
-/
|
||||
import HepLean.AnomalyCancellation.LinearMaps
|
||||
import Mathlib.Tactic.Polyrith
|
||||
import Mathlib.Tactic.Linarith
|
||||
import Mathlib.Tactic.FieldSimp
|
||||
import Mathlib.NumberTheory.FLT.Basic
|
||||
import Mathlib.Algebra.QuadraticDiscriminant
|
||||
import Mathlib.Algebra.Module.Basic
|
||||
import Mathlib.Algebra.Module.LinearMap.Basic
|
||||
/-!
|
||||
# Basic set up for anomaly cancellation conditions
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ quadratic and cubic equations.
|
|||
## TODO
|
||||
|
||||
Use definitions in `Mathlib4` for definitions where possible.
|
||||
In particular a HomogeneousQuadratic should be a map `V →ₗ[ℚ] V →ₗ[ℚ] ℚ` etc.
|
||||
|
||||
-/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue