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