Documentation

LeanPool.NavierStokesAndEuler.Euler.TimeWeakDerivative

Recovering actual time derivatives from the zero-endpoint weak identity #

The terminal primitive is an explicit integral of an L² equivalence class. Integration by parts and the kernel of its initial trace identify the strong momentum representative used by the mean and transverse variational inverses.

Taking norms preserves absolute continuity by the reverse triangle inequality.

Real inner products of absolutely continuous Hilbert-valued paths are absolutely continuous; polarization reduces this to scalar products.

Zero-endpoint tests remove the boundary term in primitive integration by parts.

noncomputable def EulerTimeWeakDerivative.constantField {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (c : E) :

An actual constant time field, embedded in Bochner L².

Equations
Instances For
    theorem EulerTimeWeakDerivative.constantField_ae {E : Type u_1} [NormedAddCommGroup E] (T : ) (hT : 0 T) (c : E) :
    (constantField T hT c) =ᵐ[EulerTimeLp.timeMeasure T] fun (x : ) => c

    The Bochner constant has its literal pointwise representative almost everywhere.

    The trace of the primitive is minus the Bochner integral of the derivative.

    Constant fields pair only with the initial trace of a terminal primitive.

    The initial trace of a constant derivative is its value times minus the length.

    theorem EulerTimeWeakDerivative.exists_constant_of_zero_trace_orthogonal {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (hT : 0 < T) (r : (EulerTimeLp.TimeLp T E)) (hr : ∀ (v : (EulerTimeLp.TimeLp T E)), (EulerTerminalTimePrimitive.initialTrace T ) v = 0inner r v = 0) :
    ∃ (c : E), r = constantField T c

    Orthogonality to all zero-trace derivatives forces an actual constant L² field.

    The zero-endpoint weak derivative identity constructs an actual momentum representative: a terminal primitive plus a constant.

    The weak identity supplies a genuine absolutely continuous representative whose almost-everywhere derivative is the prescribed momentum forcing.