theorem
proved
wrapper
tau_ratio_overshoot
show as:
view Lean formalization →
formal statement (Lean)
233theorem tau_ratio_overshoot :
234 ratio_tau_e_exp < Constants.phi ^ (17 : ℕ) := by
proof body
One-line wrapper that applies linarith.
235 linarith [phi17_gt, ratio_tau_e_exp_bounds.2]
236