PhysLean/HepLean/Lorentz/Algebra/Basis.lean

20 lines
526 B
Text
Raw Normal View History

2024-06-11 11:16:31 -04:00
/-
Copyright (c) 2024 Joseph Tooby-Smith. All rights reserved.
2024-07-12 16:39:44 -04:00
Released under Apache 2.0 license as described in the file LICENSE.
2024-06-11 11:16:31 -04:00
Authors: Joseph Tooby-Smith
-/
2024-11-09 17:31:18 +00:00
import HepLean.Lorentz.Algebra.Basic
2025-01-22 10:32:39 +00:00
import HepLean.Meta.TODO.Basic
2024-06-11 11:16:31 -04:00
/-!
# Basis of the Lorentz Algebra
2024-07-02 10:13:52 -04:00
This file is currently a stub.
2024-06-11 11:16:31 -04:00
2024-07-02 10:13:52 -04:00
Old commits contained code here, however this has not being ported forward.
2024-07-02 10:13:52 -04:00
This file is waiting for Lorentz Tensors to be done formally, before
it can be completed.
2024-07-02 10:13:52 -04:00
-/
2025-01-22 10:32:39 +00:00
TODO "Define the standard basis of the Lorentz algebra."