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).|| = |.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).|| = |.a.| * ||.x.|| )
A1:
for n being Nat holds (abs (a (#) (seq_id x))) . n = |.a.| * ((abs (seq_id x)) . n)
(abs (seq_id x)) . 1 = |.((seq_id x) . 1).|
by SEQ_1:12;
then A2:
0 <= (abs (seq_id x)) . 1
by COMPLEX1:46;
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 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 real-bounded
by MEASURE6:39;
then A10:
rng (abs (seq_id x)) is bounded_above
;
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 Th2;
||.(a * x).|| =
upper_bound (rng (abs (seq_id (a * x))))
by Th2
.=
upper_bound (rng |.(seq_id (a (#) (seq_id x))).|)
by Th2
.=
upper_bound (rng (|.a.| (#) (abs (seq_id x))))
by A1, SEQ_1:9
.=
upper_bound (|.a.| ** (rng (abs (seq_id x))))
by INTEGRA2:17
.=
|.a.| * (upper_bound (rng (abs (seq_id x))))
by A10, COMPLEX1:46, INTEGRA2:13
.=
|.a.| * ||.x.||
by Th2
;
hence
( ( ||.x.|| = 0 implies x = 0. linfty_Space ) & ( x = 0. linfty_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(a * x).|| = |.a.| * ||.x.|| )
by A11, A6, A9, A19, A18, Th2; verum