Documentation

TauCeti.Analysis.Complex.SmulI

Multiplication by i on a complex normed space #

Multiplication by i is a real continuous linear automorphism of any complex normed space, with inverse multiplication by -i. It is the conjugating operator by which complex linearity of a real-linear map is tested.

Main definitions and results #

theorem Complex.I_smul_neg_I_smul {X : Type u_1} [AddCommGroup X] [Module X] (x : X) :
I -I x = x
theorem Complex.neg_I_smul_I_smul {X : Type u_1} [AddCommGroup X] [Module X] (x : X) :
-I I x = x
noncomputable def Complex.smulIEquiv (X : Type u_1) [NormedAddCommGroup X] [NormedSpace X] :

Multiplication by i as a real continuous linear equivalence of a complex normed space.

Equations
Instances For
    @[simp]
    theorem Complex.smulIEquiv_apply {X : Type u_1} [NormedAddCommGroup X] [NormedSpace X] (x : X) :
    (smulIEquiv X) x = I x