take 2 ; :: according to ASYMPT_0:def 4 :: thesis: for b1 being Element of NAT holds
( not 2 <= b1 or not seq_logn . b1 <= 0 )

set f = seq_logn ;
let n be Element of NAT ; :: thesis: ( not 2 <= n or not seq_logn . n <= 0 )
assume A1: n >= 2 ; :: thesis: not seq_logn . n <= 0
then A2: log (2,n) >= log (2,2) by PRE_FF:10;
seq_logn . n = log (2,n) by A1, Def2;
hence not seq_logn . n <= 0 by A2, POWER:52; :: thesis: verum