Documentation

LeanPool.NavierStokesAndEuler.Euler.HilbertCoerciveTransport

Coercive operator transport between Hilbert models #

This elementary operator lemma applies equally to mean and transverse displacement spaces, including forms with nonlocal initial-trace terms.

Pull a genuine bounded operator back along a bounded linear coordinate map.

Equations
Instances For

    The transported bilinear form is exactly the original form on the image.

    theorem EulerHilbertCoerciveTransport.transportedOperator_coercive {V : Type u_1} {W : Type u_2} [NormedAddCommGroup V] [InnerProductSpace V] [CompleteSpace V] [NormedAddCommGroup W] [InnerProductSpace W] [CompleteSpace W] (D : V →L[] W) (A : W →L[] W) (a d : ) (ha : 0 a) (hA : ∀ (w : W), a * w ^ 2 inner (A w) w) (hD : ∀ (v : V), d * v ^ 2 D v ^ 2) (v : V) :
    a * d * v ^ 2 inner ((transportedOperator D A) v) v

    Coercivity transports using only a proved lower bound for the coordinate map.

    The transported forcing is the actual adjoint pullback.