theorem
proved
term proof
beta_bound
show as:
view Lean formalization →
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. -/