Documentation

LeanPool.NavierStokesAndEuler.Euler.SolutionDefinitions

Solution-side definitions for the Euler Comparator challenge #

Adapted from FormalConjectures/Millenium/NavierStokes.lean at https://github.com/google-deepmind/formal-conjectures/blob/8323e878b83fcd7f4a448256069352a265460d75/FormalConjectures/Millenium/NavierStokes.lean

This is the whole-space breakdown alternative specialized to zero viscosity and zero external force. It retains the source's initial-data decay, joint smoothness, square integrability, and uniform energy conditions. Velocity and pressure take position before time. The time derivative at zero is taken within [0,∞).

These definitions reproduce the independent reference exactly. This module contains no challenge theorem or proof placeholder and does not import Euler.

noncomputable def Euler.divergence (v : EuclideanSpace (Fin 3)EuclideanSpace (Fin 3)) (x : EuclideanSpace (Fin 3)) :

The divergence of a vector field, computed as the trace of its derivative.

Equations
Instances For

    Smooth, divergence-free initial velocity.

    Instances For

      Every spatial derivative of the initial velocity decays faster than any polynomial.

      Instances For

        A global smooth solution of unforced incompressible Euler on ℝ³.

        Instances For

          The whole-space solution class, retaining the source's finite, uniformly bounded energy.

          Instances For
            noncomputable def Euler.toL2 {V : Type u_1} [NormedAddCommGroup V] (f : EuclideanSpace (Fin 3)V) :

            The L² equivalence class of a square-integrable function. The fallback makes this a total function; the solution conditions require square integrability wherever it is used.

            Equations
            Instances For

              A spatially smooth path whose actual spatial derivative tensors belong to L² and depend continuously on time in L², at every finite order.

              Instances For

                Scalar-pressure Euler on a time set I in the original theorem's smooth Sobolev class. The velocity and its strong time derivative have continuous L² spatial jets of every order. The Euler equation uses this derivative witness.

                As in IsSmoothScalarEuler, the time law and scalar-pressure equation are required at interior times. There is no endpoint derivative condition. We use Ico 0 T for a maximal lifespan and Icc 0 T for a closed interval.

                Instances For

                  The ordinary curl of a velocity field, expressed through its spatial derivative. Indices in Fin 3 are cyclic.

                  Equations
                  Instances For

                    The sum of the spatial suprema of the velocity norm and derivative operator norm.

                    Equations
                    Instances For
                      noncomputable def Euler.vorticityNorm (v : EuclideanSpace (Fin 3)EuclideanSpace (Fin 3)) :

                      The spatial supremum of the Euclidean norm of the actual vorticity.

                      Equations
                      Instances For