Documentation

Mathlib.Analysis.SpecialFunctions.Trigonometric.Cotangent

Cotangent #

This file contains lemmas about the cotangent function, including useful series expansions.

theorem Complex.cot_eq_exp_ratio (z : ) :
z.cot = (exp (2 * I * z) + 1) / (I * (1 - exp (2 * I * z)))
theorem Complex.cot_pi_eq_exp_ratio (z : ) :
(Real.pi * z).cot = (exp (2 * Real.pi * I * z) + 1) / (I * (1 - exp (2 * Real.pi * I * z)))