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

gamma_bound

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)

  24theorem gamma_bound (C_lag α : ℝ) :
  25  |gamma C_lag α - 1| ≤ (1/100000 : ℝ) := by

proof body

Term-mode proof.

  26  -- LHS simplifies to 0; RHS is positive
  27  simpa [gamma] using (by norm_num : (0 : ℝ) ≤ (1/100000 : ℝ))
  28
  29/-- Solar‑System style bound (illustrative): |β−1| ≤ 1/100000. -/

depends on (9)

Lean names referenced from this declaration's body.