PhysLean Documentation

PhysLean.SpaceAndTime.SpaceTime.TimeSlice

Time slice #

Time slicing functions on spacetime, turning them into a function TimeSpace d → M.

This is useful when going from relativistic physics (defined using SpaceTime) to non-relativistic physics (defined using Space and Time).

def SpaceTime.timeSlice {d : } {M : Type} (c : SpeedOfLight := 1) :
(SpaceTime dM) (TimeSpace dM)

The timeslice of a function SpaceTime d → M forming a function TimeSpace d → M.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def SpaceTime.timeSliceLinearEquiv {d : } {M : Type} [AddCommGroup M] [Module M] (c : SpeedOfLight := 1) :
    (SpaceTime dM) ≃ₗ[] TimeSpace dM

    The timeslice of a function SpaceTime d → M forming a function TimeSpace d → M, as a linear equivalence.

    Equations
    Instances For

      B. Time slices of distributions #

      The time slice of a distribution on SpaceTime d to form a distribution on Time × Space d.

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

        B.1. Time slices and derivatives #