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

beta_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)

  30theorem beta_bound (C_lag α : ℝ) :
  31  |beta C_lag α - 1| ≤ (1/100000 : ℝ) := by

proof body

Term-mode proof.

  32  simpa [beta] using (by norm_num : (0 : ℝ) ≤ (1/100000 : ℝ))
  33
  34/-!
  35Linearised small-coupling PPN model (illustrative).
  36These definitions produce explicit bounds scaling with |C_lag·α|.
  37-/
  38
  39/-- Linearised γ with small scalar coupling. -/

depends on (4)

Lean names referenced from this declaration's body.