refactor: Lint

This commit is contained in:
jstoobysmith 2024-06-11 11:33:50 -04:00
parent e0aaa5b1a8
commit da37263179
3 changed files with 12 additions and 13 deletions

View file

@ -11,24 +11,16 @@ We define the standard basis of the Lorentz group.
-/
namespace spaceTime
namespace lorentzAlgebra
open Matrix
/-- The matrices which form the basis of the Lorentz algebra. -/
@[simp]
def σMat (μ ν : Fin 4) : Matrix (Fin 4) (Fin 4) := fun ρ δ ↦
η^[ρ]_[μ] * η_[ν]_[δ] - η_[μ]_[δ] * η^[ρ]_[ν]
end lorentzAlgebra
end spaceTime