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) :
@[deprecated Complex.norm_add_eq_iff (since := "2025-02-17")]
theorem Complex.abs_add_eq_iff {x y : } :
x + y = x + y x = 0 y = 0 x.arg = y.arg

Alias of Complex.norm_add_eq_iff.

@[deprecated Complex.norm_sub_eq_iff (since := "2025-02-17")]
theorem Complex.abs_sub_eq_iff {x y : } :
x - y = |x - y| x = 0 y = 0 x.arg = y.arg

Alias of Complex.norm_sub_eq_iff.

@[deprecated Complex.norm_add_eq (since := "2025-02-17")]
theorem Complex.abs_add_eq {x y : } (h : x.arg = y.arg) :

Alias of Complex.norm_add_eq.

@[deprecated Complex.norm_sub_eq (since := "2025-02-17")]
theorem Complex.abs_sub_eq {x y : } (h : x.arg = y.arg) :

Alias of Complex.norm_sub_eq.