refactor: Lint
This commit is contained in:
parent
98084ae0aa
commit
79584d4853
2 changed files with 10 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue