def
definition
def or abbrev
phiLadderCutoff
show as:
view Lean formalization →
formal statement (Lean)
240def phiLadderCutoff : PhiLadderCutoffCert where
241 Jcost_nonneg_cert := Jcost_nonneg
proof body
Definition body.
242 Jcost_zero_iff_cert := Jcost_eq_zero_iff
243 cascade_finite_cert := cascadeDepth_finite
244 cascade_mono_cert := cascadeDepth_mono
245 decay_lt_one := subDissipationDecayFactor_lt_one
246 decay_to_zero := sub_dissipation_decay_to_zero
247 finitely_many_rungs := finitely_many_rungs_below
248 blowup_excluded := bounded_Jcost_bounded_max
249
250end
251
252end PhiLadderCutoff
253end NavierStokes
254end IndisputableMonolith