let seq be ExtREAL_sequence; :: thesis: ( seq is non-decreasing implies ( seq is convergent & lim seq = sup seq ) )
assume A1: seq is non-decreasing ; :: thesis: ( seq is convergent & lim seq = sup seq )
per cases ( for n being Element of NAT holds seq . n <= -infty or ex n being Element of NAT st not seq . n <= -infty ) ;
suppose A2: for n being Element of NAT holds seq . n <= -infty ; :: thesis: ( seq is convergent & lim seq = sup seq )
end;
suppose not for n being Element of NAT holds seq . n <= -infty ; :: thesis: ( seq is convergent & lim seq = sup seq )
then consider k being Element of NAT such that
A8: -infty < seq . k ;
per cases ( +infty <> sup seq or +infty = sup seq ) ;
end;
end;
end;