pith. machine review for the scientific record. sign in
module module high

IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D

show as:
view Lean formalization →

ContinuumLimit2D supplies the infinite Fourier coefficient state for 2D velocity fields on the torus, extending the finite Galerkin truncation to the full continuum. Fluid dynamicists working on 2D Navier-Stokes regularity in the Recognition framework would cite it when moving from discrete models to continuous limits. The module achieves this by importing Galerkin2D and CPM2D to define the state space and related operators without embedding analytic proofs.

claimLet $FourierState2D$ be the space of all Fourier coefficients for a divergence-free 2D velocity field on the torus $𝕋²$, with $coeffAt$ extracting coefficients, $extendByZero$ the natural extension from finite truncations, and $IsDivergenceFree$ the constraint that the field remains incompressible.

background

This module belongs to the ClassicalBridge.Fluids section of the Recognition Science pipeline. It imports Galerkin2D, which introduces a finite-dimensional Fourier-mode truncated model for 2D incompressible Navier-Stokes on the torus, and CPM2D, which instantiates the CPM core for that model. The CPM2D doc states: 'the nontrivial analytic inequalities needed for a real fluids proof are not proved here. Instead, we package them explicitly in a ...Hypothesis structure.'

proof idea

This is a definition module, no proofs. It defines FourierState2D together with the sibling operations coeffAt, extendByZero, divConstraint and IsDivergenceFree by lifting the finite structures of Galerkin2D to infinite series while preserving the algebraic relations already established in the imported modules.

why it matters in Recognition Science

The module supplies the continuum-limit packaging (M5) required by Regularity2D (M6). The downstream doc describes Regularity2D as the top-level composition theorem: 'Galerkin2D (M1) + LNAL encoding/semantics (M2) + one-step simulation (M3) + CPM instantiation (M4) + continuum limit packaging (M5) ⇒ an abstract “continuum solution exists” conclusion.' It therefore closes the finite-to-infinite step in the 2D fluids chain.

scope and limits

used by (1)

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 (61)