set X = dom (f1 - f2);
dom (f1 - f2) c= (dom f1) /\ (dom f2) by VALUED_1:12;
then A9: ( dom (f1 - f2) c= dom f1 & dom (f1 - f2) c= dom f2 ) by XBOOLE_1:18;
A10: ( f1 | (dom (f1 - f2)) is continuous & f2 | (dom (f1 - f2)) is continuous ) ;
now
let s1 be Real_Sequence; :: thesis: ( rng s1 c= dom (f1 - f2) & s1 is convergent & lim s1 in dom (f1 - f2) implies ( (f1 - f2) /* s1 is convergent & (f1 - f2) . (lim s1) = lim ((f1 - f2) /* s1) ) )
assume that
A11: rng s1 c= dom (f1 - f2) and
A12: s1 is convergent and
A13: lim s1 in dom (f1 - f2) ; :: thesis: ( (f1 - f2) /* s1 is convergent & (f1 - f2) . (lim s1) = lim ((f1 - f2) /* s1) )
A14: ( f1 /* s1 is convergent & f2 /* s1 is convergent ) by A9, A10, A11, A12, A13, Th14;
then A15: (f1 /* s1) - (f2 /* s1) is convergent by SEQ_2:11;
A16: rng s1 c= (dom f1) /\ (dom f2) by A11, VALUED_1:12;
( f1 . (lim s1) = lim (f1 /* s1) & f2 . (lim s1) = lim (f2 /* s1) ) by A9, A10, A11, A12, A13, Th14;
then (f1 - f2) . (lim s1) = (lim (f1 /* s1)) - (lim (f2 /* s1)) by A13, VALUED_1:13
.= lim ((f1 /* s1) - (f2 /* s1)) by A14, SEQ_2:12
.= lim ((f1 - f2) /* s1) by A16, RFUNCT_2:8 ;
hence ( (f1 - f2) /* s1 is convergent & (f1 - f2) . (lim s1) = lim ((f1 - f2) /* s1) ) by A16, A15, RFUNCT_2:8; :: thesis: verum
end;
then (f1 - f2) | (dom (f1 - f2)) is continuous by Th14;
hence for b1 being PartFunc of REAL,REAL st b1 = f1 - f2 holds
b1 is continuous by RELAT_1:69; :: thesis: verum