Theorems · Theorem · real analysis
integral_sin_pow_odd_mul_cos_pow
∀ {a b : ℝ} (m n : ℕ),
∫ (x : ℝ) in a..b, Real.sin x ^ (2 * m + 1) * Real.cos x ^ n =
∫ (u : ℝ) in Real.cos b..Real.cos a, u ^ n * (1 - u ^ 2) ^ mSimplification of the integral of sin x ^ m * cos x ^ n, case m is odd.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 272 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- NormedAddCommGroupproof · cited by 15,752
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measureproof · cited by 10,939
- one_mulproof · cited by 2,841
- Continuousproof · cited by 2,592
- Nat.cast_oneproof · cited by 2,501
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- pow_zeroproof · cited by 1,094
- neg_mulproof · cited by 654
- mul_negproof · cited by 590
- intervalIntegralstatement and proof · cited by 546
Cited by3
Results whose statement or proof uses this declaration.
- integral_sin_pow_threeproof · cited by 0
- integral_sin_mul_cos_sqproof · cited by 0
- integral_sin_mul_cos₂proof · cited by 0