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)
63theorem warWindow_ordered : warWindowLow < warWindowHigh := by
proof body
Term-mode proof.
64 unfold warWindowLow warWindowHigh
65 -- phi⁻¹ < phi since phi > 1 implies phi * phi > 1 > phi * phi⁻¹ = 1... direct:
66 have hphi_sq : phi ^ 2 = phi + 1 := phi_sq_eq
67 rw [inv_eq_one_div]
68 rw [div_lt_iff₀ phi_pos]
69 nlinarith [phi_gt_onePointFive]
70
71/-- At the φ-boundary, J-cost equals the canonical recognition quantum. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
cert
in IndisputableMonolith.InternationalRelations.PowerTransitionFromJCost
decl_use
depends on (10)
Lean names referenced from this declaration's body.
-
phi_gt_onePointFive
in IndisputableMonolith.Constants
decl_use
-
phi_sq_eq
in IndisputableMonolith.Constants
decl_use
-
canonical
in IndisputableMonolith.Foundation.ArithmeticOf
decl_use
-
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
-
cost
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
canonical
in IndisputableMonolith.Gap45.Beat
decl_use
-
warWindowHigh
in IndisputableMonolith.InternationalRelations.PowerTransitionFromJCost
decl_use
-
warWindowLow
in IndisputableMonolith.InternationalRelations.PowerTransitionFromJCost
decl_use
-
canonical
in IndisputableMonolith.NavierStokes.RM2U.NonParasitism
decl_use
-
phi_sq_eq
in IndisputableMonolith.NumberTheory.PhiLadderLattice
decl_use