recognition /
ClassicalBridge /
ClassicalBridge.Fluids.ContinuumLimit2D /
explainer
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)
46 noncomputable def coeffAt {N : ℕ} (u : GalerkinState N) (k : Mode2) (j : Fin 2) : ℝ :=
proof body
Definition body.
47 if hk : k ∈ modes N then
48 -- `k` as an element of the finite index type `(modes N)`
49 let k' : (modes N) := ⟨k, hk⟩
50 u (k', j)
51 else
52 0
53
54 /-- Extend a truncated Galerkin state by zero to a full Fourier coefficient state. -/
used by (5)
From the project-wide theorem graph. These declarations reference this one in their body.
coeffAt_add
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
coeffAt_smul
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
extendByZero
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
extendByZero_laplacianCoeff
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
norm_extendByZero_le
in IndisputableMonolith.ClassicalBridge.Fluids.ContinuumLimit2D
decl_use
depends on (9)
Lean names referenced from this declaration's body.
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
GalerkinState
in IndisputableMonolith.ClassicalBridge.Fluids.Galerkin2D
decl_use
Mode2
in IndisputableMonolith.ClassicalBridge.Fluids.Galerkin2D
decl_use
modes
in IndisputableMonolith.ClassicalBridge.Fluids.Galerkin2D
decl_use
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
as
in IndisputableMonolith.Foundation.SimplicialLedger.ContinuumBridge
decl_use
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use