Documentation

Mathlib.Analysis.Complex.Arg

Rays in the complex numbers #

This file links the definition SameRay ℝ x y with the equality of arguments of complex numbers, the usual way this is considered.

Main statements #

theorem Complex.abs_sub_eq_iff {x : } {y : } :
theorem Complex.abs_add_eq {x : } {y : } (h : Complex.arg x = Complex.arg y) :
Complex.abs (x + y) = Complex.abs x + Complex.abs y