let x, y be Point of linfty_Space ; :: thesis: 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; :: thesis: ( ( ||.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.|| )
A7:
seq_id x is bounded
by Def1;
A8:
0 <= sup (rng (abs (seq_id x)))
A10:
||.y.|| = sup (rng (abs (seq_id y)))
by Th3;
A11:
sup (rng (abs (seq_id (x + y)))) = ||.(x + y).||
by Th3;
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 bounded
by Def1;
then A15:
abs (seq_id x) is bounded
;
seq_id y is bounded
by Def1;
then A16:
abs (seq_id y) is bounded
;
A17:
upper_bound (rng (abs (seq_id (x + y)))) <= (upper_bound (rng (abs (seq_id x)))) + (upper_bound (rng (abs (seq_id y))))
A21:
for n being Element of NAT holds (abs (a (#) (seq_id x))) . n = (abs a) * ((abs (seq_id x)) . n)
seq_id x is bounded
by Def1;
then
abs (seq_id x) is bounded
;
then
rng (abs (seq_id x)) is bounded
by PSCOMP_1:7;
then A22:
rng (abs (seq_id x)) is bounded_above
by XXREAL_2:def 11;
||.(a * x).|| =
sup (rng (abs (seq_id (a * x))))
by Th3
.=
sup (rng (abs (seq_id (a (#) (seq_id x)))))
by Th3
.=
sup (rng (abs (a (#) (seq_id x))))
by RSSPACE:3
.=
sup (rng ((abs a) (#) (abs (seq_id x))))
by A21, SEQ_1:13
.=
sup ((abs a) ** (rng (abs (seq_id x))))
by INTEGRA2:17
.=
(abs a) * (sup (rng (abs (seq_id x))))
by A22, COMPLEX1:132, 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 A1, A5, A8, A10, A11, A17, Th3; :: thesis: verum