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.sameRay_iff {x y : ℂ} :
SameRay ℝ x y ↔ x = 0 ∨ y = 0 ∨ x.arg = y.arg
theorem Complex.norm_add_eq_iff {x y : ℂ} :
‖x + y‖ = ‖x‖ + ‖y‖ ↔ x = 0 ∨ y = 0 ∨ x.arg = y.arg
theorem Complex.norm_sub_eq_iff {x y : ℂ} :
‖x - y‖ = |‖x‖ - ‖y‖| ↔ x = 0 ∨ y = 0 ∨ x.arg = y.arg
theorem Complex.sameRay_of_arg_eq {x y : ℂ} (h : x.arg = y.arg) :
theorem Complex.norm_add_eq {x y : ℂ} (h : x.arg = y.arg) :
theorem Complex.norm_sub_eq {x y : ℂ} (h : x.arg = y.arg) :