Mathlib Map

Theorems · Theorem · special functions

EulerSine.integral_cos_mul_cos_pow_aux

∀ {z : ℂ} {n : ℕ},
  2 ≤ n →
    z ≠ 0 →
      ∫ (x : ℝ) in 0..Real.pi / 2, Complex.cos (2 * z * ↑x) * ↑(Real.cos x) ^ n =
        ↑n / (2 * z) * ∫ (x : ℝ) in 0..Real.pi / 2, Complex.sin (2 * z * ↑x) * ↑(Real.sin x) * ↑(Real.cos x) ^ (n - 1)
Defined in
Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
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.

Cites56

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.