Docs: Minor changes
This commit is contained in:
parent
2f0377baf0
commit
a40d21378b
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ Released under Apache 2.0 license.
|
||||||
Authors: Joseph Tooby-Smith
|
Authors: Joseph Tooby-Smith
|
||||||
-/
|
-/
|
||||||
import HepLean.SpaceTime.LorentzGroup.Orthochronous
|
import HepLean.SpaceTime.LorentzGroup.Orthochronous
|
||||||
|
import HepLean.SpaceTime.LorentzGroup.Proper
|
||||||
import Mathlib.GroupTheory.SpecificGroups.KleinFour
|
import Mathlib.GroupTheory.SpecificGroups.KleinFour
|
||||||
import Mathlib.Topology.Constructions
|
import Mathlib.Topology.Constructions
|
||||||
/-!
|
/-!
|
||||||
|
|
|
@ -169,7 +169,7 @@ lemma mul_not_othchron_of_not_othchron_othchron {Λ Λ' : lorentzGroup} (h : ¬
|
||||||
rw [zero_zero_mul]
|
rw [zero_zero_mul]
|
||||||
exact euclid_norm_not_IsFourVelocity_IsFourVelocity h h'
|
exact euclid_norm_not_IsFourVelocity_IsFourVelocity h h'
|
||||||
|
|
||||||
/-- The representation from `lorentzGroup` to `ℤ₂` whose kernal are the Orthochronous elements. -/
|
/-- The homomorphism from `lorentzGroup` to `ℤ₂` whose kernal are the Orthochronous elements. -/
|
||||||
def orthchroRep : lorentzGroup →* ℤ₂ where
|
def orthchroRep : lorentzGroup →* ℤ₂ where
|
||||||
toFun := orthchroMap
|
toFun := orthchroMap
|
||||||
map_one' := by
|
map_one' := by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue