set X = dom (f1 + f2);
dom (f1 + f2) c= (dom f1) /\ (dom f2)
by VALUED_1:def 1;
then A1:
( dom (f1 + f2) c= dom f1 & dom (f1 + f2) c= dom f2 )
by XBOOLE_1:18;
A2:
( f1 | (dom (f1 + f2)) is continuous & f2 | (dom (f1 + f2)) is continuous )
;
now let s1 be
Real_Sequence;
( 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 A3:
rng s1 c= dom (f1 + f2)
and A4:
s1 is
convergent
and A5:
lim s1 in dom (f1 + f2)
;
( (f1 + f2) /* s1 is convergent & (f1 + f2) . (lim s1) = lim ((f1 + f2) /* s1) )A6:
(
f1 /* s1 is
convergent &
f2 /* s1 is
convergent )
by A1, A2, A3, A4, A5, Th14;
then A7:
(f1 /* s1) + (f2 /* s1) is
convergent
by SEQ_2:5;
A8:
rng s1 c= (dom f1) /\ (dom f2)
by A3, VALUED_1:def 1;
(
f1 . (lim s1) = lim (f1 /* s1) &
f2 . (lim s1) = lim (f2 /* s1) )
by A1, A2, A3, A4, A5, Th14;
then (f1 + f2) . (lim s1) =
(lim (f1 /* s1)) + (lim (f2 /* s1))
by A5, VALUED_1:def 1
.=
lim ((f1 /* s1) + (f2 /* s1))
by A6, SEQ_2:6
.=
lim ((f1 + f2) /* s1)
by A8, RFUNCT_2:8
;
hence
(
(f1 + f2) /* s1 is
convergent &
(f1 + f2) . (lim s1) = lim ((f1 + f2) /* s1) )
by A8, A7, RFUNCT_2:8;
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; verum