Documentation

LeanPool.NavierStokesAndEuler.Euler.LinearFundamentalPath

Actual continuous fundamental paths from the existence theorem #

This module chooses the paths whose existence was proved by Picard iteration and records their initial values, two-sided inverse identities, and actual within-interval derivatives. The final specialization constructs an Evolution for every continuous bounded operator coefficient.

Construction of a homogeneous fundamental solution #

Continuous bounded coefficients in a real Banach algebra have actual forward and inverse fundamental paths. Existence is the previously proved global Lipschitz Picard theorem; both inverse identities follow by differentiation and ODE uniqueness. This result is qualitative. No exponential estimate from this construction is used in the later profile estimates.

theorem EulerLinearFundamentalExistence.exists_fundamental {A : Type u_1} [NormedRing A] [NormedAlgebra A] [CompleteSpace A] (T : ) (hT : 0 T) (B : C((Set.Icc 0 T), A)) :
∃ (Φ : A) (Ψ : A), Φ 0 = 1 Ψ 0 = 1 (∀ tSet.Icc 0 T, HasDerivAt Φ (EulerVolterraConvolution.extendPath T hT B t * Φ t) t) (∀ tSet.Icc 0 T, HasDerivAt Ψ (-(Ψ t * EulerVolterraConvolution.extendPath T hT B t)) t) tSet.Icc 0 T, Φ t * Ψ t = 1 Ψ t * Φ t = 1

A continuous coefficient field has two-sided inverse fundamental paths.

structure EulerLinearFundamentalExistence.FundamentalPath {A : Type u_1} [NormedRing A] [NormedAlgebra A] (T : ) (hT : 0 T) (B : C((Set.Icc 0 T), A)) :
Type u_1

The continuous paths constructed from the actual Banach-space ODE.

Instances For

    Every continuous coefficient has such actual paths, with no smallness hypothesis.

    noncomputable def EulerLinearFundamentalExistence.fundamentalPath {A : Type u_1} [NormedRing A] [NormedAlgebra A] [CompleteSpace A] (T : ) (hT : 0 T) (B : C((Set.Icc 0 T), A)) :

    A fixed choice of the genuinely constructed fundamental paths.

    Equations
    Instances For
      noncomputable def EulerLinearDuhamel.constructedEvolution {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] [CompleteSpace E] (T : ) (hT : 0 T) (B : C((Set.Icc 0 T), E →L[] E)) :
      Evolution T hT B

      A homogeneous evolution constructed for an arbitrary continuous operator coefficient.

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

        Its forward path starts at the identity.