Documentation

NavierStokes.Synthesis.BonyClosure

The formal definition of the fundamental geometric gain convergence that neutralizes the dyadic derivative divergence.

Equations
Instances For

    We prove the convergence of this geometric series formally. This follows from the ratio test since 2^(-1/2) < 1.

    The Bony Closure Theorem (Abstract Constraint). Given the Van der Corput gain from the Restricted Hessian and the dyadic projection bounds, the nonlinear paraproduct term is structurally bounded. If we are in the subcritical regime with $\alpha \ge 1$ and the geometric gain is summable, the $L^2$ norm of the nonlinear term is uniformly bounded by a sublinear function of the enstrophy.

    Instances For

      Concrete Van der Corput dyadic gain.

      Equations
      Instances For
        def BonyClosure.dyadic_interaction_bound (interaction : ) (C : ) :

        Pointwise dyadic interaction majoration.

        Equations
        Instances For
          theorem BonyClosure.vdc_gain_geometric_sum_formula (N : ) :
          jFinset.range N, vdc_gain j = (1 - (1 / 2) ^ N) / (1 - 1 / 2)
          theorem BonyClosure.bony_paraproduct_closure_finite (interaction : ) (C : ) (h_bound : dyadic_interaction_bound interaction C) (N : ) :
          jFinset.range N, interaction j C * jFinset.range N, vdc_gain j

          Effective finite-shell Bony closure: sum of interactions is bounded by sum of gains.

          theorem BonyClosure.bony_paraproduct_closure (interaction : ) (C : ) (_hC : 0 C) (h_bound : dyadic_interaction_bound interaction C) (N : ) :
          jFinset.range N, interaction j C * ((1 - (1 / 2) ^ N) / (1 - 1 / 2))
          theorem BonyClosure.bony_uniform_bound (interaction : ) (C : ) (hC : 0 C) (h_bound : dyadic_interaction_bound interaction C) (N : ) :
          jFinset.range N, interaction j C / (1 - 1 / 2)