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_add_eq {x y : } (h : x.arg = y.arg) :
abs (x + y) = abs x + abs y
theorem Complex.abs_sub_eq {x y : } (h : x.arg = y.arg) :