The Minkowski matrix #
The definition of the Minkowski Matrix #
Notation for minkowskiMatrix
.
Equations
- minkowskiMatrix.termη = Lean.ParserDescr.node `minkowskiMatrix.termη 1024 (Lean.ParserDescr.symbol "η")
Instances For
@[simp]
The Minkowski matrix is self-inverting.
@[simp]
The Minkowski matrix is symmetric.
@[simp]
The determinant of the Minkowski matrix is equal to -1
to the power
of the number of spatial dimensions.
@[simp]
Multiplying any element on the diagonal of the Minkowski matrix by itself gives 1
.
The Minkowski matrix as a block matrix.
The time-time
component of the Minkowski matrix is 1
.
The space diagonal components of the Minkowski matrix are -1
.
@[simp]
The Minkowski dual of the identity is the identity.
@[simp]
The Minkowski dual is involutive (i.e. dual (dual Λ)) = Λ
).
@[simp]
The Minkowski dual preserves the Minkowski matrix.