let x, y be Point of Complex_linfty_Space; for c being Complex holds
( ( ||.x.|| = 0 implies x = 0. Complex_linfty_Space ) & ( x = 0. Complex_linfty_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(c * x).|| = |.c.| * ||.x.|| )
let c be Complex; ( ( ||.x.|| = 0 implies x = 0. Complex_linfty_Space ) & ( x = 0. Complex_linfty_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(c * x).|| = |.c.| * ||.x.|| )
A1:
for n being Nat holds |.(c (#) (seq_id x)).| . n = |.c.| * (|.(seq_id x).| . n)
|.(seq_id x).| . 1 = |.((seq_id x) . 1).|
by VALUED_1:18;
then A2:
0 <= |.(seq_id x).| . 1
by COMPLEX1:46;
A3:
for n being Nat holds |.(seq_id (x + y)).| . n = |.(((seq_id x) . n) + ((seq_id y) . n)).|
A5:
for n being Nat holds |.(seq_id (x + y)).| . n <= (|.(seq_id x).| . n) + (|.(seq_id y).| . n)
A6:
for n being Nat holds |.(seq_id (x + y)).| . n <= (|.(seq_id x).| + |.(seq_id y).|) . n
seq_id x is bounded
by Def1;
then
|.(seq_id x).| is bounded
by Lm8;
then A10:
0 <= upper_bound (rng |.(seq_id x).|)
by A2, Lm2;
seq_id y is bounded
by Def1;
then A11:
|.(seq_id y).| is bounded
by Lm8;
seq_id x is bounded
by Def1;
then
|.(seq_id x).| is bounded
by Lm8;
then
rng |.(seq_id x).| is real-bounded
by MEASURE6:39;
then A12:
rng |.(seq_id x).| is bounded_above
;
seq_id x is bounded
by Def1;
then A15:
|.(seq_id x).| is bounded
by Lm8;
then A18:
upper_bound (rng |.(seq_id (x + y)).|) <= (upper_bound (rng |.(seq_id x).|)) + (upper_bound (rng |.(seq_id y).|))
by Lm1;
A19:
( ||.y.|| = upper_bound (rng |.(seq_id y).|) & upper_bound (rng |.(seq_id (x + y)).|) = ||.(x + y).|| )
by Th2;
||.(c * x).|| =
upper_bound (rng |.(seq_id (c * x)).|)
by Th2
.=
upper_bound (rng |.(seq_id (c (#) (seq_id x))).|)
by Th2
.=
upper_bound (rng (|.c.| (#) |.(seq_id x).|))
by A1, SEQ_1:9
.=
upper_bound (|.c.| ** (rng |.(seq_id x).|))
by INTEGRA2:17
.=
|.c.| * (upper_bound (rng |.(seq_id x).|))
by A12, COMPLEX1:46, INTEGRA2:13
.=
|.c.| * ||.x.||
by Th2
;
hence
( ( ||.x.|| = 0 implies x = 0. Complex_linfty_Space ) & ( x = 0. Complex_linfty_Space implies ||.x.|| = 0 ) & 0 <= ||.x.|| & ||.(x + y).|| <= ||.x.|| + ||.y.|| & ||.(c * x).|| = |.c.| * ||.x.|| )
by A7, A13, A10, A19, A18, Th2; verum