let Y be set ; :: thesis: for C being non empty set
for V being RealNormSpace
for f being PartFunc of C,V
for p being Real st f | Y is constant holds
(p (#) f) | Y is constant

let C be non empty set ; :: thesis: for V being RealNormSpace
for f being PartFunc of C,V
for p being Real st f | Y is constant holds
(p (#) f) | Y is constant

let V be RealNormSpace; :: thesis: for f being PartFunc of C,V
for p being Real st f | Y is constant holds
(p (#) f) | Y is constant

let f be PartFunc of C,V; :: thesis: for p being Real st f | Y is constant holds
(p (#) f) | Y is constant

let p be Real; :: thesis: ( f | Y is constant implies (p (#) f) | Y is constant )
assume f | Y is constant ; :: thesis: (p (#) f) | Y is constant
then consider r being VECTOR of V such that
A1: for c being Element of C st c in Y /\ (dom f) holds
f /. c = r by PARTFUN2:35;
now :: thesis: for c being Element of C st c in Y /\ (dom (p (#) f)) holds
(p (#) f) /. c = p * r
let c be Element of C; :: thesis: ( c in Y /\ (dom (p (#) f)) implies (p (#) f) /. c = p * r )
assume A2: c in Y /\ (dom (p (#) f)) ; :: thesis: (p (#) f) /. c = p * r
then A3: c in Y by XBOOLE_0:def 4;
A4: c in dom (p (#) f) by A2, XBOOLE_0:def 4;
then c in dom f by Def4;
then A5: c in Y /\ (dom f) by A3, XBOOLE_0:def 4;
thus (p (#) f) /. c = p * (f /. c) by A4, Def4
.= p * r by A1, A5 ; :: thesis: verum
end;
hence (p (#) f) | Y is constant by PARTFUN2:35; :: thesis: verum