let X be NormedLinearTopSpace; for RNS being RealNormSpace
for s being sequence of X
for t being sequence of RNS st RNS = NORMSTR(# the carrier of X, the ZeroF of X, the addF of X, the Mult of X, the normF of X #) & s = t holds
( s is convergent iff t is convergent )
let RNS be RealNormSpace; for s being sequence of X
for t being sequence of RNS st RNS = NORMSTR(# the carrier of X, the ZeroF of X, the addF of X, the Mult of X, the normF of X #) & s = t holds
( s is convergent iff t is convergent )
let s2 be sequence of X; for t being sequence of RNS st RNS = NORMSTR(# the carrier of X, the ZeroF of X, the addF of X, the Mult of X, the normF of X #) & s2 = t holds
( s2 is convergent iff t is convergent )
let t2 be sequence of RNS; ( RNS = NORMSTR(# the carrier of X, the ZeroF of X, the addF of X, the Mult of X, the normF of X #) & s2 = t2 implies ( s2 is convergent iff t2 is convergent ) )
assume A1:
( RNS = NORMSTR(# the carrier of X, the ZeroF of X, the addF of X, the Mult of X, the normF of X #) & s2 = t2 )
; ( s2 is convergent iff t2 is convergent )
thus
( s2 is convergent implies t2 is convergent )
by A1, Th26; ( t2 is convergent implies s2 is convergent )
assume A2:
t2 is convergent
; s2 is convergent
reconsider y = lim t2 as Point of X by A1;
for r being Real st 0 < r holds
ex m being Nat st
for n being Nat st m <= n holds
||.((s2 . n) - y).|| < r
hence
s2 is convergent
by Th21; verum