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)
129theorem cost_zero_iff_equilibrium {x : ℝ} (hx : 0 < x) :
130 Cost.Jcost x = 0 ↔ x = 1 := by
proof body
Term-mode proof.
131 refine ⟨?_, ?_⟩
132 · intro h
133 by_contra hne
134 have hpos : 0 < Cost.Jcost x := Cost.Jcost_pos_of_ne_one x hx hne
135 linarith
136 · intro h
137 rw [h]
138 exact Cost.Jcost_unit0
139
140/-- Rewrite of `cost_zero_iff_equilibrium` in the equivalent contrapositive:
141off equilibrium, the J-cost is strictly positive. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (18)
Lean names referenced from this declaration's body.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
Jcost_pos_of_ne_one
in IndisputableMonolith.Cost
decl_use
-
Jcost_unit0
in IndisputableMonolith.Cost
decl_use
-
Jcost_pos_of_ne_one
in IndisputableMonolith.Cost.JcostCore
decl_use
-
Jcost_unit0
in IndisputableMonolith.Cost.JcostCore
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
-
cost
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
Jcost_pos_of_ne_one
in IndisputableMonolith.Information.LocalCache
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
Cost
in IndisputableMonolith.Measurement.RSNative.Core
decl_use
-
equilibrium
in IndisputableMonolith.Physics.NonlinearDynamicsFromRS
decl_use