Theorems · Theorem · real analysis
Real.pi_lower_bound_start
∀ (n : ℕ) {a : ℝ}, (↑0 / ↑1).sqrtTwoAddSeries n ≤ 2 - (a / 2 ^ (n + 1)) ^ 2 → a < Real.piFrom an upper bound on sqrtTwoAddSeries 0 n = 2 cos (π / 2 ^ (n+1)) of the form
sqrtTwoAddSeries 0 n ≤ 2 - (a / 2 ^ (n + 1)) ^ 2), one can deduce the lower bound a < π
thanks to basic trigonometric inequalities as expressed in pi_gt_sqrtTwoAddSeries.
- Defined in
- Mathlib.Analysis.Real.Pi.Bounds
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 187 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- mul_commproof · cited by 2,262
- Nat.cast_zeroproof · cited by 1,870
- Real.pistatement · cited by 1,774
- Real.sqrtproof · cited by 545
- lt_of_le_of_ltproof · cited by 432
- pow_posproof · cited by 292
- zero_divproof · cited by 222
- div_le_iff₀proof · cited by 97
- Real.sqrtTwoAddSeriesstatement and proof · cited by 19
- le_sub_commproof · cited by 14
- Real.le_sqrt_of_sq_leproof · cited by 10
Cited by5
Results whose statement or proof uses this declaration.
- Real.pi_gt_threeproof · cited by 6
- Real.pi_gt_d2proof · cited by 0
- Real.pi_gt_d20proof · cited by 0
- Real.pi_gt_d4proof · cited by 0
- Real.pi_gt_d6proof · cited by 0