Workflow: check file imports

This commit is contained in:
jstoobysmith 2024-04-17 06:23:48 -04:00
parent 4e9d26a1a9
commit 20eb535f60
3 changed files with 23 additions and 7 deletions

View file

@ -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

View file

@ -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.
-/