take
0
; ASYMPT_0:def 6 for b1 being Element of NAT holds
( not 0 <= b1 or not (seq_a^ a,b,c) . b1 <= 0 )
set f = seq_a^ a,b,c;
let n be Element of NAT ; ( not 0 <= n or not (seq_a^ a,b,c) . n <= 0 )
assume
n >= 0
; not (seq_a^ a,b,c) . n <= 0
(seq_a^ a,b,c) . n = a to_power ((b * n) + c)
by Def1;
hence
not (seq_a^ a,b,c) . n <= 0
by POWER:39; verum