feat: Add representations for real Lorentz vecs
This commit is contained in:
parent
6b6f9261ca
commit
87865a00b7
3 changed files with 42 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace ContrℝModule
|
|||
variable {d : ℕ}
|
||||
|
||||
/-- The equivalence between `ContrℝModule` and `Fin 1 ⊕ Fin d → ℂ`. -/
|
||||
def toFin1dℝFun : ContrℝModule d ≃ (Fin 1 ⊕ Fin d → ℝ) where
|
||||
def toFin1dℝFun : ContrℝModule d ≃ (Fin 1 ⊕ Fin d → ℝ) where
|
||||
toFun v := v.val
|
||||
invFun f := ⟨f⟩
|
||||
left_inv _ := rfl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue