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.continuousAt_tan {x : โ„‚} :
ContinuousAt tan x โ†” cos x โ‰  0
@[simp]
theorem Complex.deriv_tan (x : โ„‚) :
deriv tan x = 1 / cos x ^ 2