let a, b be real number ; :: thesis: for S being sequence of (Closed-Interval-MSpace a,b) st a <= b holds
S is sequence of RealSpace

let S be sequence of (Closed-Interval-MSpace a,b); :: thesis: ( a <= b implies S is sequence of RealSpace )
assume a <= b ; :: thesis: S is sequence of RealSpace
then the carrier of (Closed-Interval-MSpace a,b) = [.a,b.] by TOPMETR:14;
then ( dom S = NAT & rng S c= the carrier of RealSpace ) by FUNCT_2:def 1, METRIC_1:def 14, XBOOLE_1:1;
hence S is sequence of RealSpace by FUNCT_2:4; :: thesis: verum