let X be non empty closed_interval Subset of REAL; for Y being RealNormSpace
for seq being sequence of (R_NormSpace_of_ContinuousFunctions (X,Y)) st Y is complete & seq is Cauchy_sequence_by_Norm holds
seq is convergent
let Y be RealNormSpace; for seq being sequence of (R_NormSpace_of_ContinuousFunctions (X,Y)) st Y is complete & seq is Cauchy_sequence_by_Norm holds
seq is convergent
let vseq be sequence of (R_NormSpace_of_ContinuousFunctions (X,Y)); ( Y is complete & vseq is Cauchy_sequence_by_Norm implies vseq is convergent )
assume A1:
( Y is complete & vseq is Cauchy_sequence_by_Norm )
; vseq is convergent
rng vseq c= BoundedFunctions (X,Y)
by XBOOLE_1:1;
then reconsider vseq1 = vseq as sequence of (R_NormSpace_of_BoundedFunctions (X,Y)) by FUNCT_2:6;
then A4:
vseq1 is convergent
by A1, LOPBAN_1:def 15, RSSPACE3:8;
reconsider Z = ContinuousFunctions (X,Y) as Subset of (R_NormSpace_of_BoundedFunctions (X,Y)) ;
rng vseq c= ContinuousFunctions (X,Y)
;
then reconsider tv = lim vseq1 as Point of (R_NormSpace_of_ContinuousFunctions (X,Y)) by A4, NFCONT_1:def 3, Th22;
for e being Real st e > 0 holds
ex k being Nat st
for n being Nat st n >= k holds
||.((vseq . n) - tv).|| < e
hence
vseq is convergent
by NORMSP_1:def 6; verum