let X be RealNormSpace; for Sq being sequence of X st Sq is Cauchy_sequence_by_Norm holds
ex N being increasing sequence of NAT st
for i, j being Nat st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i)
let Sq be sequence of X; ( Sq is Cauchy_sequence_by_Norm implies ex N being increasing sequence of NAT st
for i, j being Nat st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i) )
assume A1:
Sq is Cauchy_sequence_by_Norm
; ex N being increasing sequence of NAT st
for i, j being Nat st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i)
1 = 2 to_power (- 0)
by POWER:24;
then consider N0 being Nat such that
A2:
for j, i being Nat st j >= N0 & i >= N0 holds
||.((Sq . j) - (Sq . i)).|| < 2 to_power (- 0)
by A1, RSSPACE3:8;
reconsider N0 = N0 as Element of NAT by ORDINAL1:def 12;
defpred S1[ set , set , set ] means ex n, x, y being Nat st
( n = $1 & x = $2 & y = $3 & ( ( for j being Nat st j >= x holds
||.((Sq . j) - (Sq . x)).|| < 2 to_power (- n) ) implies ( x < y & ( for j being Nat st j >= y holds
||.((Sq . j) - (Sq . y)).|| < 2 to_power (- (n + 1)) ) ) ) );
A3:
for n being Nat
for x being Element of NAT ex y being Element of NAT st S1[n,x,y]
consider f being sequence of NAT such that
A6:
( f . 0 = N0 & ( for n being Nat holds S1[n,f . n,f . (n + 1)] ) )
from RECDEF_1:sch 2(A3);
defpred S2[ Nat] means for j being Nat st j >= f . $1 holds
||.((Sq . j) - (Sq . (f . $1))).|| < 2 to_power (- $1);
A7:
S2[ 0 ]
by A2, A6;
A8:
now for i being Nat st S2[i] holds
S2[i + 1]let i be
Nat;
( S2[i] implies S2[i + 1] )assume A9:
S2[
i]
;
S2[i + 1]
ex
n,
x,
y being
Nat st
(
n = i &
x = f . i &
y = f . (i + 1) & ( ( for
j being
Nat st
j >= x holds
||.((Sq . j) - (Sq . x)).|| < 2
to_power (- n) ) implies (
x < y & ( for
j being
Nat st
j >= y holds
||.((Sq . j) - (Sq . y)).|| < 2
to_power (- (n + 1)) ) ) ) )
by A6;
hence
S2[
i + 1]
by A9;
verum end;
A10:
for i being Nat holds S2[i]
from NAT_1:sch 2(A7, A8);
then
f is increasing
;
hence
ex N being increasing sequence of NAT st
for i, j being Nat st j >= N . i holds
||.((Sq . j) - (Sq . (N . i))).|| < 2 to_power (- i)
by A10; verum