Theorems · Theorem · real analysis
integral_cos_pow_aux
∀ {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 + 1) * ∫ (x : ℝ) in a..b, Real.cos x ^ n) -
(↑n + 1) * ∫ (x : ℝ) in a..b, Real.cos x ^ (n + 2)- Cited by
- 1 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.
Cites38
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
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- add_commproof · cited by 1,535
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- neg_mulproof · cited by 654
- mul_negproof · cited by 590
- Nat.cast_addproof · cited by 586
- intervalIntegralstatement and proof · cited by 546
- HasDerivAtproof · cited by 493
- Real.cosstatement and proof · cited by 424
- Set.uIccproof · cited by 393
Cited by1
Results whose statement or proof uses this declaration.
- integral_cos_powproof · cited by 1