let x, y be Point of l1_Space; for a being Real holds
( ( ||.x.|| = 0 implies x = 0. l1_Space ) & ( x = 0. l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = |.a.| * ||.x.|| )
let a be Real; ( ( ||.x.|| = 0 implies x = 0. l1_Space ) & ( x = 0. l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = |.a.| * ||.x.|| )
A1:
for n being Nat holds 0 <= (abs (seq_id x)) . n
A3:
for n being Nat holds (abs (seq_id (x + y))) . n = |.(((seq_id x) . n) + ((seq_id y) . n)).|
A4:
for n being Nat holds (abs (seq_id (x + y))) . n <= ((abs (seq_id x)) . n) + ((abs (seq_id y)) . n)
A5:
for n being Nat holds (abs (seq_id (x + y))) . n <= ((abs (seq_id x)) + (abs (seq_id y))) . n
seq_id y is absolutely_summable
by Def1;
then A6:
abs (seq_id y) is summable
by SERIES_1:def 4;
seq_id x is absolutely_summable
by Def1;
then
abs (seq_id x) is summable
by SERIES_1:def 4;
then
(abs (seq_id x)) + (abs (seq_id y)) is summable
by A6, SERIES_1:7;
then A7:
Sum (abs (seq_id (x + y))) <= Sum ((abs (seq_id x)) + (abs (seq_id y)))
by A5, A2, SERIES_1:20;
A10:
Sum (abs (seq_id (x + y))) = ||.(x + y).||
by Th6;
A14:
( ||.x.|| = Sum (abs (seq_id x)) & ||.y.|| = Sum (abs (seq_id y)) )
by Th6;
A15:
for n being Nat holds (abs (a (#) (seq_id x))) . n = |.a.| * ((abs (seq_id x)) . n)
seq_id x is absolutely_summable
by Def1;
then A16:
abs (seq_id x) is summable
by SERIES_1:def 4;
seq_id x is absolutely_summable
by Def1;
then A17:
abs (seq_id x) is summable
by SERIES_1:def 4;
||.(a * x).|| =
Sum (abs (seq_id (a * x)))
by Th6
.=
Sum |.(seq_id (a (#) (seq_id x))).|
by Th6
.=
Sum (|.a.| (#) (abs (seq_id x)))
by A15, SEQ_1:9
.=
|.a.| * (Sum (abs (seq_id x)))
by A16, SERIES_1:10
.=
|.a.| * ||.x.||
by Th6
;
hence
( ( ||.x.|| = 0 implies x = 0. l1_Space ) & ( x = 0. l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = |.a.| * ||.x.|| )
by A11, A8, A1, A17, A14, A10, A6, A7, SERIES_1:7, SERIES_1:18; verum