set l1 = Complex_linfty_Space ;
A1: for x being set holds
( x is Element of Complex_linfty_Space iff ( x is Complex_Sequence & seq_id x is bounded ) )
proof end;
A2: for u, v being VECTOR of Complex_linfty_Space holds u + v = (seq_id u) + (seq_id v)
proof end;
A4: for c being Complex
for u being VECTOR of Complex_linfty_Space holds c * u = c (#) (seq_id u)
proof end;
A6: for u being VECTOR of Complex_linfty_Space holds u = seq_id u
proof end;
A7: for u being VECTOR of Complex_linfty_Space holds
( - u = - (seq_id u) & seq_id (- u) = - (seq_id u) )
proof
let u be VECTOR of Complex_linfty_Space; :: thesis: ( - u = - (seq_id u) & seq_id (- u) = - (seq_id u) )
- u = (- 1r) * u by CLVECT_1:3
.= (- 1r) (#) (seq_id u) by A4
.= - (seq_id u) by COMSEQ_1:11 ;
hence ( - u = - (seq_id u) & seq_id (- u) = - (seq_id u) ) ; :: thesis: verum
end;
A8: for u, v being VECTOR of Complex_linfty_Space holds u - v = (seq_id u) - (seq_id v)
proof
let u, v be VECTOR of Complex_linfty_Space; :: thesis: u - v = (seq_id u) - (seq_id v)
thus u - v = (seq_id u) + (seq_id (- v)) by A2
.= (seq_id u) - (seq_id v) by A7 ; :: thesis: verum
end;
A9: for v being VECTOR of Complex_linfty_Space holds ||.v.|| = upper_bound (rng |.(seq_id v).|) by Def2;
0. Complex_linfty_Space = 0. Linear_Space_of_ComplexSequences by CSSPACE:def 10
.= CZeroseq ;
hence ( the carrier of Complex_linfty_Space = the_set_of_BoundedComplexSequences & ( for x being set holds
( x is VECTOR of Complex_linfty_Space iff ( x is Complex_Sequence & seq_id x is bounded ) ) ) & 0. Complex_linfty_Space = CZeroseq & ( for u being VECTOR of Complex_linfty_Space holds u = seq_id u ) & ( for u, v being VECTOR of Complex_linfty_Space holds u + v = (seq_id u) + (seq_id v) ) & ( for c being Complex
for u being VECTOR of Complex_linfty_Space holds c * u = c (#) (seq_id u) ) & ( for u being VECTOR of Complex_linfty_Space holds
( - u = - (seq_id u) & seq_id (- u) = - (seq_id u) ) ) & ( for u, v being VECTOR of Complex_linfty_Space holds u - v = (seq_id u) - (seq_id v) ) & ( for v being VECTOR of Complex_linfty_Space holds seq_id v is bounded ) & ( for v being VECTOR of Complex_linfty_Space holds ||.v.|| = upper_bound (rng |.(seq_id v).|) ) ) by A1, A6, A2, A4, A7, A8, A9; :: thesis: verum