Documentation

LeanPool.NavierStokesAndEuler.Euler.TransverseGramPath

Time-dependent inverse of a coercive transverse Gram matrix #

The coefficient inverse and its derivative are constructed from the frame and its quantitative lower bound. These are coefficient theorems, independent of any chosen variational solution.

The within-set derivative of an actual adjoint.

The within-set derivative of an actual Gram matrix.

Actual inverse differentiation is valid within the time interval, including endpoints.

Continuous Gram coefficient, constructed by the actual adjoint and composition.

Equations
Instances For

    Continuous derivative coefficient of the Gram matrix.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def EulerTransverseGramPath.gramInversePath {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (x : U), c * x ^ 2 (Q t) x ^ 2) :
      C((Set.Icc 0 T), U →L[] U)

      The genuinely constructed Gram inverse varies continuously on the interval.

      Equations
      Instances For
        noncomputable def EulerTransverseGramPath.gramInverseDerivativePath {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q Q₁ : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (x : U), c * x ^ 2 (Q t) x ^ 2) :
        C((Set.Icc 0 T), U →L[] U)

        Explicit continuous coefficient of the inverse derivative -K⁻¹ K' K⁻¹.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          noncomputable def EulerTransverseGramPath.frameLeftInversePath {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (x : U), c * x ^ 2 (Q t) x ^ 2) :
          C((Set.Icc 0 T), E →L[] U)

          The canonical left-inverse coefficient is continuous.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            noncomputable def EulerTransverseGramPath.frameLeftInverseDerivativePath {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q Q₁ : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (x : U), c * x ^ 2 (Q t) x ^ 2) :
            C((Set.Icc 0 T), E →L[] U)

            The continuous coefficient of the derivative of the frame left inverse.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem EulerTransverseGramPath.gramInversePath_hasDerivWithinAt {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q Q₁ : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (x : U), c * x ^ 2 (Q t) x ^ 2) (hT : 0 T) (hd : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT Q) (Q₁ t) (Set.Icc 0 T) t) (t : (Set.Icc 0 T)) :

              The constructed inverse coefficient has its claimed within-interval derivative.

              theorem EulerTransverseGramPath.frameLeftInversePath_hasDerivWithinAt {U : Type u_1} {E : Type u_2} [NormedAddCommGroup U] [InnerProductSpace U] [CompleteSpace U] [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (T : ) (Q Q₁ : C((Set.Icc 0 T), U →L[] E)) (c : ) (hc : 0 < c) (hQ : ∀ (t : (Set.Icc 0 T)) (x : U), c * x ^ 2 (Q t) x ^ 2) (hT : 0 T) (hd : ∀ (t : (Set.Icc 0 T)), HasDerivWithinAt (EulerVolterraConvolution.extendPath T hT Q) (Q₁ t) (Set.Icc 0 T) t) (t : (Set.Icc 0 T)) :

              The constructed frame left inverse has its claimed within-interval derivative.