let n be Nat; :: thesis: for seq1 being sequence of (REAL-NS n)
for seq2 being sequence of (REAL-US n) st seq1 = seq2 & seq1 is CCauchy holds
seq2 is Cauchy

let seq1 be sequence of (REAL-NS n); :: thesis: for seq2 being sequence of (REAL-US n) st seq1 = seq2 & seq1 is CCauchy holds
seq2 is Cauchy

let seq2 be sequence of (REAL-US n); :: thesis: ( seq1 = seq2 & seq1 is CCauchy implies seq2 is Cauchy )
assume that
A1: seq1 = seq2 and
A2: seq1 is CCauchy ; :: thesis: seq2 is Cauchy
let r be Real; :: according to BHSP_3:def 1 :: thesis: ( r <= 0 or ex b1 being Element of NAT st
for b2, b3 being Element of NAT holds
( not b1 <= b2 or not b1 <= b3 or not r <= dist ((seq2 . b2),(seq2 . b3)) ) )

assume r > 0 ; :: thesis: ex b1 being Element of NAT st
for b2, b3 being Element of NAT holds
( not b1 <= b2 or not b1 <= b3 or not r <= dist ((seq2 . b2),(seq2 . b3)) )

then consider k being Element of NAT such that
A3: for n, m being Element of NAT st n >= k & m >= k holds
dist ((seq1 . n),(seq1 . m)) < r by A2, RSSPACE3:def 5;
take k ; :: thesis: for b1, b2 being Element of NAT holds
( not k <= b1 or not k <= b2 or not r <= dist ((seq2 . b1),(seq2 . b2)) )

let m1, m2 be Element of NAT ; :: thesis: ( not k <= m1 or not k <= m2 or not r <= dist ((seq2 . m1),(seq2 . m2)) )
reconsider p = (seq2 . m1) - (seq2 . m2) as Element of REAL n by Def6;
- (seq1 . m2) = - (seq2 . m2) by A1, Th13;
then (seq1 . m1) + (- (seq1 . m2)) = (seq2 . m1) + (- (seq2 . m2)) by A1, Th13;
then A4: ||.((seq1 . m1) - (seq1 . m2)).|| = |.p.| by Th1
.= sqrt |(p,p)| by EUCLID_2:13
.= sqrt (Sum (mlt (p,p))) by RVSUM_1:def 17
.= sqrt ((Euclid_scalar n) . (p,p)) by Def5
.= ||.((seq2 . m1) - (seq2 . m2)).|| by Def6 ;
assume ( m1 >= k & m2 >= k ) ; :: thesis: not r <= dist ((seq2 . m1),(seq2 . m2))
then dist ((seq1 . m1),(seq1 . m2)) < r by A3;
hence not r <= dist ((seq2 . m1),(seq2 . m2)) by A4; :: thesis: verum