let X be RealNormSpace; for Sq being sequence of X st Sq is CCauchy holds
ex N being V161() sequence of NAT st
for i, j being Element of NAT st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i)
let Sq be sequence of X; ( Sq is CCauchy implies ex N being V161() sequence of NAT st
for i, j being Element of NAT st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i) )
assume AS:
Sq is CCauchy
; ex N being V161() sequence of NAT st
for i, j being Element of NAT st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i)
1 = 2 to_power (- 0)
by POWER:29;
then consider N0 being Element of NAT such that
P1:
for j, i being Element of NAT st j >= N0 & i >= N0 holds
||.((Sq . j) - (Sq . i)).|| < 2 to_power (- 0)
by AS, RSSPACE3:10;
defpred S1[ set , set , set ] means ex n, x, y being Element of NAT st
( n = $1 & x = $2 & y = $3 & ( ( for j being Element of NAT st j >= x holds
||.((Sq . j) - (Sq . x)).|| < 2 to_power (- n) ) implies ( x < y & ( for j being Element of NAT st j >= y holds
||.((Sq . j) - (Sq . y)).|| < 2 to_power (- (n + 1)) ) ) ) );
P2:
for n, x being Element of NAT ex y being Element of NAT st S1[n,x,y]
consider f being Function of NAT,NAT such that
P3:
( f . 0 = N0 & ( for n being Element of NAT holds S1[n,f . n,f . (n + 1)] ) )
from RECDEF_1:sch 2(P2);
defpred S2[ Element of NAT ] means for j being Element of NAT st j >= f . $1 holds
||.((Sq . j) - (Sq . (f . $1))).|| < 2 to_power (- $1);
P5:
S2[ 0 ]
by P1, P3;
P4:
for i being Element of NAT holds S2[i]
from NAT_1:sch 1(P5, P6);
P7:
f is Real_Sequence
by FUNCT_2:9;
then
f is V161()
by P7, SEQM_3:def 11;
hence
ex N being V161() sequence of NAT st
for i, j being Element of NAT st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i)
by P4; verum