IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
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
- Does not prove the analytic inequalities for the continuum limit; these remain packaged as hypotheses in CPM2D.
- Does not establish existence of actual continuum solutions; that conclusion is assembled only in Regularity2D.
- Does not treat 3D flows or compressible fluids; the construction is restricted to 2D incompressible fields on the torus.
used by (1)
depends on (2)
declarations in this module (61)
-
abbrev
FourierState2D -
def
coeffAt -
def
extendByZero -
lemma
coeffAt_add -
lemma
coeffAt_smul -
lemma
extendByZero_add -
lemma
extendByZero_smul -
lemma
extendByZero_neg -
def
extendByZeroLinear -
def
extendByZeroCLM -
def
divConstraint -
def
IsDivergenceFree -
def
IsDivergenceFreeTraj -
lemma
divConstraint_continuous -
def
heatFactor -
def
IsStokesMildTraj -
def
IsStokesODETraj -
def
IsNSDuhamelTraj -
theorem
stokesODE -
lemma
extendByZero_laplacianCoeff -
lemma
hasDerivAt_extendByZero_apply -
theorem
galerkinNS_hasDerivAt_extendByZero_mode -
def
duhamelRemainderOfGalerkin -
theorem
galerkinNS_hasDerivAt_duhamelRemainder_mode -
theorem
duhamelRemainderOfGalerkin_integratingFactor -
theorem
duhamelRemainderOfGalerkin_kernel -
def
duhamelKernelIntegral -
structure
DuhamelKernelDominatedConvergenceAt -
structure
ForcingDominatedConvergenceAt -
lemma
abs_heatFactor_le_one -
def
duhamelKernelDominatedConvergenceAt_of_forcing -
theorem
tendsto_duhamelKernelIntegral_of_dominated_convergence -
theorem
galerkin_duhamelKernel_identity -
lemma
norm_extendByZero_le -
structure
UniformBoundsHypothesis -
def
galerkinForcing -
structure
GalerkinForcingDominatedConvergenceHypothesis -
def
forcingDCTAt -
theorem
aestronglyMeasurable_galerkinForcing_mode_of_continuous -
def
of_convectionNormBound -
def
of_convectionNormBound_of_continuous -
structure
ConvergenceHypothesis -
theorem
coeff_bound_of_uniformBounds -
theorem
divConstraint_eq_zero_of_forall -
theorem
divFree_of_forall -
theorem
stokesMild_of_forall -
theorem
nsDuhamel_of_forall -
theorem
nsDuhamel_of_forall_kernelIntegral -
theorem
nsDuhamel_of_forall_kernelIntegral_of_forcing -
structure
IdentificationHypothesis -
def
trivial -
def
coeffBound -
def
divFreeCoeffBound -
def
stokesMildCoeffBound -
def
nsDuhamelCoeffBound -
def
nsDuhamelCoeffBound_kernelIntegral -
def
nsDuhamelCoeffBound_kernelIntegral_of_forcing -
def
nsDuhamelCoeffBound_galerkinKernel -
def
nsDuhamelCoeffBound_galerkinKernel_of_forcing -
def
nsDuhamelCoeffBound_galerkinKernel_of_forcingHyp -
theorem
continuum_limit_exists