Theorems · Theorem · real analysis
Real.sum_range_le_log_div
∀ {x : ℝ},
0 ≤ x → x < 1 → ∀ (n : ℕ), ∑ i ∈ Finset.range n, x ^ (2 * i + 1) / (2 * ↑i + 1) ≤ 1 / 2 * Real.log ((1 + x) / (1 - x))For 0 ≤ x < 1, the partial sums of the series expansion of $\frac{1}{2} * \log(\frac{1+x}{1-x})$
at 0 form a lower bound for it. This shows that the absolute value in sum_range_sub_log_div_le
can be dropped, and gives explicit lower bounds for logarithms.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- LT.lt.leproof · cited by 2,189
- MulZeroClass.mul_zeroproof · cited by 2,091
- Set.Iccproof · cited by 1,702
- le_rflproof · cited by 1,558
- Finset.rangestatement and proof · cited by 1,341
- sub_selfproof · cited by 996
- Real.logstatement and proof · cited by 939
- sub_zeroproof · cited by 938
Cited by1
Results whose statement or proof uses this declaration.
- Real.log_div_le_sum_range_addproof · cited by 0