Theorems · Theorem · sequences and series
sum_div_pow_sq_le_div_sq
∀ (N : ℕ) {j : ℝ},
0 < j → ∀ {c : ℝ}, 1 < c → ∑ i ∈ Finset.range N with j < c ^ i, 1 / (c ^ i) ^ 2 ≤ c ^ 3 * (c - 1)⁻¹ / j ^ 2The sum of 1/(c^i)^2 above a threshold j is comparable to 1/j^2, up to a multiplicative
constant.
- Defined in
- Mathlib.Analysis.SpecificLimits.FloorPow
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites62
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
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- LT.lt.leproof · cited by 2,189
- Nat.cast_zeroproof · cited by 1,870
- mul_assocproof · cited by 1,667
- LT.lt.ne'proof · cited by 1,417
- Finset.rangestatement and proof · cited by 1,341
Cited by1
Results whose statement or proof uses this declaration.
- sum_div_nat_floor_pow_sq_le_div_sqproof · cited by 1