Mathlib Map

Theorems · Theorem · special functions

Complex.tendsto_euler_sin_prod

∀ (z : ℂ),
  Filter.Tendsto (fun n => ↑Real.pi * z * ∏ j ∈ Finset.range n, (1 - z ^ 2 / (↑j + 1) ^ 2)) Filter.atTop
    (nhds (Complex.sin (↑Real.pi * z)))

Euler's infinite product formula for the complex sine function.

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

Around this declaration

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

Cites41

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

Cited by3

Results whose statement or proof uses this declaration.