133theorem maintenanceDemand_zero_iff {L : ℝ} (hL : 0 < L) : 134 maintenanceDemand L = 0 ↔ L = 1 := by
proof body
Term-mode proof.
135 unfold maintenanceDemand 136 constructor 137 · intro h 138 have hb := barrierPeriod_pos 139 have := (mul_eq_zero.mp h).resolve_left (ne_of_gt hb) 140 exact (Cost.Jcost_eq_zero_iff L hL).mp this 141 · intro h 142 rw [h, Cost.Jcost_unit0, mul_zero] 143 144/-! ## §5. Critical Extent -/ 145 146/-- A boundary is **holographically viable** if its maintenance demand 147 does not exceed its holographic budget. 148 149 This is the bandwidth constraint on consciousness. -/
depends on (19)
Lean names referenced from this declaration's body.