let n, m be Nat; for f being PartFunc of (REAL m),(REAL n)
for g being PartFunc of (REAL-NS m),(REAL-NS n)
for a being Real st f = g holds
a (#) f = a (#) g
let f be PartFunc of (REAL m),(REAL n); for g being PartFunc of (REAL-NS m),(REAL-NS n)
for a being Real st f = g holds
a (#) f = a (#) g
let g be PartFunc of (REAL-NS m),(REAL-NS n); for a being Real st f = g holds
a (#) f = a (#) g
let a be Real; ( f = g implies a (#) f = a (#) g )
assume A1:
f = g
; a (#) f = a (#) g
( the carrier of (REAL-NS m) = REAL m & the carrier of (REAL-NS n) = REAL n )
by REAL_NS1:def 4;
then reconsider aG = a (#) g as PartFunc of (REAL m),(REAL n) ;
A2:
dom f = dom aG
by A1, VFUNCT_1:def 4;
A3:
a (#) f = f [#] a
by INTEGR15:def 11;
for c being object st c in dom aG holds
aG . c = a (#) (f . c)
hence
a (#) f = a (#) g
by A2, A3, VALUED_2:def 39; verum