refactor: Lint

This commit is contained in:
jstoobysmith 2024-09-12 11:07:17 -04:00
parent 98084ae0aa
commit 79584d4853
2 changed files with 10 additions and 3 deletions

View file

@ -170,6 +170,7 @@ lemma isConst_iff_of_higgsVec (Φ : HiggsField) : Φ.IsConst ↔ ∃ (φ : Higgs
vector is the given real number. -/
def ofReal (a : ) : HiggsField := (HiggsVec.ofReal a).toField
/-- The higgs field which is all zero. -/
def zero : HiggsField := ofReal 0
end HiggsField