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)
161theorem Jcost_phiLadder_symm (n : ℤ) :
162 Jcost (PhiLadder n) = Jcost (PhiLadder (-n)) := by
proof body
Term-mode proof.
163 simp only [PhiLadder, zpow_neg]
164 exact Jcost_symm (zpow_pos Constants.phi_pos n)
165
166/-- **φⁿ ≥ φ for n ≥ 1**: the ladder climbs above φ for positive rungs. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
spectral_gap
in IndisputableMonolith.Unification.YangMillsMassGap
decl_use
depends on (6)
Lean names referenced from this declaration's body.
-
Jcost_symm
in IndisputableMonolith.Cost
decl_use
-
Jcost_symm
in IndisputableMonolith.Cost.JcostCore
decl_use
-
Constants
in IndisputableMonolith.CPM.LawOfExistence
decl_use
-
PhiLadder
in IndisputableMonolith.Foundation.PhiEmergence
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
PhiLadder
in IndisputableMonolith.Unification.YangMillsMassGap
decl_use