consider N being Element of NAT such that
A1: for n being Element of NAT st n >= N holds
f . n >= 0 by Def4;
c + f is eventually-nonnegative
proof
take N ; :: according to ASYMPT_0:def 4 :: thesis: for n being Element of NAT st n >= N holds
(c + f) . n >= 0

let n be Element of NAT ; :: thesis: ( n >= N implies (c + f) . n >= 0 )
assume n >= N ; :: thesis: (c + f) . n >= 0
then f . n >= 0 by A1;
then c + (f . n) >= 0 + 0 ;
hence (c + f) . n >= 0 by VALUED_1:2; :: thesis: verum
end;
hence c + f is eventually-nonnegative Real_Sequence ; :: thesis: verum