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)
57theorem window_certificate_extends {α : Type} (dyn : OneStepDynamics α) :
58 ∀ n s, dyn.defect (((step8 dyn)^[n]) s) ≤ dyn.defect s := by
proof body
Term-mode proof.
59 simpa [windowDynamics] using iterate_defect_nonincreasing (windowDynamics dyn)
60
61/-- The pattern-level 8-tick cycle exists in D=3. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (7)
Lean names referenced from this declaration's body.
-
tick
in IndisputableMonolith.Constants
decl_use
-
tick
in IndisputableMonolith.Constants.RSNativeUnits
decl_use
-
defect
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
-
iterate_defect_nonincreasing
in IndisputableMonolith.NavierStokes.EightTickDynamics
decl_use
-
OneStepDynamics
in IndisputableMonolith.NavierStokes.EightTickDynamics
decl_use
-
step8
in IndisputableMonolith.NavierStokes.EightTickDynamics
decl_use
-
windowDynamics
in IndisputableMonolith.NavierStokes.EightTickDynamics
decl_use