refactor: Lint

This commit is contained in:
jstoobysmith 2024-10-01 06:17:23 +00:00
parent bd83eba92f
commit ec03307948

View file

@ -44,6 +44,7 @@ lemma prodMatrix_eq_fieldCompMatrix_sq (Φ1 Φ2 : HiggsField) (x : SpaceTime) :
· funext i j
fin_cases i <;> fin_cases j <;> rfl
/-- An instance of `PartialOrder` on `` defined through `Complex.partialOrder`. -/
local instance : PartialOrder := Complex.partialOrder
/-- The matrix `prodMatrix` is positive semi-definite. -/