let a, b be Real; :: 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 that
A1: S = s and
A2: a <= b and
A3: s is non-decreasing ; :: thesis: S is convergent
for n being Nat holds s . n < b + 1
proof end;
then s is bounded_above by SEQ_2:def 3;
hence S is convergent by A1, A2, A3, Th8; :: thesis: verum