let a, b be real number ; ( a >= 1 & b >= 0 implies a #R b >= 1 )
assume that
A1:
a >= 1
and
A2:
b >= 0
; a #R b >= 1
consider s being Rational_Sequence such that
A3:
s is convergent
and
A4:
b = lim s
and
A5:
for n being Element of NAT holds s . n >= b
by Th80;
a #Q s is convergent
by A1, A3, Th82;
then
a #R b = lim (a #Q s)
by A1, A3, A4, Def8;
hence
a #R b >= 1
by A1, A3, A6, Th2, Th82; verum