Mathlib Map

Theorems · Theorem · special functions

EulerSine.sin_pi_mul_eq

∀ (z : ℂ) (n : ℕ),
  Complex.sin (↑Real.pi * z) =
    ((↑Real.pi * z * ∏ j ∈ Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)) *
        ∫ (x : ℝ) in 0..Real.pi / 2, Complex.cos (2 * z * ↑x) * ↑(Real.cos x) ^ (2 * n)) /
      ↑(∫ (x : ℝ) in 0..Real.pi / 2, Real.cos x ^ (2 * n))

Finite form of Euler's sine product, with remainder term expressed as a ratio of cosine integrals.

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

Around this declaration

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

Cites59

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.