Theorems · Theorem · real analysis
Real.hasDerivAt_half_log_one_add_div_one_sub_sub_sum_range
∀ {y : ℝ} (n : ℕ),
-1 < y →
y < 1 →
HasDerivAt (fun x => 1 / 2 * Real.log ((1 + x) / (1 - x)) - ∑ i ∈ Finset.range n, x ^ (2 * i + 1) / (2 * ↑i + 1))
((y ^ 2) ^ n / (1 - y ^ 2)) yCompute the derivative of the difference between $\frac{1}{2} * \log(\frac{1+x}{1-x})$ and its
Taylor series at 0 up to order n. This is an auxiliary lemma for
sum_range_sub_log_div_le and sum_range_le_log_div.
Note that thanks to the geometric series, the derivative has a particularly simple form, and means
that it is more convenient to avoid Taylor's theorem.
- Cited by
- 2 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.
Cites41
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
- Finsetproof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- 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
- Nat.cast_zeroproof · cited by 1,870
- LT.lt.ne'proof · cited by 1,417
- Finset.rangestatement and proof · cited by 1,341
Cited by2
Results whose statement or proof uses this declaration.
- Real.sum_range_le_log_divproof · cited by 1
- Real.sum_range_sub_log_div_leproof · cited by 1