set s2 = seq_const 1;
let s be Real_Sequence; for a being Real st a >= 1 & ( for n being Nat st n >= 1 holds
s . n = n -Root a ) holds
( s is convergent & lim s = 1 )
let a be Real; ( a >= 1 & ( for n being Nat st n >= 1 holds
s . n = n -Root a ) implies ( s is convergent & lim s = 1 ) )
assume A1:
a >= 1
; ( ex n being Nat st
( n >= 1 & not s . n = n -Root a ) or ( s is convergent & lim s = 1 ) )
deffunc H1( Nat) -> set = (a - 1) / ($1 + 1);
consider s1 being Real_Sequence such that
A2:
for n being Nat holds s1 . n = H1(n)
from SEQ_1:sch 1();
set s3 = (seq_const 1) + s1;
A3:
s1 is convergent
by A2, SEQ_4:31;
then A4:
(seq_const 1) + s1 is convergent
;
assume A5:
for n being Nat st n >= 1 holds
s . n = n -Root a
; ( s is convergent & lim s = 1 )
lim s1 = 0
by A2, SEQ_4:31;
then A11: lim ((seq_const 1) + s1) =
((seq_const 1) . 0) + 0
by A3, SEQ_4:42
.=
1
by SEQ_1:57
;
A12: lim (seq_const 1) =
(seq_const 1) . 0
by SEQ_4:26
.=
1
by SEQ_1:57
;
then A13:
s ^\ 1 is convergent
by A4, A11, A6, SEQ_2:19;
hence
s is convergent
by SEQ_4:21; lim s = 1
lim (s ^\ 1) = 1
by A4, A11, A12, A6, SEQ_2:20;
hence
lim s = 1
by A13, SEQ_4:22; verum