Documentation
LeanOA
.
ForMathlib
.
Data
.
Complex
.
Norm
Search
return to top
source
Imports
Init
Mathlib.Data.Complex.Norm
Imported by
Complex
.
norm_sub_one_sq_eq_of_norm_one
Complex
.
norm_sub_one_sq_eqOn_sphere
source
theorem
Complex
.
norm_sub_one_sq_eq_of_norm_one
{
z
:
ℂ
}
(
hz
:
‖
z
‖
=
1
)
:
‖
z
-
1
‖
^
2
=
2
*
(
1
-
z
.
re
)
source
theorem
Complex
.
norm_sub_one_sq_eqOn_sphere
:
Set.EqOn
(fun (
x
:
ℂ
) =>
‖
x
-
1
‖
^
2
)
(fun (
z
:
ℂ
) =>
2
*
(
1
-
z
.
re
))
(
Metric.sphere
0
1
)