feat: Improved todo list

This commit is contained in:
jstoobysmith 2025-01-22 10:32:39 +00:00
parent 1b2cc5338f
commit ca044d3786
37 changed files with 180 additions and 42 deletions

View file

@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Joseph Tooby-Smith
-/
import HepLean.Lorentz.MinkowskiMatrix
import HepLean.Meta.TODO.Basic
/-!
# The Lorentz Group
@ -14,7 +15,7 @@ We define the Lorentz group.
- http://home.ku.edu.tr/~amostafazadeh/phys517_518/phys517_2016f/Handouts/A_Jaffi_Lorentz_Group.pdf
-/
/-! TODO: Show that the Lorentz is a Lie group. -/
TODO "Show that the Lorentz group is a Lie group."
noncomputable section

View file

@ -21,7 +21,7 @@ A boost is the special case of a generalised boost when `u = stdBasis 0`.
https://diposit.ub.edu/dspace/bitstream/2445/68763/2/memoria.pdf
-/
/-! TODO: Show that generalised boosts are in the restricted Lorentz group. -/
TODO "Show that generalised boosts are in the restricted Lorentz group."
noncomputable section
namespace LorentzGroup

View file

@ -12,7 +12,7 @@ We define the give a series of lemmas related to the orthochronous property of l
matrices.
-/
/-! TODO: Prove topological properties of the Orthochronous Lorentz Group. -/
TODO "Prove topological properties of the Orthochronous Lorentz Group."
noncomputable section

View file

@ -10,9 +10,9 @@ import HepLean.Lorentz.Group.Orthochronous
This file is currently a stub.
-/
/-! TODO: Add definition of the restricted Lorentz group. -/
/-! TODO: Prove member of the restricted Lorentz group is combo of boost and rotation. -/
/-! TODO: Prove restricted Lorentz group equivalent to connected component of identity. -/
TODO "Add definition of the restricted Lorentz group."
TODO "Prove member of the restricted Lorentz group is combo of boost and rotation."
TODO "Prove restricted Lorentz group equivalent to connected component of identity."
noncomputable section

View file

@ -11,7 +11,7 @@ import HepLean.Mathematics.SO3.Basic
This file describes the embedding of `SO(3)` into `LorentzGroup 3`.
-/
/-! TODO: Generalize the inclusion of rotations into LorentzGroup to abitary dimension. -/
TODO "Generalize the inclusion of rotations into LorentzGroup to abitary dimension."
noncomputable section
namespace LorentzGroup