def
definition
def or abbrev
galerkinForcing
show as:
view Lean formalization →
formal statement (Lean)
971noncomputable def galerkinForcing (H : UniformBoundsHypothesis) (Bop : (N : ℕ) → ConvectionOp N) :
972 ℕ → ℝ → FourierState2D :=
proof body
Definition body.
973 fun N s => extendByZero ((Bop N) (H.uN N s) (H.uN N s))
974
975/-- A more concrete, user-facing hypothesis for dominated convergence of the *Galerkin forcing*
976`galerkinForcing H Bop`, expressed directly in terms of:
977
978- measurability of the forcing modes,
979- an integrable dominating function on each time interval `[0,t]`, and
980- pointwise convergence of forcing modes.
981
982This packages exactly what you need to build `ForcingDominatedConvergenceAt` for the Galerkin forcing. -/
used by (7)
-
aestronglyMeasurable_galerkinForcing_mode_of_continuous -
forcingDCTAt -
GalerkinForcingDominatedConvergenceHypothesis -
nsDuhamelCoeffBound_galerkinKernel_of_forcingHyp -
of_convectionNormBound -
of_convectionNormBound_of_continuous -
rs_implies_global_regularity_2d_nsDuhamelCoeffBound_galerkinKernel_of_forcingHyp