let a, b be real number ; :: thesis: ( a > 0 implies a #R b >= 0 )
assume A1: a > 0 ; :: thesis: a #R b >= 0
consider s being Rational_Sequence such that
A2: ( s is convergent & b = lim s & ( for n being Element of NAT holds s . n <= b ) ) by Th79;
A3: a #Q s is convergent by A1, A2, Th82;
then A4: a #R b = lim (a #Q s) by A1, A2, Def8;
now
let n be Element of NAT ; :: thesis: (a #Q s) . n >= 0
(a #Q s) . n = a #Q (s . n) by Def7;
hence (a #Q s) . n >= 0 by A1, Th63; :: thesis: verum
end;
hence a #R b >= 0 by A3, A4, SEQ_2:31; :: thesis: verum