Mathlib Map

Theorems · Theorem · complex analysis

Complex.tan_eq_zero_iff

∀ {θ : ℂ}, Complex.tan θ = 0 ↔ ∃ k, ↑k * ↑Real.pi / 2 = θ

The tangent of a complex number is equal to zero iff this number is equal to k * π / 2 for an integer k. Note that this lemma takes into account that we use zero as the junk value for division by zero. See also Complex.tan_eq_zero_iff'.

Defined in
Mathlib.Analysis.SpecialFunctions.Trigonometric.Complex
Cited by
4 results in Mathlib
Foundations
Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites20

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.