pith. machine review for the scientific record. sign in
theorem proved tactic proof

alpha_over_pi_small

show as:
view Lean formalization →

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)

 134theorem alpha_over_pi_small : alpha / Real.pi < (11/16 : ℝ) := by

proof body

Tactic-mode proof.

 135  -- From omega_lambda_positive: 11/16 - (alpha/pi) > 0
 136  have h1 : 11/16 - (alpha / Real.pi) > 0 := omega_lambda_positive
 137  linarith
 138
 139/-! ## C-010: The Smallness Problem Resolution -/
 140
 141/-- **THEOREM C-010.7**: The "natural" value of Λ is NOT M_Planck^4.
 142
 143    In RS, the vacuum energy is set by the ledger structure, not
 144    by the Planck scale. The geometric seed 11/16 is the natural scale. -/

depends on (17)

Lean names referenced from this declaration's body.