Theorems · Theorem · real analysis
Real.abs_log_sub_add_sum_range_le
∀ {x : ℝ},
|x| < 1 → ∀ (n : ℕ), |∑ i ∈ Finset.range n, x ^ (i + 1) / (↑i + 1) + Real.log (1 - x)| ≤ |x| ^ (n + 1) / (1 - |x|)A crude lemma estimating the difference between log (1-x) and its Taylor series at 0,
where the main point of the bound is that it tends to 0. The goal is to deduce the series
expansion of the logarithm, in hasSum_pow_div_log_of_abs_lt_1.
TODO: use one of generic theorems about Taylor's series to prove this estimate.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites68
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
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- Finsetproof · cited by 13,712
- AddCommGroupproof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- NontriviallyNormedFieldproof · cited by 8,742
- Norm.normproof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
Cited by4
Results whose statement or proof uses this declaration.
- Real.log_two_near_10proof · cited by 2
- Real.log_three_near_10proof · cited by 2
- Real.log_five_near_10proof · cited by 2
- Real.hasSum_pow_div_log_of_abs_lt_oneproof · cited by 1