Documentation

LeanPool.NavierStokesAndEuler.Euler.CommonPressureRepresentative

A canonical, jointly continuous representative of the constructed common signed pressure.

Constructed compatible inviscid corrections at every finite Sobolev order.

noncomputable def EulerAllOrderCorrectionFamily.solution (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) :

The actual finite-order correction chosen from the proved global nonlinear construction.

Equations
Instances For
    theorem EulerAllOrderCorrectionFamily.solution_initial (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) :
    (solution period hT A B q hq) 0, = 0

    The constructed finite-order correction has zero initial trace.

    theorem EulerAllOrderCorrectionFamily.solution_divergence (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :

    The constructed finite-order correction satisfies the actual lifted divergence constraint.

    theorem EulerAllOrderCorrectionFamily.solution_energy (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (P : ) (hPN : P q - 4) (hP : P + 6 q + 1) (t : (Set.Icc 0 T)) :

    Every retained cutoff of the constructed correction has the proved common energy bound.

    theorem EulerAllOrderCorrectionFamily.solution_hasDerivAt (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : ) (ht : t Set.Ioo 0 T) :

    The constructed correction satisfies the actual nonlinear projected-pressure equation at every interior time.

    theorem EulerAllOrderCorrectionFamily.solution_compatible (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) :
    (ContinuousLinearMap.compLeftContinuous (↑(Set.Icc 0 T)) (EulerCylinderSobolevSpace.truncateOperator period (q + 1))) (solution period hT A B (q + 1) ) = solution period hT A B q hq

    The separately constructed solutions are genuinely the same correction after restriction; uniqueness is proved from their actual equations.

    theorem EulerAllOrderCorrectionFamily.solution_value_succ (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :
    EulerCylinderSobolevSpace.value period ((solution period hT A B (q + 1) ) t) = EulerCylinderSobolevSpace.value period ((solution period hT A B q hq) t)

    Adjacent finite-order solutions have exactly the same underlying L² field.

    The actual nonlinear source and signed coercive pressure agree across the constructed Sobolev solutions.

    noncomputable def EulerAllOrderPressureCoherence.rawSourcePath (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) :

    The actual continuous nonlinear raw source at a finite Sobolev order.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      noncomputable def EulerAllOrderPressureCoherence.signedPressurePath (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) :

      The actual continuous signed coercive pressure at a finite Sobolev order.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem EulerAllOrderPressureCoherence.rawSourcePath_truncate (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :
        (EulerCylinderSobolevSpace.truncateOperator period q) ((rawSourcePath period hT A B (q + 1) ) t) = (rawSourcePath period hT A B q hq) t

        The genuine raw sources of the constructed solutions restrict exactly across adjacent orders.

        theorem EulerAllOrderPressureCoherence.rawSourcePath_value_succ (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :
        EulerCylinderSobolevSpace.value period ((rawSourcePath period hT A B (q + 1) ) t) = EulerCylinderSobolevSpace.value period ((rawSourcePath period hT A B q hq) t)

        Adjacent genuine raw sources represent the same actual L² field.

        theorem EulerAllOrderPressureCoherence.signedPressurePath_value_succ (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :
        EulerCylinderSobolevSpace.value period ((signedPressurePath period hT A B (q + 1) ) t) = EulerCylinderSobolevSpace.value period ((signedPressurePath period hT A B q hq) t)

        The actual signed coercive pressures represent the same L² field at adjacent Sobolev orders.

        theorem EulerAllOrderPressureCoherence.signedPressurePath_value_base (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :
        EulerCylinderSobolevSpace.value period ((signedPressurePath period hT A B q hq) t) = EulerCylinderSobolevSpace.value period ((signedPressurePath period hT A B 6 ) t)

        Every finite-order signed pressure represents the same actual base pressure.

        noncomputable def EulerAllOrderPressureCoherence.commonPressure (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) :

        The common actual signed pressure is a continuous L² path.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem EulerAllOrderPressureCoherence.signedPressurePath_value_common (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :
          EulerCylinderSobolevSpace.value period ((signedPressurePath period hT A B q hq) t) = (commonPressure period hT A B) t

          Every finite-order pressure realizes the common pressure field.

          theorem EulerAllOrderPressureCoherence.commonPressure_gradient (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (t : (Set.Icc 0 T)) :

          The common actual correction pressure belongs to the closed lifted gradient subspace.

          Smooth actual pressure and graph potentials of the constructed common inviscid correction.

          A common actual lifted inviscid correction with genuine jets of every order and smooth spatial representatives.

          theorem EulerAllOrderLiftedCorrection.solution_value_base (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :

          The independently constructed finite-order corrections all represent the same actual L² field.

          noncomputable def EulerAllOrderLiftedCorrection.commonPath (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) :

          The common continuous L² path constructed from the genuine finite-order nonlinear solves.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem EulerAllOrderLiftedCorrection.solution_value_common (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (q : ) (hq : 6 q) (t : (Set.Icc 0 T)) :

            Every finite-order constructed path realizes the common actual L² path.

            theorem EulerAllOrderLiftedCorrection.commonPath_initial (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) :
            (commonPath period hT A B) 0, = 0

            The common constructed correction has zero initial trace.

            theorem EulerAllOrderLiftedCorrection.commonPath_divergence (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (t : (Set.Icc 0 T)) :

            The common path belongs to the genuine closed lifted divergence-free subspace.

            noncomputable def EulerAllOrderLiftedCorrection.commonJet (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (n : ) (t : (Set.Icc 0 T)) :

            An actual strong derivative jet of any prescribed order for the common nonlinear solution.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem EulerAllOrderLiftedCorrection.commonPath_energy (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (P : ) (t : (Set.Icc 0 T)) :

              Every external cutoff of the common solution retains the actual uniform Gevrey metric bound.

              The common L² path satisfies the actual nonlinear inviscid correction equation.

              theorem EulerAllOrderLiftedCorrection.exists_smooth_lifted_correction (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) :

              Actual coherent all-order data and their concrete budgets construct a common inviscid correction with genuine jets at every order and spatially smooth, pointwise divergence-free representatives. No correction solution, energy estimate, convergence, or all-order compatibility is assumed.

              Every strong derivative order of the common actual signed pressure is supplied by a constructed finite Sobolev realization.

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

                The common nonlinear correction satisfies its actual signed-pressure equation in L².

                The constructed signed pressure has a genuine smooth spatial representative at every time.

                theorem EulerAllOrderSmoothPressure.exists_smooth_pressure_graph (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (k : ) (hk : k * A.κ = 1) :
                ∃ (p : (Set.Icc 0 T)EulerLiftedGradientSpace.LiftDomain periodEulerLiftedGradientSpace.Vector3) (Q : (Set.Icc 0 T)EulerLiftedGradientSpace.Vector3), (∀ (t : (Set.Icc 0 T)) (x : EulerLiftedGradientSpace.LiftDomain period), ContDiff (↑) (EulerMetricTransport.localFieldLift period (p t) x)) (∀ (t : (Set.Icc 0 T)), ((EulerAllOrderPressureCoherence.commonPressure period hT A B) t) =ᵐ[EulerLiftedGradientSpace.liftMeasure period] p t) (∀ (t : (Set.Icc 0 T)), ContDiff (↑) (Q t)) ∀ (t : (Set.Icc 0 T)) (x : EulerLiftedGradientSpace.Vector3), gradient (Q t) x = A.κ p t (EulerGraphPressurePotential.cylinderGraph period k A.direction x)

                The actual signed correction pressure yields a smooth scalar potential on every reciprocal-frequency graph. The common pressure, all its strong jets, its smooth representative and its closed-gradient property are constructed internally.

                The canonical pointwise pressure, obtained by bounded evaluation of its actual continuous H3 realization.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  theorem EulerCommonPressureRepresentative.pointPressure_ae (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (t : (Set.Icc 0 T)) :

                  The canonical pointwise pressure represents the constructed common L² pressure.

                  theorem EulerCommonPressureRepresentative.pointPressure_joint_continuous (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) :
                  Continuous fun (p : (Set.Icc 0 T) × EulerLiftedGradientSpace.LiftDomain period) => pointPressure period hT A B p.1 p.2

                  The canonical pressure is jointly continuous in time and the actual cylinder point.

                  theorem EulerCommonPressureRepresentative.pointPressure_continuous (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (t : (Set.Icc 0 T)) :
                  Continuous (pointPressure period hT A B t)

                  The canonical pressure is continuous on each spatial slice.

                  theorem EulerCommonPressureRepresentative.pointPressure_smooth (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (t : (Set.Icc 0 T)) (x : EulerLiftedGradientSpace.LiftDomain period) :

                  These same canonical representatives are smooth in every spatial coordinate.

                  The physical phase graph is a continuous map into the periodic cylinder.

                  The genuine signed graph pressure-gradient vector field.

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

                    The actual graph pressure-gradient field is jointly continuous in time and space.

                    theorem EulerCommonPressureRepresentative.graphPressure_has_potential (period : ) [Fact (0 < period)] {T : } (hT : 0 < T) (A : EulerAllOrderCorrectionData.Data period T) (B : EulerAllOrderCorrectionBudget.Budget period hT A) (k : ) (hk : k * A.κ = 1) (t : (Set.Icc 0 T)) :

                    Each actual canonical graph field has a genuine smooth potential by the proved lifted gradient-space reconstruction.