let s be Real_Sequence; :: thesis: ( ( for n being Element of NAT holds s . n > 0 ) & ex m being Element of NAT st
for n being Element of NAT st n >= m holds
(s . (n + 1)) / (s . n) >= 1 implies not s is summable )

assume that
A1: for n being Element of NAT holds s . n > 0 and
A2: ex m being Element of NAT st
for n being Element of NAT st n >= m holds
(s . (n + 1)) / (s . n) >= 1 ; :: thesis: not s is summable
consider m being Element of NAT such that
A3: for n being Element of NAT st n >= m holds
(s . (n + 1)) / (s . n) >= 1 by A2;
defpred S1[ Element of NAT ] means s . (m + $1) >= s . m;
A4: S1[ 0 ] ;
A5: for k being Element of NAT st S1[k] holds
S1[k + 1]
proof
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
assume A6: s . (m + k) >= s . m ; :: thesis: S1[k + 1]
A7: s . (m + k) > 0 by A1;
(s . ((m + k) + 1)) / (s . (m + k)) >= 1 by A3, NAT_1:11;
then s . ((m + k) + 1) >= s . (m + k) by A7, XREAL_1:193;
hence S1[k + 1] by A6, XXREAL_0:2; :: thesis: verum
end;
A8: for k being Element of NAT holds S1[k] from NAT_1:sch 1(A4, A5);
A9: s . m > 0 by A1;
for k being Element of NAT ex n being Element of NAT st
( n >= k & not abs ((s . n) - 0 ) < s . m )
proof
let k be Element of NAT ; :: thesis: ex n being Element of NAT st
( n >= k & not abs ((s . n) - 0 ) < s . m )

take n = m + k; :: thesis: ( n >= k & not abs ((s . n) - 0 ) < s . m )
s . n >= s . m by A8;
hence ( n >= k & not abs ((s . n) - 0 ) < s . m ) by NAT_1:11, SEQ_2:9; :: thesis: verum
end;
then ( not lim s = 0 or not s is convergent ) by A9, SEQ_2:def 7;
hence not s is summable by Th7; :: thesis: verum