let x, y be Point of l1_Space ; :: thesis: 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).|| = (abs a) * ||.x.|| )
let a be Real; :: thesis: ( ( ||.x.|| = 0 implies x = 0. l1_Space ) & ( x = 0. l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = (abs a) * ||.x.|| )
A7:
for n being Element of NAT holds 0 <= (abs (seq_id x)) . n
seq_id x is absolutely_summable
by Def1;
then A8:
abs (seq_id x) is summable
by SERIES_1:def 5;
A9:
||.x.|| = Sum (abs (seq_id x))
by Th8;
A10:
||.y.|| = Sum (abs (seq_id y))
by Th8;
A11:
Sum (abs (seq_id (x + y))) = ||.(x + y).||
by Th8;
A12:
for n being Element of NAT holds (abs (seq_id (x + y))) . n = abs (((seq_id x) . n) + ((seq_id y) . n))
A13:
for n being Element of NAT holds (abs (seq_id (x + y))) . n <= ((abs (seq_id x)) . n) + ((abs (seq_id y)) . n)
A14:
for n being Element of NAT holds (abs (seq_id (x + y))) . n <= ((abs (seq_id x)) + (abs (seq_id y))) . n
seq_id x is absolutely_summable
by Def1;
then A15:
abs (seq_id x) is summable
by SERIES_1:def 5;
seq_id y is absolutely_summable
by Def1;
then A16:
abs (seq_id y) is summable
by SERIES_1:def 5;
then A17:
(abs (seq_id x)) + (abs (seq_id y)) is summable
by A15, SERIES_1:10;
then A18:
Sum (abs (seq_id (x + y))) <= Sum ((abs (seq_id x)) + (abs (seq_id y)))
by A14, A17, SERIES_1:24;
A19:
for n being Element of NAT holds (abs (a (#) (seq_id x))) . n = (abs a) * ((abs (seq_id x)) . n)
seq_id x is absolutely_summable
by Def1;
then A20:
abs (seq_id x) is summable
by SERIES_1:def 5;
||.(a * x).|| =
Sum (abs (seq_id (a * x)))
by Th8
.=
Sum (abs (seq_id (a (#) (seq_id x))))
by Th8
.=
Sum (abs (a (#) (seq_id x)))
by RSSPACE:3
.=
Sum ((abs a) (#) (abs (seq_id x)))
by A19, SEQ_1:13
.=
(abs a) * (Sum (abs (seq_id x)))
by A20, SERIES_1:13
.=
(abs a) * ||.x.||
by Th8
;
hence
( ( ||.x.|| = 0 implies x = 0. l1_Space ) & ( x = 0. l1_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = (abs a) * ||.x.|| )
by A1, A5, A7, A8, A9, A10, A11, A16, A18, SERIES_1:10, SERIES_1:21; :: thesis: verum