Theorems · Theorem · real analysis
Real.pi_upper_bound_start
∀ (n : ℕ) {a : ℝ}, 2 - ((a - 1 / 4 ^ n) / 2 ^ (n + 1)) ^ 2 ≤ (↑0 / ↑1).sqrtTwoAddSeries n → 1 / 4 ^ n ≤ a → Real.pi < aFrom a lower bound on sqrtTwoAddSeries 0 n = 2 cos (π / 2 ^ (n+1)) of the form
2 - ((a - 1 / 4 ^ n) / 2 ^ (n + 1)) ^ 2 ≤ sqrtTwoAddSeries 0 n, one can deduce the upper bound
π < a thanks to basic trigonometric formulas as expressed in pi_lt_sqrtTwoAddSeries.
- Defined in
- Mathlib.Analysis.Real.Pi.Bounds
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Nat.cast_zeroproof · cited by 1,870
- Real.pistatement · cited by 1,774
- le_of_ltproof · cited by 1,175
- lt_of_lt_of_leproof · cited by 438
- pow_posproof · cited by 292
- zero_divproof · cited by 222
- sub_nonnegproof · cited by 167
- pow_nonnegproof · cited by 141
- zero_lt_twoproof · cited by 124
- div_nonnegproof · cited by 103
- le_sub_iff_add_leproof · cited by 41
Cited by5
Results whose statement or proof uses this declaration.
- Real.pi_lt_fourproof · cited by 2
- Real.pi_lt_d2proof · cited by 1
- Real.pi_lt_d20proof · cited by 0
- Real.pi_lt_d4proof · cited by 0
- Real.pi_lt_d6proof · cited by 0