let x, y be Point of Complex_l1_Space ; :: thesis: for p being Complex holds
( ( ||.x.|| = 0 implies x = 0. Complex_l1_Space ) & ( x = 0. Complex_l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(p * x).|| = |.p.| * ||.x.|| )
let p be Complex; :: thesis: ( ( ||.x.|| = 0 implies x = 0. Complex_l1_Space ) & ( x = 0. Complex_l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(p * x).|| = |.p.| * ||.x.|| )
A7:
for n being Element of NAT holds 0 <= |.(seq_id x).| . n
seq_id x is absolutely_summable
by Def1;
then A8:
|.(seq_id x).| is summable
by COMSEQ_3:def 11;
A9:
||.x.|| = Sum |.(seq_id x).|
by Th8;
A10:
||.y.|| = Sum |.(seq_id y).|
by Th8;
A11:
Sum |.(seq_id (x + y)).| = ||.(x + y).||
by Th8;
A12:
for n being Element of NAT holds |.(seq_id (x + y)).| . n = |.(((seq_id x) . n) + ((seq_id y) . n)).|
A13:
for n being Element of NAT holds |.(seq_id (x + y)).| . n <= (|.(seq_id x).| . n) + (|.(seq_id y).| . n)
A14:
for n being Element of NAT holds |.(seq_id (x + y)).| . n <= (|.(seq_id x).| + |.(seq_id y).|) . n
seq_id x is absolutely_summable
by Def1;
then A15:
|.(seq_id x).| is summable
by COMSEQ_3:def 11;
seq_id y is absolutely_summable
by Def1;
then A16:
|.(seq_id y).| is summable
by COMSEQ_3:def 11;
then A17:
|.(seq_id x).| + |.(seq_id y).| is summable
by A15, SERIES_1:10;
then A18:
Sum |.(seq_id (x + y)).| <= Sum (|.(seq_id x).| + |.(seq_id y).|)
by A14, A17, SERIES_1:24;
A19:
for n being Element of NAT holds |.(p (#) (seq_id x)).| . n = |.p.| * (|.(seq_id x).| . n)
seq_id x is absolutely_summable
by Def1;
then A20:
|.(seq_id x).| is summable
by COMSEQ_3:def 11;
||.(p * x).|| =
Sum |.(seq_id (p * x)).|
by Th8
.=
Sum |.(seq_id (p (#) (seq_id x))).|
by Th8
.=
Sum |.(p (#) (seq_id x)).|
by CSSPACE:3
.=
Sum (|.p.| (#) |.(seq_id x).|)
by A19, SEQ_1:13
.=
|.p.| * (Sum |.(seq_id x).|)
by A20, SERIES_1:13
.=
|.p.| * ||.x.||
by Th8
;
hence
( ( ||.x.|| = 0 implies x = 0. Complex_l1_Space ) & ( x = 0. Complex_l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(p * x).|| = |.p.| * ||.x.|| )
by A1, A5, A7, A8, A9, A10, A11, A16, A18, SERIES_1:10, SERIES_1:21; :: thesis: verum