Mathlib Map

Theorems · Theorem · complex analysis

pi_mul_cot_pi_q_exp

∀ (z : UpperHalfPlane),
  ↑Real.pi * (↑Real.pi * ↑z).cot =
    ↑Real.pi * Complex.I - 2 * ↑Real.pi * Complex.I * ∑' (n : ℕ), Complex.exp (2 * ↑Real.pi * Complex.I * ↑z) ^ n

This is the version one probably wants, which is why the pi's are there.

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

Around this declaration

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

Cites21

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.