let A be non empty set ; for f being Element of Funcs (A,REAL)
for a being Real holds (RealFuncExtMult A) . (a,f) = a (#) f
let f be Element of Funcs (A,REAL); for a being Real holds (RealFuncExtMult A) . (a,f) = a (#) f
let a be Real; (RealFuncExtMult A) . (a,f) = a (#) f
reconsider aa = a as Element of REAL by XREAL_0:def 1;
set h = (RealFuncExtMult A) . (a,f);
b1: dom (a (#) f) =
dom f
by VALUED_1:def 5
.=
A
by FUNCT_2:def 1
;
( a in REAL & f in Funcs (A,REAL) )
by XREAL_0:def 1;
then
[a,f] in [:REAL,(Funcs (A,REAL)):]
by ZFMISC_1:87;
then
(RealFuncExtMult A) . (a,f) is Function of A,REAL
by FUNCT_2:66, FUNCT_2:5;
then B1:
dom ((RealFuncExtMult A) . (a,f)) = A
by FUNCT_2:def 1;
for x being object st x in dom (a (#) f) holds
((RealFuncExtMult A) . (a,f)) . x = (a (#) f) . x
by A2, b1;
hence
(RealFuncExtMult A) . (a,f) = a (#) f
by FUNCT_1:2, B1, b1; verum