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)
184theorem higher_Z_more_demand {L : ℝ} (hL : 0 < L) (hL1 : L ≠ 1)
185 {Z₁ Z₂ : ℤ} (hZ : |Z₁| < |Z₂|) :
186 complexDemand L Z₁ < complexDemand L Z₂ := by
proof body
Tactic-mode proof.
187 unfold complexDemand
188 have hd : 0 < maintenanceDemand L := by
189 unfold maintenanceDemand
190 apply mul_pos barrierPeriod_pos
191 have : Cost.Jcost L ≠ 0 := by
192 intro h
193 exact hL1 ((Cost.Jcost_eq_zero_iff L hL).mp h)
194 exact lt_of_le_of_ne (Cost.Jcost_nonneg hL) (Ne.symm this)
195 apply mul_lt_mul_of_pos_left _ hd
196 have : (↑|Z₁| : ℝ) < ↑|Z₂| := Int.cast_lt.mpr hZ
197 linarith [mul_lt_mul_of_pos_right this k_R_pos]
198
199end ConsciousnessBandwidth
200end Unification
201end IndisputableMonolith
depends on (15)
Lean names referenced from this declaration's body.
-
k_R_pos
in IndisputableMonolith.Constants.BoltzmannConstant
decl_use
-
Jcost_eq_zero_iff
in IndisputableMonolith.Cost
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Cost
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Cost.JcostCore
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Gravity.CoherenceCollapse
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Gravity.EnergyProcessingBridge
decl_use
-
k_R_pos
in IndisputableMonolith.Gravity.UltramassiveBH
decl_use
-
Cost
in IndisputableMonolith.Measurement.RSNative.Core
decl_use
-
Jcost_eq_zero_iff
in IndisputableMonolith.NavierStokes.PhiLadderCutoff
decl_use
-
Jcost_nonneg
in IndisputableMonolith.NavierStokes.PhiLadderCutoff
decl_use
-
L
in IndisputableMonolith.Recognition
decl_use
-
L
in IndisputableMonolith.Recognition.Cycle3
decl_use
-
barrierPeriod_pos
in IndisputableMonolith.Unification.ConsciousnessBandwidth
decl_use
-
complexDemand
in IndisputableMonolith.Unification.ConsciousnessBandwidth
decl_use
-
maintenanceDemand
in IndisputableMonolith.Unification.ConsciousnessBandwidth
decl_use