let A be non empty set ; for f, h being Element of Funcs (A,REAL)
for a being Real holds
( h = (RealFuncExtMult A) . [a,f] iff for x being Element of A holds h . x = a * (f . x) )
let f, h be Element of Funcs (A,REAL); for a being Real holds
( h = (RealFuncExtMult A) . [a,f] iff for x being Element of A holds h . x = a * (f . x) )
let a be Real; ( h = (RealFuncExtMult A) . [a,f] iff for x being Element of A holds h . x = a * (f . x) )
reconsider aa = a as Element of REAL by XREAL_0:def 1;
thus
( h = (RealFuncExtMult A) . [a,f] implies for x being Element of A holds h . x = a * (f . x) )
( ( for x being Element of A holds h . x = a * (f . x) ) implies h = (RealFuncExtMult A) . [a,f] )
hence
( ( for x being Element of A holds h . x = a * (f . x) ) implies h = (RealFuncExtMult A) . [a,f] )
; verum