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-decreasing 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-decreasing holds
S is convergent

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