pith. machine review for the scientific record. sign in
structure definition def or abbrev

RSNS2DPipelineHypothesis

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  30structure RSNS2DPipelineHypothesis where
  31  /-- Uniform-in-`N` bounds for the Galerkin family. -/
  32  Hbounds : UniformBoundsHypothesis
  33  /-- Convergence to a limit Fourier trajectory. -/
  34  Hconv : ConvergenceHypothesis Hbounds
  35  /-- Identification: the limit satisfies a chosen solution concept. -/
  36  Hid : IdentificationHypothesis Hconv
  37
  38/-!
  39## Top-level theorem (2D)
  40-/
  41
  42/-- RS → (abstract) global regularity in 2D, via the composed bridge pipeline.
  43
  44At this stage, “regularity” is represented by the existence of a limit Fourier trajectory
  45`u : ℝ → FourierState2D` together with the packaged identification property.
  46-/

used by (1)

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

depends on (17)

Lean names referenced from this declaration's body.