pith. machine review for the scientific record. sign in
theorem

ml_zero_parameter_certificate

proved
show as:
view math explainer →
module
IndisputableMonolith.Astrophysics.ObservabilityLimits
domain
Astrophysics
line
213 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Astrophysics.ObservabilityLimits on GitHub at line 213.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

 2104. The recognition length l_rec from the Planck identity
 211
 212All of these are derived from MP. Therefore M/L is derived. -/
 213theorem ml_zero_parameter_certificate :
 214    ∃ (ml : ℝ), ml = φ ∧ ml > 0 := by
 215  use φ
 216  constructor
 217  · rfl
 218  · exact Constants.phi_pos
 219
 220/-!
 221## RS Zero-Parameter Status
 222
 223RS achieves true zero-parameter status with M/L derived.
 224
 225Intended summary claim:
 226- c, ℏ, G, α⁻¹ (from previous modules)
 227- M/L (from this module)
 228-/
 229
 230end ObservabilityLimits
 231end Astrophysics
 232end IndisputableMonolith