let a, c, b be real number ; :: thesis: ( a >= 1 & c >= b implies a #R c >= a #R b )
assume A1:
( a >= 1 & c >= b )
; :: thesis: a #R c >= a #R b
consider s1 being Rational_Sequence such that
A2:
( s1 is convergent & c = lim s1 & ( for n being Element of NAT holds s1 . n >= c ) )
by Th80;
consider s2 being Rational_Sequence such that
A3:
( s2 is convergent & b = lim s2 & ( for n being Element of NAT holds s2 . n <= b ) )
by Th79;
A4:
a #Q s1 is convergent
by A1, A2, Th82;
A5:
a #Q s2 is convergent
by A1, A3, Th82;
then
lim (a #Q s1) >= lim (a #Q s2)
by A4, A5, SEQ_2:32;
then
a #R c >= lim (a #Q s2)
by A1, A2, A4, Def8;
hence
a #R c >= a #R b
by A1, A3, A5, Def8; :: thesis: verum