feat: Add docs

This commit is contained in:
jstoobysmith 2024-11-11 16:30:02 +00:00
parent 278848247c
commit 7948160e53
3 changed files with 20 additions and 5 deletions

View file

@ -48,7 +48,7 @@ scoped[StandardModel.HiggsField] notation "⟪" φ1 "," φ2 "⟫_H" => innerProd
-/
@[simp]
lemma innerProd_neg_left (φ1 φ2 : HiggsField) : ⟪- φ1, φ2⟫_H = -⟪φ1, φ2⟫_H := by
lemma innerProd_neg_left (φ1 φ2 : HiggsField) : ⟪- φ1, φ2⟫_H = - ⟪φ1, φ2⟫_H := by
funext x
simp [innerProd]