Normed space structure on ℂ
. #
This file gathers basic facts on complex numbers of an analytic nature.
Main results #
This file registers ℂ
as a normed field, expresses basic properties of the norm, and gives
tools on the real vector space structure of ℂ
. Notably, in the namespace complex
,
it defines functions:
re_clm
im_clm
of_real_clm
conj_cle
They are bundled versions of the real part, the imaginary part, the embedding of ℝ
in ℂ
, and
the complex conjugate as continuous ℝ
-linear maps. The last two are also bundled as linear
isometries in of_real_li
and conj_lie
.
We also register the fact that ℂ
is an is_R_or_C
field.
Equations
Equations
- complex.normed_add_comm_group = normed_add_comm_group.of_core ℂ complex.normed_add_comm_group._proof_1
Equations
- complex.normed_field = {to_has_norm := {norm := complex.abs}, to_field := {add := field.add complex.field, add_assoc := _, zero := field.zero complex.field, zero_add := _, add_zero := _, nsmul := field.nsmul complex.field, nsmul_zero' := _, nsmul_succ' := _, neg := field.neg complex.field, sub := field.sub complex.field, sub_eq_add_neg := _, zsmul := field.zsmul complex.field, zsmul_zero' := _, zsmul_succ' := _, zsmul_neg' := _, add_left_neg := _, add_comm := _, int_cast := field.int_cast complex.field, nat_cast := field.nat_cast complex.field, one := field.one complex.field, nat_cast_zero := _, nat_cast_succ := _, int_cast_of_nat := _, int_cast_neg_succ_of_nat := _, mul := field.mul complex.field, mul_assoc := _, one_mul := _, mul_one := _, npow := field.npow complex.field, npow_zero' := _, npow_succ' := _, left_distrib := _, right_distrib := _, mul_comm := _, inv := field.inv complex.field, div := field.div complex.field, div_eq_mul_inv := _, zpow := field.zpow complex.field, zpow_zero' := _, zpow_succ' := _, zpow_neg' := _, exists_pair_ne := _, rat_cast := field.rat_cast complex.field, mul_inv_cancel := _, inv_zero := _, rat_cast_mk := _, qsmul := field.qsmul complex.field, qsmul_eq_mul' := _}, to_metric_space := normed_add_comm_group.to_metric_space complex.normed_add_comm_group, dist_eq := complex.normed_field._proof_1, norm_mul' := complex.abs_mul}
Equations
- complex.densely_normed_field = {to_normed_field := complex.normed_field, lt_norm_lt := complex.densely_normed_field._proof_1}
Equations
The module structure from module.complex_to_real
is a normed space.
Equations
The abs
function on ℂ
is proper.
The norm_sq
function on ℂ
is proper.
Continuous linear map version of the real part function, from ℂ
to ℝ
.
Equations
- complex.re_clm = complex.re_lm.mk_continuous 1 complex.re_clm._proof_1
Continuous linear map version of the real part function, from ℂ
to ℝ
.
Equations
- complex.im_clm = complex.im_lm.mk_continuous 1 complex.im_clm._proof_1
The complex-conjugation function from ℂ
to itself is an isometric linear equivalence.
Equations
The determinant of conj_lie
, as a linear map.
The determinant of conj_lie
, as a linear equiv.
The only continuous ring homomorphisms from ℂ
to ℂ
are the identity and the complex
conjugation.
Continuous linear equiv version of the conj function, from ℂ
to ℂ
.
Equations
Linear isometry version of the canonical embedding of ℝ
in ℂ
.
Equations
Continuous linear map version of the canonical embedding of ℝ
in ℂ
.
Equations
- complex.is_R_or_C = {to_densely_normed_field := complex.densely_normed_field, to_star_ring := complex.star_ring, to_normed_algebra := complex.normed_algebra (normed_algebra.id ℝ), to_complete_space := complex.is_R_or_C._proof_1, re := {to_fun := complex.re, map_zero' := complex.zero_re, map_add' := complex.add_re}, im := {to_fun := complex.im, map_zero' := complex.zero_im, map_add' := complex.add_im}, I := complex.I, I_re_ax := complex.is_R_or_C._proof_2, I_mul_I_ax := complex.is_R_or_C._proof_3, re_add_im_ax := complex.is_R_or_C._proof_4, of_real_re_ax := complex.is_R_or_C._proof_5, of_real_im_ax := complex.is_R_or_C._proof_6, mul_re_ax := complex.is_R_or_C._proof_7, mul_im_ax := complex.is_R_or_C._proof_8, conj_re_ax := complex.is_R_or_C._proof_9, conj_im_ax := complex.is_R_or_C._proof_10, conj_I_ax := complex.is_R_or_C._proof_11, norm_sq_eq_def_ax := complex.is_R_or_C._proof_12, mul_im_I_ax := complex.is_R_or_C._proof_13, inv_def_ax := complex.is_R_or_C._proof_14, div_I_ax := complex.div_I}
The natural add_equiv
from ℂ
to ℝ × ℝ
.
Equations
- complex.equiv_real_prod_add_hom = {to_fun := complex.equiv_real_prod.to_fun, inv_fun := complex.equiv_real_prod.inv_fun, left_inv := complex.equiv_real_prod_add_hom._proof_1, right_inv := complex.equiv_real_prod_add_hom._proof_2, map_add' := complex.equiv_real_prod_add_hom._proof_3}
The natural linear_equiv
from ℂ
to ℝ × ℝ
.
Equations
- complex.equiv_real_prod_add_hom_lm = {to_fun := complex.equiv_real_prod_add_hom.to_fun, map_add' := complex.equiv_real_prod_add_hom_lm._proof_1, map_smul' := complex.equiv_real_prod_add_hom_lm._proof_2, inv_fun := complex.equiv_real_prod_add_hom.inv_fun, left_inv := complex.equiv_real_prod_add_hom_lm._proof_3, right_inv := complex.equiv_real_prod_add_hom_lm._proof_4}
The natural continuous_linear_equiv
from ℂ
to ℝ × ℝ
.