Documentation

Physicslib4.Spacetime.IsometryCausality

Isometries and the causal structure of curves #

This file begins the basis-set-preservation chain for Axiom 5 (def:isometric-covariance-in-curved-spacetime): an isometry should carry trips to trips, hence chronological precedence forward, hence chronological futures forward.

The first step is the pushforward of a smooth path g ∘ μ under an isometry g, together with the chain-rule description of its tangent vector.

Main definitions #

theorem Physicslib4.Spacetime.Isometry.mfderivWithin_comp_diffeo {M : Spacetime} (g : M.Isometry) (μ : M.SmoothPath) {s : } (hs : s μ.parameterSpace) :
(mfderiv[μ.parameterSpace] (g.toDiffeo μ.toFun) s) 1 = (mfderiv% g.toDiffeo (μ.toFun s)) ((mfderiv[μ.parameterSpace] μ.toFun s) 1)

Chain rule for the tangent vector of g ∘ μ along the parameter space: the derivative of the composite is the differential of the isometry applied to the derivative of μ.

The pushforward of a smooth path μ under an isometry g: the composite g ∘ μ on the same parameter space. Smoothness is inherited from the composition of the smooth path with the (smooth) isometry, and the tangent vector is non-vanishing because the differential of an isometry is a linear isomorphism.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem Physicslib4.Spacetime.Isometry.pushforwardPath_tangent {M : Spacetime} (g : M.Isometry) (μ : M.SmoothPath) {s : } (hs : s μ.parameterSpace) :
    (g.pushforwardPath μ).tangent s = (mfderiv% g.toDiffeo (μ.toFun s)) (μ.tangent s)

    The tangent vector of the pushforward path is the differential of the isometry applied to the tangent vector of μ.

    The pushforward of a timelike path is timelike: isometries preserve the timelike condition along a path.

    The pushforward of a causal path is causal.

    A past endpoint of μ is carried by g to a past endpoint of the pushforward path.

    A future endpoint of μ is carried by g to a future endpoint of the pushforward path.

    Preservation of future orientation, trips and chronological precedence #

    A general isometry preserves the metric and hence the timelike/null/spacelike classification, but it need not preserve the chosen time orientation t. We isolate the property that it preserves future-pointing-ness and show that, under this hypothesis, the pushforward carries trips to trips and therefore chronological precedence forward. The remaining step toward Axiom 5 is to show that identity-component isometries satisfy this property (a connectedness argument), which is recorded as future work.

    An isometry g preserves the future orientation t if its differential sends future-pointing tangent vectors to future-pointing tangent vectors.

    Equations
    Instances For

      The identity isometry preserves the future orientation.

      Future-orientation preservation is closed under composition.

      The future-orientation-preserving isometries: those g for which both g and g⁻¹ preserve the future orientation t. Bundling the inverse makes this a genuine subgroup using only the identity and composition lemmas, with no appeal to the (C⁰) group topology. This is the group over which Axiom 5's isometric covariance is intended to range.

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

        The oriented identity component: the identity-component isometries that also preserve the future orientation. This folds orientation-preservation into the identity-component group of Axiom 5, sidestepping the (unprovable with the current C⁰ topology) statement that every identity-component isometry preserves orientation.

        Equations
        Instances For

          Under future-orientation preservation, the pushforward of a future-oriented path is future-oriented.

          Under future-orientation preservation, an isometry carries a single trip segment forward.

          Under future-orientation preservation, an isometry carries chronological precedence forward: p ≪ q implies g p ≪ g q. A trip is a finite chain of trip segments, so this lifts segmentPrecedes_pushforward along the transitive closure (Relation.TransGen.lift).

          Under future-orientation preservation, the image of a chronological future is contained in the chronological future of the image point.

          The underlying map of g cancels that of g⁻¹.

          The underlying map of g⁻¹ cancels that of g.

          When both g and g⁻¹ preserve the future orientation, the image of a chronological future is exactly the chronological future of the image point: g(I⁺(p)) = I⁺(g p).

          Under future-orientation preservation, the image of a chronological past is contained in the chronological past of the image point.

          When both g and g⁻¹ preserve the future orientation, the image of a chronological past is exactly the chronological past of the image point: g(I⁻(p)) = I⁻(g p).

          Basis-set preservation. When both g and g⁻¹ preserve the future orientation, the isometry carries Alexandrov-basis sets to Alexandrov-basis sets: g(I⁺(p) ∩ I⁻(q)) = I⁺(g p) ∩ I⁻(g q). This is the geometric content behind Axiom 5's action 𝔘(𝐁) → 𝔘(φ(𝐁)).

          Unconditional basis-set preservation for a future-orientation-preserving isometry: it carries Alexandrov-basis sets to Alexandrov-basis sets.

          Basis-set preservation for the oriented identity component. Every isometry in the oriented identity component carries Alexandrov-basis sets to Alexandrov-basis sets - the geometric input behind Axiom 5's action 𝔘(𝐁) → 𝔘(φ(𝐁)), now unconditional.

          The pointwise action of an isometry on a set is the image under its underlying map: g • B = g(B).

          Basis-set preservation in pointwise-action form: a future-orientation- preserving isometry sends Alexandrov-basis sets to basis sets, with the action written as g • B.

          Basis-set preservation on a Lorentzian spacetime (image form). An isometry of L.toSpacetime in the oriented identity component carries IsBasisSet sets to IsBasisSet sets.

          Basis-set preservation on a Lorentzian spacetime (pointwise-action form). The same statement written with the pointwise action g • B, as used by the abstract Axiom 5 interface.