Theorems · Theorem · real analysis
integral_cos_pow
∀ {a b : ℝ} (n : ℕ),
∫ (x : ℝ) in a..b, Real.cos x ^ (n + 2) =
(Real.cos b ^ (n + 1) * Real.sin b - Real.cos a ^ (n + 1) * Real.sin a) / (↑n + 2) +
(↑n + 1) / (↑n + 2) * ∫ (x : ℝ) in a..b, Real.cos x ^ nThe reduction formula for the integral of cos x ^ n for any natural n ≥ 2.
- Cited by
- 1 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 by1
Results whose statement or proof uses this declaration.
- integral_cos_sqproof · cited by 2