Mathlib Map

Theorems · Theorem · complex analysis

Complex.angle_eq_abs_arg

∀ {x y : ℂ}, x ≠ 0 → y ≠ 0 → InnerProductGeometry.angle x y = |(x / y).arg|

The angle between two non-zero complex numbers is the absolute value of the argument of their quotient. Note that this does not hold when x or y is 0 as the LHS is π / 2 while the RHS is 0.

Defined in
Mathlib.Analysis.Complex.Angle
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.

Cites35

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.