PhysLean Documentation

PhysLean.Relativity.Tensors.RealTensor.Vector.Basic

Metrics as real Lorentz tensors #

@[reducible, inline]
abbrev Lorentz.Vector (d : := 3) :

Real contravariant Lorentz vector.

Equations
Instances For

    The equivalence between the type of indices of a Lorentz vector and Fin 1 ⊕ Fin d.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      The coordinates of a Lorentz vector as a linear map.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        The Minkowski product of Lorentz vectors in the +--- convention..

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The Minkowski product of Lorentz vectors in the +--- convention..

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            @[simp]
            theorem Lorentz.Vector.innerProduct_invariant {d : } (p q : Vector d) (Λ : (LorentzGroup d)) :

            ## Smoothness

            The structure of a smooth manifold on Vector .

            Equations
            Instances For

              The Lorentz action #

              theorem Lorentz.Vector.action_apply_eq_sum {d : } (i : Fin 1 Fin d) (Λ : (LorentzGroup d)) (p : Vector d) :
              toCoord (Λ p) i = j : Fin 1 Fin d, Λ i j * toCoord p j
              theorem Lorentz.Vector.action_toCoord_eq_mulVec {d : } (Λ : (LorentzGroup d)) (p : Vector d) :
              toCoord (Λ p) = (↑Λ).mulVec (toCoord p)
              @[reducible, inline]

              Extract spatial components from a Lorentz vector, returning them as a vector in Euclidean space.

              Equations
              Instances For
                @[reducible, inline]

                Extract time component from a Lorentz vector

                Equations
                Instances For