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 Element of 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 Element of NAT holds |.(seq_id (x + y)).| . n = |.(((seq_id x) . n) + ((seq_id y) . n)).|
A4:
for n being Element of NAT holds |.(seq_id (x + y)).| . n <= (|.(seq_id x).| . n) + (|.(seq_id y).| . n)
A5:
for n being Element of 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 Lm9;
then A9:
0 <= upper_bound (rng |.(seq_id x).|)
by A2, Lm2;
seq_id y is bounded
by Def1;
then A10:
|.(seq_id y).| is bounded
by Lm9;
seq_id x is bounded
by Def1;
then
|.(seq_id x).| is bounded
by Lm9;
then
rng |.(seq_id x).| is bounded
by MEASURE6:39;
then A11:
rng |.(seq_id x).| is bounded_above
by XXREAL_2:def 11;
seq_id x is bounded
by Def1;
then A14:
|.(seq_id x).| is bounded
by Lm9;
then A17:
upper_bound (rng |.(seq_id (x + y)).|) <= (upper_bound (rng |.(seq_id x).|)) + (upper_bound (rng |.(seq_id y).|))
by Lm1;
A18:
( ||.y.|| = upper_bound (rng |.(seq_id y).|) & upper_bound (rng |.(seq_id (x + y)).|) = ||.(x + y).|| )
by Th3;
||.(c * x).|| =
upper_bound (rng |.(seq_id (c * x)).|)
by Th3
.=
upper_bound (rng |.(seq_id (c (#) (seq_id x))).|)
by Th3
.=
upper_bound (rng |.(c (#) (seq_id x)).|)
by CSSPACE:1
.=
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 A11, COMPLEX1:46, INTEGRA2:13
.=
|.c.| * ||.x.||
by Th3
;
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 A6, A12, A9, A18, A17, Th3; verum