Documentation

LeanPool.NavierStokesAndEuler.Euler.BoundedFieldTimeDerivative

Actual time derivatives of uniformly continuous bounded fields #

Pointwise derivatives identify a derivative in the bounded-field norm when both the field and prescribed derivative are continuous in that norm. The proof uses the Bochner fundamental theorem of calculus and bounded evaluation.

Pointwise derivatives imply the exact integral identity in the bounded-field space.

theorem EulerBoundedFieldTimeDerivative.hasDerivWithinAt {X : Type u_1} {W : Type u_2} [TopologicalSpace X] [NormedAddCommGroup W] [NormedSpace W] [CompleteSpace W] (T : ) (hT : 0 T) (A A' : C((Set.Icc 0 T), BoundedContinuousFunction X W)) (hpoint : tSet.Icc 0 T, ∀ (x : X), HasDerivWithinAt (fun (s : ) => (EulerVolterraConvolution.extendPath T hT A s) x) ((EulerVolterraConvolution.extendPath T hT A' t) x) (Set.Icc 0 T) t) (t : ) (ht : t Set.Icc 0 T) :

This is a genuine derivative in the uniform bounded-field norm.