Documentation

Mathlib.Analysis.SpecialFunctions.Trigonometric.ComplexDeriv

Complex trigonometric functions #

Basic facts and derivatives for the complex trigonometric functions.

theorem Complex.hasDerivAt_tan {x : ℂ} (h : cos x ≠ 0) :
HasDerivAt tan (1 / cos x ^ 2) x
theorem Complex.tendsto_norm_tan_atTop (k : ℤ) :
Filter.Tendsto (fun (x : ℂ) => ‖tan x‖) (nhdsWithin ((2 * ↑k + 1) * ↑Real.pi / 2) {(2 * ↑k + 1) * ↑Real.pi / 2}ᶜ) Filter.atTop
@[simp]
theorem Complex.deriv_tan (x : ℂ) :
deriv tan x = 1 / cos x ^ 2
@[simp]