docs: Add documentation

This commit is contained in:
jstoobysmith 2024-11-08 06:13:03 +00:00
parent b95c542667
commit 1350ab732d
2 changed files with 6 additions and 1 deletions

View file

@ -12,6 +12,8 @@ import Mathlib.Logic.Equiv.TransferInstance
## Modules associated with complex Lorentz vectors
We define the modules underlying complex Lorentz vectors.
These definitions are preludes to the definitions of
`Lorentz.complexContr` and `Lorentz.complexCo`.
-/

View file

@ -13,6 +13,9 @@ import Mathlib.Logic.Equiv.TransferInstance
We define the modules underlying real Lorentz vectors.
These definitions are preludes to the definitions of
`Lorentz.contr` and `Lorentz.co`.
-/
namespace Lorentz
@ -119,7 +122,7 @@ def toFin1dEquiv : CoModule d ≃ₗ[] (Fin 1 ⊕ Fin d → ) where
/-- The underlying element of `Fin 1 ⊕ Fin d → ` of a element in `CoModule` defined
through the linear equivalence `toFin1dEquiv`. -/
abbrev toFin13 (ψ : CoModule d) := toFin1dEquiv ψ
abbrev toFin1d (ψ : CoModule d) := toFin1dEquiv ψ
end CoModule