Mathlib Map

Theorems · Theorem · special functions

EulerSine.integral_cos_pow_eq

∀ (n : ℕ), ∫ (x : ℝ) in 0..Real.pi / 2, Real.cos x ^ n = 1 / 2 * ∫ (x : ℝ) in 0..Real.pi, Real.sin x ^ n

Relate the integral cos x ^ n over [0, π/2] to the integral of sin x ^ n over [0, π], which is studied in Mathlib/Analysis/Real/Pi/Wallis.lean and other places.

Defined in
Mathlib.Analysis.SpecialFunctions.Trigonometric.EulerSineProd
Cited by
2 results in Mathlib
Foundations
Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites25

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

Cited by2

Results whose statement or proof uses this declaration.