let n be Nat; for X being non empty TopSpace
for f1, f2, g being Function of X,(TOP-REAL n) st f1 is continuous & f2 is continuous & ( for p being Point of X holds g . p = (f1 . p) + (f2 . p) ) holds
g is continuous
let X be non empty TopSpace; for f1, f2, g being Function of X,(TOP-REAL n) st f1 is continuous & f2 is continuous & ( for p being Point of X holds g . p = (f1 . p) + (f2 . p) ) holds
g is continuous
let f1, f2, g be Function of X,(TOP-REAL n); ( f1 is continuous & f2 is continuous & ( for p being Point of X holds g . p = (f1 . p) + (f2 . p) ) implies g is continuous )
assume that
A1:
( f1 is continuous & f2 is continuous )
and
A2:
for p being Point of X holds g . p = (f1 . p) + (f2 . p)
; g is continuous
consider h being Function of X,(TOP-REAL n) such that
A3:
for r being Point of X holds h . r = (f1 . r) + (f2 . r)
and
A4:
h is continuous
by A1, JGRAPH_6:12;
for x being Point of X holds g . x = h . x
hence
g is continuous
by A4, FUNCT_2:63; verum