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