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)
73theorem rs_exists_iff_defect_zero {x : ℝ} (hx : 0 < x) :
74 RSExists x ↔ defect x = 0 := by
proof body
Term-mode proof.
75 constructor
76 · intro ⟨_, hdef⟩; exact hdef
77 · intro hdef; exact ⟨hx, hdef⟩
78
79/-- The only RSExistent value is 1. -/
depends on (8)
Lean names referenced from this declaration's body.
-
RSExists
in IndisputableMonolith.Foundation.CostFirstExistence
decl_use
-
defect
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
-
RSExists
in IndisputableMonolith.Foundation.OntologyPredicates
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
value
in IndisputableMonolith.QFT.SpinStatistics
decl_use