let X, Y be set ; for C being non empty set
for V being RealNormSpace
for f1, f2 being PartFunc of C,V st f1 | X is constant & f2 | Y is constant holds
( (f1 + f2) | (X /\ Y) is constant & (f1 - f2) | (X /\ Y) is constant )
let C be non empty set ; for V being RealNormSpace
for f1, f2 being PartFunc of C,V st f1 | X is constant & f2 | Y is constant holds
( (f1 + f2) | (X /\ Y) is constant & (f1 - f2) | (X /\ Y) is constant )
let V be RealNormSpace; for f1, f2 being PartFunc of C,V st f1 | X is constant & f2 | Y is constant holds
( (f1 + f2) | (X /\ Y) is constant & (f1 - f2) | (X /\ Y) is constant )
let f1, f2 be PartFunc of C,V; ( f1 | X is constant & f2 | Y is constant implies ( (f1 + f2) | (X /\ Y) is constant & (f1 - f2) | (X /\ Y) is constant ) )
assume that
A1:
f1 | X is constant
and
A2:
f2 | Y is constant
; ( (f1 + f2) | (X /\ Y) is constant & (f1 - f2) | (X /\ Y) is constant )
consider r1 being VECTOR of V such that
A3:
for c being Element of C st c in X /\ (dom f1) holds
f1 /. c = r1
by A1, PARTFUN2:35;
consider r2 being VECTOR of V such that
A4:
for c being Element of C st c in Y /\ (dom f2) holds
f2 /. c = r2
by A2, PARTFUN2:35;
hence
(f1 + f2) | (X /\ Y) is constant
by PARTFUN2:35; (f1 - f2) | (X /\ Y) is constant
hence
(f1 - f2) | (X /\ Y) is constant
by PARTFUN2:35; verum