feat: Add instance of SO(3) as topological group
This commit is contained in:
parent
8024aa92a1
commit
026ed8b85e
2 changed files with 30 additions and 6 deletions
|
@ -45,7 +45,6 @@ scoped[GroupTheory] notation (name := SO3_notation) "SO(3)" => SO3
|
||||||
/-- SO3 has the subtype topology. -/
|
/-- SO3 has the subtype topology. -/
|
||||||
instance : TopologicalSpace SO3 := instTopologicalSpaceSubtype
|
instance : TopologicalSpace SO3 := instTopologicalSpaceSubtype
|
||||||
|
|
||||||
|
|
||||||
namespace SO3
|
namespace SO3
|
||||||
|
|
||||||
@[simp]
|
@[simp]
|
||||||
|
@ -139,11 +138,8 @@ def embeddingGL : Embedding toGL.toFun where
|
||||||
apply And.intro (isOpen_induced hU1)
|
apply And.intro (isOpen_induced hU1)
|
||||||
exact hU2
|
exact hU2
|
||||||
|
|
||||||
|
instance : TopologicalGroup SO(3) :=
|
||||||
|
Inducing.topologicalGroup toGL embeddingGL.toInducing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
28
HepLean/SpaceTime/LorentzGroup/Rotations.lean
Normal file
28
HepLean/SpaceTime/LorentzGroup/Rotations.lean
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
/-
|
||||||
|
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
|
||||||
|
Released under Apache 2.0 license.
|
||||||
|
Authors: Joseph Tooby-Smith
|
||||||
|
-/
|
||||||
|
import HepLean.SpaceTime.LorentzGroup.Orthochronous
|
||||||
|
import HepLean.SpaceTime.LorentzGroup.Proper
|
||||||
|
import HepLean.GroupTheory.SO3.Basic
|
||||||
|
import Mathlib.GroupTheory.SpecificGroups.KleinFour
|
||||||
|
import Mathlib.Topology.Constructions
|
||||||
|
/-!
|
||||||
|
# Rotations
|
||||||
|
|
||||||
|
-/
|
||||||
|
noncomputable section
|
||||||
|
namespace spaceTime
|
||||||
|
|
||||||
|
namespace lorentzGroup
|
||||||
|
open GroupTheory
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
end lorentzGroup
|
||||||
|
|
||||||
|
|
||||||
|
end spaceTime
|
||||||
|
end
|
Loading…
Add table
Add a link
Reference in a new issue