let a, b be real number ; :: thesis: for s being Real_Sequence
for S being sequence of (Closed-Interval-MSpace a,b) st S = s & a <= b & s is non-increasing holds
S is convergent

let s be Real_Sequence; :: thesis: for S being sequence of (Closed-Interval-MSpace a,b) st S = s & a <= b & s is non-increasing holds
S is convergent

let S be sequence of (Closed-Interval-MSpace a,b); :: thesis: ( S = s & a <= b & s is non-increasing implies S is convergent )
assume A1: ( S = s & a <= b & s is non-increasing ) ; :: thesis: S is convergent
for n being Element of NAT holds s . n > a - 1
proof end;
then s is bounded_below by SEQ_2:def 4;
then s is convergent by A1;
hence S is convergent by A1, Th10; :: thesis: verum