let x, y be Point of linfty_Space; for a being Real holds
( ( ||.x.|| = 0 implies x = 0. linfty_Space ) & ( x = 0. linfty_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = (abs a) * ||.x.|| )
let a be Real; ( ( ||.x.|| = 0 implies x = 0. linfty_Space ) & ( x = 0. linfty_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = (abs a) * ||.x.|| )
A1:
for n being Element of NAT holds (abs (a (#) (seq_id x))) . n = (abs a) * ((abs (seq_id x)) . n)
(abs (seq_id x)) . 1 = abs ((seq_id x) . 1)
by SEQ_1:12;
then A2:
0 <= (abs (seq_id x)) . 1
by COMPLEX1:46;
A3:
for n being Element of NAT holds (abs (seq_id (x + y))) . n = abs (((seq_id x) . n) + ((seq_id y) . n))
A4:
for n being Element of NAT holds (abs (seq_id (x + y))) . n <= ((abs (seq_id x)) . n) + ((abs (seq_id y)) . n)
A5:
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 bounded
by Def1;
then A9:
0 <= upper_bound (rng (abs (seq_id x)))
by A2, Lm2;
seq_id x is bounded
by Def1;
then
rng (abs (seq_id x)) is bounded
by MEASURE6:39;
then A10:
rng (abs (seq_id x)) is bounded_above
by XXREAL_2:def 11;
A14:
seq_id y is bounded
by Def1;
A15:
seq_id x is bounded
by Def1;
then A18:
upper_bound (rng (abs (seq_id (x + y)))) <= (upper_bound (rng (abs (seq_id x)))) + (upper_bound (rng (abs (seq_id y))))
by Lm1;
A19:
( ||.y.|| = upper_bound (rng (abs (seq_id y))) & upper_bound (rng (abs (seq_id (x + y)))) = ||.(x + y).|| )
by Th3;
||.(a * x).|| =
upper_bound (rng (abs (seq_id (a * x))))
by Th3
.=
upper_bound (rng (abs (seq_id (a (#) (seq_id x)))))
by Th3
.=
upper_bound (rng (abs (a (#) (seq_id x))))
by RSSPACE:1
.=
upper_bound (rng ((abs a) (#) (abs (seq_id x))))
by A1, SEQ_1:9
.=
upper_bound ((abs a) ** (rng (abs (seq_id x))))
by INTEGRA2:17
.=
(abs a) * (upper_bound (rng (abs (seq_id x))))
by A10, COMPLEX1:46, INTEGRA2:13
.=
(abs a) * ||.x.||
by Th3
;
hence
( ( ||.x.|| = 0 implies x = 0. linfty_Space ) & ( x = 0. linfty_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = (abs a) * ||.x.|| )
by A11, A6, A9, A19, A18, Th3; verum