docs: For SO(3)
This commit is contained in:
parent
8324c95451
commit
fe0f2c26c7
3 changed files with 18 additions and 0 deletions
|
@ -103,6 +103,8 @@ def HiggsVec.toField (φ : HiggsVec) : HiggsField where
|
|||
rw [Bundle.contMDiffAt_section]
|
||||
exact smoothAt_const
|
||||
|
||||
/-- For all spacetime points, the constant Higgs field defined by a Higgs vector,
|
||||
returns that Higgs Vector. -/
|
||||
@[simp]
|
||||
lemma HiggsVec.toField_apply (φ : HiggsVec) (x : SpaceTime) : (φ.toField x) = φ := rfl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue