let X be non empty set ; :: thesis: for r being Real
for f being without-infty Function of X,ExtREAL st r >= 0 holds
r (#) f is without-infty

let r be Real; :: thesis: for f being without-infty Function of X,ExtREAL st r >= 0 holds
r (#) f is without-infty

let f be without-infty Function of X,ExtREAL; :: thesis: ( r >= 0 implies r (#) f is without-infty )
assume A1: r >= 0 ; :: thesis: r (#) f is without-infty
now :: thesis: for x being set st x in dom (r (#) f) holds
(r (#) f) . x > -infty
let x be set ; :: thesis: ( x in dom (r (#) f) implies (r (#) f) . b1 > -infty )
assume A2: x in dom (r (#) f) ; :: thesis: (r (#) f) . b1 > -infty
then A3: x in dom f by MESFUNC1:def 6;
per cases ( r > 0 or r = 0 ) by A1;
end;
end;
hence r (#) f is without-infty by MESFUNC5:10; :: thesis: verum