pith. sign in
module module high

IndisputableMonolith.NavierStokes.DiscreteNSOperator

show as:
view Lean formalization →

The DiscreteNSOperator module defines the concrete discrete operators for the incompressible Navier-Stokes equations on the RS lattice, including forward and backward differences, Laplacians, divergence, advection, and conservative transport fields. Researchers in discrete fluid regularity and J-cost monotonicity cite it as the algebraic surface for exact transport cancellation and stretching bounds. It supplies only definitions with no proofs, enabling downstream bookkeeping in the NavierStokes domain.

claimThe discrete NS operator is assembled from forwardDiff, backwardDiff, scalarLaplacian, vectorLaplacian, divergence, advection, and conservativeTransportField on ScalarField and VectorField over LatticeTopology, with the property that total_conservativeTransportField_zero holds identically.

background

This module sits in the NavierStokes domain and imports DiscreteVorticity for finite vorticity fields, total/RMS amplitudes, and transport/viscous/stretching contributions, plus StretchingPairs for RCL pair events and finite pair budgets. It introduces Axis, ScalarField, VectorField, LatticeTopology together with the difference operators forwardDiff and backwardDiff, the Laplacians, divergence, advection, and the conservative transport field whose total vanishes. These objects furnish the exact algebraic surface for the discrete incompressible NS evolution.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the concrete discrete NS operator surface that feeds JcostMonotonicity (transport cancellation and RCL-bounded stretching), DiscreteMaximumPrinciple (self-improving sub-Kolmogorov condition), and VortexStretching (viscous-dissipation estimates). It closes the definition layer for the lattice regularity program referenced in the published papers P1-P3.

scope and limits

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (33)