let s, s1 be Real_Sequence; ( ( for n being Nat holds
( s . n >= 0 & s1 . n = n -root (s . n) ) ) & s1 is convergent & lim s1 < 1 implies s is summable )
assume that
A1:
for n being Nat holds
( s . n >= 0 & s1 . n = n -root (s . n) )
and
A2:
s1 is convergent
and
A3:
lim s1 < 1
; s is summable
set r = (1 - (lim s1)) / 2;
0 + (lim s1) < 1
by A3;
then
0 < 1 - (lim s1)
by XREAL_1:20;
then
(1 - (lim s1)) / 2 > 0
;
then consider m being Nat such that
A6:
for n being Nat st m <= n holds
|.((s1 . n) - (lim s1)).| < (1 - (lim s1)) / 2
by A2, SEQ_2:def 7;
lim (s1 ^\ 1) = lim s1
by A2, SEQ_4:20;
then A7:
lim s1 >= 0
by A2, A4, PREPOWER:1;
then
1 + (- (lim s1)) < 1 + 1
by XREAL_1:6;
then
(1 - (lim s1)) / 2 < 2 / 2
by XREAL_1:74;
then A8:
1 - ((1 - (lim s1)) / 2) > 0
by XREAL_1:50;
set s2 = (1 - ((1 - (lim s1)) / 2)) GeoSeq ;
A9:
((1 - (lim s1)) / 2) + (lim s1) = 1 - ((1 - (lim s1)) / 2)
;
A10:
for n being Nat st m + 1 <= n holds
s . n <= (1 - ((1 - (lim s1)) / 2)) to_power n
A15:
for n being Nat st m + 1 <= n holds
s . n <= ((1 - ((1 - (lim s1)) / 2)) GeoSeq) . n
1 - (lim s1) <= 1 - 0
by A7, XREAL_1:6;
then
1 - (lim s1) < 2 * 2
by XXREAL_0:2;
then
(1 - (lim s1)) / 2 < (2 * 2) / 2
by XREAL_1:74;
then
(1 - (lim s1)) / 2 < 1 + 1
;
then
((1 - (lim s1)) / 2) - 1 < 1
by XREAL_1:19;
then A16:
- (((1 - (lim s1)) / 2) - 1) > - 1
by XREAL_1:24;
1 - (lim s1) > 0
by A3, XREAL_1:50;
then
(1 - (lim s1)) / 2 > 0
;
then
1 - ((1 - (lim s1)) / 2) < 1 - 0
by XREAL_1:10;
then
|.(1 - ((1 - (lim s1)) / 2)).| < 1
by A16, SEQ_2:1;
then
(1 - ((1 - (lim s1)) / 2)) GeoSeq is summable
by Th24;
hence
s is summable
by A1, A15, Th19; verum