recognition /
NavierStokes /
NavierStokes.DiscreteNSOperator /
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)
195 theorem core_stretching_absorbed {siteCount : ℕ}
196 (op : CoreNSOperator siteCount) :
197 totalStretching op.contributions ≤ - totalViscous op.contributions := by
proof body
Tactic-mode proof.
198 have hle : totalStretching op.contributions ≤ coreOperatorPairBudget op := by
199 unfold totalStretching total coreOperatorPairBudget indexedPairBudget
200 exact Finset.sum_le_sum (fun i _ =>
201 by simpa [corePairEvent, pairEventBudget] using core_stretching_le_pair_budget op i)
202 exact le_trans hle (core_pair_budget_absorbed op)
203
204 /-- J-cost monotonicity from the core operator alone. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
core_dJdt_nonpos
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
depends on (15)
Lean names referenced from this declaration's body.
le_trans
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
cost
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
CoreNSOperator
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
coreOperatorPairBudget
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
core_pair_budget_absorbed
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
corePairEvent
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
core_stretching_le_pair_budget
in IndisputableMonolith.NavierStokes.DiscreteNSOperator
decl_use
total
in IndisputableMonolith.NavierStokes.DiscreteVorticity
decl_use
totalStretching
in IndisputableMonolith.NavierStokes.DiscreteVorticity
decl_use
totalViscous
in IndisputableMonolith.NavierStokes.DiscreteVorticity
decl_use
indexedPairBudget
in IndisputableMonolith.NavierStokes.StretchingPairs
decl_use
pairEventBudget
in IndisputableMonolith.NavierStokes.StretchingPairs
decl_use
total
in IndisputableMonolith.NumberTheory.RiemannHypothesis.ErrorBudget
decl_use