Theorems · Theorem · real analysis
integral_sin_pow
∀ {a b : ℝ} (n : ℕ),
∫ (x : ℝ) in a..b, Real.sin x ^ (n + 2) =
(Real.sin a ^ (n + 1) * Real.cos a - Real.sin b ^ (n + 1) * Real.cos b) / (↑n + 2) +
(↑n + 1) / (↑n + 2) * ∫ (x : ℝ) in a..b, Real.sin x ^ nThe reduction formula for the integral of sin x ^ n for any natural n ≥ 2.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 273 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- one_ne_zeroproof · cited by 885
- ne_of_gtproof · cited by 637
- div_oneproof · cited by 629
- intervalIntegralstatement and proof · cited by 546
- Real.cosstatement and proof · cited by 424
- Real.sinstatement and proof · cited by 389
- Nat.cast_nonneg'proof · cited by 245
Cited by5
Results whose statement or proof uses this declaration.
- integral_sin_pow_evenproof · cited by 2
- integral_sin_pow_oddproof · cited by 2
- Real.Wallis.le_Wproof · cited by 1
- EulerSine.sin_pi_mul_eqproof · cited by 1
- integral_sin_sqproof · cited by 0