Theorems · Theorem · real analysis
integral_sin_pow_mul_cos_pow_odd
∀ {a b : ℝ} (m n : ℕ),
∫ (x : ℝ) in a..b, Real.sin x ^ m * Real.cos x ^ (2 * n + 1) =
∫ (u : ℝ) in Real.sin a..Real.sin b, u ^ m * (1 - u ^ 2) ^ nSimplification of the integral of sin x ^ m * cos x ^ n, case n 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.
Cites27
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
- mul_assocproof · cited by 1,667
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- pow_zeroproof · cited by 1,094
- intervalIntegralstatement and proof · cited by 546
- Real.cosstatement and proof · cited by 424
- Set.uIccproof · cited by 393
Cited by3
Results whose statement or proof uses this declaration.
- integral_sin_mul_cos₁proof · cited by 1
- integral_cos_pow_threeproof · cited by 0
- integral_sin_sq_mul_cosproof · cited by 0