let seq be ExtREAL_sequence; ( seq is non-decreasing implies ( seq is convergent & lim seq = sup seq ) )
assume A1:
seq is non-decreasing
; ( 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
not for
n being
Element of
NAT holds
seq . n <= -infty
;
( 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 )
;
suppose A9:
+infty <> sup seq
;
( seq is convergent & lim seq = sup seq )set seq0 =
seq ^\ k;
A10:
sup seq = sup (seq ^\ k)
by A1, Th26;
A13:
inf (seq ^\ k) <= sup (seq ^\ k)
by Th24;
A14:
sup (rng (seq ^\ k)) is
UpperBound of
rng (seq ^\ k)
by XXREAL_2:def 3;
seq . k <= sup seq
by Th23;
then
seq . k < +infty
by A9, XXREAL_0:2, XXREAL_0:4;
then A15:
seq ^\ k is
bounded_below
by A1, A8, Th31;
then
rng (seq ^\ k) is
bounded_below
;
then
-infty < inf (rng (seq ^\ k))
by A11, XXREAL_0:12, XXREAL_2:58;
then
sup (rng (seq ^\ k)) in REAL
by A9, A10, A13, XXREAL_0:14;
then
rng (seq ^\ k) is
bounded_above
by A14, XXREAL_2:def 10;
then
seq ^\ k is
bounded_above
;
then A16:
seq ^\ k is
bounded
by A15;
A17:
seq ^\ k is
non-decreasing
by A1, Th26;
then A18:
lim (seq ^\ k) = sup (seq ^\ k)
by A16, Lm4;
seq ^\ k is
convergent
by A17, A16, Lm4;
hence
(
seq is
convergent &
lim seq = sup seq )
by A10, A18, Th17;
verum end; end; end; end;