let x0 be Element of COMPLEX ; :: thesis: for f1, f2 being PartFunc of COMPLEX ,COMPLEX st f1 is_continuous_in x0 & f2 is_continuous_in x0 holds
( f1 + f2 is_continuous_in x0 & f1 - f2 is_continuous_in x0 & f1 (#) f2 is_continuous_in x0 )

let f1, f2 be PartFunc of COMPLEX ,COMPLEX ; :: thesis: ( f1 is_continuous_in x0 & f2 is_continuous_in x0 implies ( f1 + f2 is_continuous_in x0 & f1 - f2 is_continuous_in x0 & f1 (#) f2 is_continuous_in x0 ) )
assume A1: ( f1 is_continuous_in x0 & f2 is_continuous_in x0 ) ; :: thesis: ( f1 + f2 is_continuous_in x0 & f1 - f2 is_continuous_in x0 & f1 (#) f2 is_continuous_in x0 )
then A2: ( x0 in dom f1 & ( for s1 being Complex_Sequence st rng s1 c= dom f1 & s1 is convergent & lim s1 = x0 holds
( f1 /* s1 is convergent & f1 /. x0 = lim (f1 /* s1) ) ) ) by Def2;
A3: ( x0 in dom f2 & ( for s1 being Complex_Sequence st rng s1 c= dom f2 & s1 is convergent & lim s1 = x0 holds
( f2 /* s1 is convergent & f2 /. x0 = lim (f2 /* s1) ) ) ) by A1, Def2;
now
x0 in (dom f1) /\ (dom f2) by A2, A3, XBOOLE_0:def 4;
hence A4: x0 in dom (f1 + f2) by VALUED_1:def 1; :: thesis: for s1 being Complex_Sequence st rng s1 c= dom (f1 + f2) & s1 is convergent & lim s1 = x0 holds
( (f1 + f2) /* s1 is convergent & (f1 + f2) /. x0 = lim ((f1 + f2) /* s1) )

let s1 be Complex_Sequence; :: thesis: ( rng s1 c= dom (f1 + f2) & s1 is convergent & lim s1 = x0 implies ( (f1 + f2) /* s1 is convergent & (f1 + f2) /. x0 = lim ((f1 + f2) /* s1) ) )
assume A5: ( rng s1 c= dom (f1 + f2) & s1 is convergent & lim s1 = x0 ) ; :: thesis: ( (f1 + f2) /* s1 is convergent & (f1 + f2) /. x0 = lim ((f1 + f2) /* s1) )
then A6: rng s1 c= (dom f1) /\ (dom f2) by VALUED_1:def 1;
dom (f1 + f2) = (dom f1) /\ (dom f2) by VALUED_1:def 1;
then dom (f1 + f2) c= dom f1 by XBOOLE_1:17;
then rng s1 c= dom f1 by A5, XBOOLE_1:1;
then A7: ( f1 /* s1 is convergent & f1 /. x0 = lim (f1 /* s1) ) by A1, A5, Def2;
dom (f1 + f2) = (dom f1) /\ (dom f2) by VALUED_1:def 1;
then dom (f1 + f2) c= dom f2 by XBOOLE_1:17;
then rng s1 c= dom f2 by A5, XBOOLE_1:1;
then A8: ( f2 /* s1 is convergent & f2 /. x0 = lim (f2 /* s1) ) by A1, A5, Def2;
then (f1 /* s1) + (f2 /* s1) is convergent by A7, COMSEQ_2:13;
hence (f1 + f2) /* s1 is convergent by A6, Th18; :: thesis: (f1 + f2) /. x0 = lim ((f1 + f2) /* s1)
thus (f1 + f2) /. x0 = (f1 /. x0) + (f2 /. x0) by A4, CFUNCT_1:3
.= lim ((f1 /* s1) + (f2 /* s1)) by A7, A8, COMSEQ_2:14
.= lim ((f1 + f2) /* s1) by A6, Th18 ; :: thesis: verum
end;
hence f1 + f2 is_continuous_in x0 by Def2; :: thesis: ( f1 - f2 is_continuous_in x0 & f1 (#) f2 is_continuous_in x0 )
now
x0 in (dom f1) /\ (dom f2) by A2, A3, XBOOLE_0:def 4;
hence A9: x0 in dom (f1 - f2) by CFUNCT_1:4; :: thesis: for s1 being Complex_Sequence st rng s1 c= dom (f1 - f2) & s1 is convergent & lim s1 = x0 holds
( (f1 - f2) /* s1 is convergent & (f1 - f2) /. x0 = lim ((f1 - f2) /* s1) )

let s1 be Complex_Sequence; :: thesis: ( rng s1 c= dom (f1 - f2) & s1 is convergent & lim s1 = x0 implies ( (f1 - f2) /* s1 is convergent & (f1 - f2) /. x0 = lim ((f1 - f2) /* s1) ) )
assume A10: ( rng s1 c= dom (f1 - f2) & s1 is convergent & lim s1 = x0 ) ; :: thesis: ( (f1 - f2) /* s1 is convergent & (f1 - f2) /. x0 = lim ((f1 - f2) /* s1) )
then A11: rng s1 c= (dom f1) /\ (dom f2) by CFUNCT_1:4;
dom (f1 - f2) = (dom f1) /\ (dom f2) by CFUNCT_1:4;
then dom (f1 - f2) c= dom f1 by XBOOLE_1:17;
then rng s1 c= dom f1 by A10, XBOOLE_1:1;
then A12: ( f1 /* s1 is convergent & f1 /. x0 = lim (f1 /* s1) ) by A1, A10, Def2;
dom (f1 - f2) = (dom f1) /\ (dom f2) by CFUNCT_1:4;
then dom (f1 - f2) c= dom f2 by XBOOLE_1:17;
then rng s1 c= dom f2 by A10, XBOOLE_1:1;
then A13: ( f2 /* s1 is convergent & f2 /. x0 = lim (f2 /* s1) ) by A1, A10, Def2;
then (f1 /* s1) - (f2 /* s1) is convergent by A12, COMSEQ_2:25;
hence (f1 - f2) /* s1 is convergent by A11, Th18; :: thesis: (f1 - f2) /. x0 = lim ((f1 - f2) /* s1)
thus (f1 - f2) /. x0 = (f1 /. x0) - (f2 /. x0) by A9, CFUNCT_1:4
.= lim ((f1 /* s1) - (f2 /* s1)) by A12, A13, COMSEQ_2:26
.= lim ((f1 - f2) /* s1) by A11, Th18 ; :: thesis: verum
end;
hence f1 - f2 is_continuous_in x0 by Def2; :: thesis: f1 (#) f2 is_continuous_in x0
x0 in (dom f1) /\ (dom f2) by A2, A3, XBOOLE_0:def 4;
hence A14: x0 in dom (f1 (#) f2) by VALUED_1:def 4; :: according to CFCONT_1:def 2 :: thesis: for s1 being Complex_Sequence st rng s1 c= dom (f1 (#) f2) & s1 is convergent & lim s1 = x0 holds
( (f1 (#) f2) /* s1 is convergent & (f1 (#) f2) /. x0 = lim ((f1 (#) f2) /* s1) )

let s1 be Complex_Sequence; :: thesis: ( rng s1 c= dom (f1 (#) f2) & s1 is convergent & lim s1 = x0 implies ( (f1 (#) f2) /* s1 is convergent & (f1 (#) f2) /. x0 = lim ((f1 (#) f2) /* s1) ) )
assume A15: ( rng s1 c= dom (f1 (#) f2) & s1 is convergent & lim s1 = x0 ) ; :: thesis: ( (f1 (#) f2) /* s1 is convergent & (f1 (#) f2) /. x0 = lim ((f1 (#) f2) /* s1) )
then A16: rng s1 c= (dom f1) /\ (dom f2) by VALUED_1:def 4;
dom (f1 (#) f2) = (dom f1) /\ (dom f2) by VALUED_1:def 4;
then dom (f1 (#) f2) c= dom f1 by XBOOLE_1:17;
then rng s1 c= dom f1 by A15, XBOOLE_1:1;
then A17: ( f1 /* s1 is convergent & f1 /. x0 = lim (f1 /* s1) ) by A1, A15, Def2;
dom (f1 (#) f2) = (dom f1) /\ (dom f2) by VALUED_1:def 4;
then dom (f1 (#) f2) c= dom f2 by XBOOLE_1:17;
then rng s1 c= dom f2 by A15, XBOOLE_1:1;
then A18: ( f2 /* s1 is convergent & f2 /. x0 = lim (f2 /* s1) ) by A1, A15, Def2;
then (f1 /* s1) (#) (f2 /* s1) is convergent by A17, COMSEQ_2:29;
hence (f1 (#) f2) /* s1 is convergent by A16, Th18; :: thesis: (f1 (#) f2) /. x0 = lim ((f1 (#) f2) /* s1)
thus (f1 (#) f2) /. x0 = (f1 /. x0) * (f2 /. x0) by A14, CFUNCT_1:5
.= lim ((f1 /* s1) (#) (f2 /* s1)) by A17, A18, COMSEQ_2:30
.= lim ((f1 (#) f2) /* s1) by A16, Th18 ; :: thesis: verum