Documentation

LeanPool.NavierStokesAndEuler.Euler.FlowL2Transport

A genuine determinant-one flow transports continuous spatial L² paths through its actual inverse, preserving the norm exactly.

Inverse homeomorph, bundling toFun, invFun, left_inv, right_inv and the required compatibility proofs.

Equations
Instances For

    Inverse path, given by (⟨Function.uncurry Y,hY⟩ : C(K × Vector3,Vector3)).curry.

    Equations
    Instances For

      No operator-norm continuity of composition is assumed. Joint strong continuity follows from actual continuity and preservation of volume.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem EulerFlowL2Transport.transportPath_ae {K : Type u_1} {E : Type u_2} [TopologicalSpace K] [NormedAddCommGroup E] (X Y : KEulerLiftedGradientSpace.Vector3EulerLiftedGradientSpace.Vector3) (F : KEulerLiftedGradientSpace.Vector3EulerLiftedGradientSpace.Vector3 →L[] EulerLiftedGradientSpace.Vector3) (hX : ∀ (t : K) (x : EulerLiftedGradientSpace.Vector3), HasFDerivAt (X t) (F t x) x) (hYX : ∀ (t : K), Function.LeftInverse (Y t) (X t)) (hXY : ∀ (t : K), Function.RightInverse (Y t) (X t)) (hY : Continuous (Function.uncurry Y)) (hdet : ∀ (t : K) (x : EulerLiftedGradientSpace.Vector3), (F t x).det = 1) (u : C(K, (MeasureTheory.Lp E 2 MeasureTheory.volume))) (f : KEulerLiftedGradientSpace.Vector3E) (hu : ∀ (t : K), (u t) =ᵐ[MeasureTheory.volume] f t) (t : K) :
        ((transportPath X Y F hX hYX hXY hY hdet u) t) =ᵐ[MeasureTheory.volume] fun (x : EulerLiftedGradientSpace.Vector3) => f t (Y t x)