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
@[deprecated Complex.tendsto_norm_tan_of_cos_eq_zero (since := "2025-02-17")]

Alias of Complex.tendsto_norm_tan_of_cos_eq_zero.

@[deprecated Complex.tendsto_norm_tan_atTop (since := "2025-02-17")]
theorem Complex.tendsto_abs_tan_atTop (k : ) :
Filter.Tendsto (fun (x : ) => tan x) (nhdsWithin ((2 * k + 1) * Real.pi / 2) {(2 * k + 1) * Real.pi / 2}) Filter.atTop

Alias of Complex.tendsto_norm_tan_atTop.

@[simp]
theorem Complex.deriv_tan (x : ) :
deriv tan x = 1 / cos x ^ 2
@[simp]