let A be set ; :: thesis: for f being Element of Funcs (A,REAL) holds (RealFuncExtMult A) . (1,f) = f
let f be Element of Funcs (A,REAL); :: thesis: (RealFuncExtMult A) . (1,f) = f
per cases ( A = {} or A <> {} ) ;
suppose A = {} ; :: thesis: (RealFuncExtMult A) . (1,f) = f
then A1: f = {} ;
thus (RealFuncExtMult A) . (1,f) = multreal [;] (jj,f) by Def3
.= f by A1 ; :: thesis: verum
end;
suppose A <> {} ; :: thesis: (RealFuncExtMult A) . (1,f) = f
then reconsider A = A as non empty set ;
reconsider f = f as Element of Funcs (A,REAL) ;
reconsider g = (RealFuncExtMult A) . (jj,f) as Element of Funcs (A,REAL) ;
now :: thesis: for x being Element of A holds g . x = f . x
let x be Element of A; :: thesis: g . x = f . x
thus g . x = jj * (f . x) by Th4
.= f . x ; :: thesis: verum
end;
hence (RealFuncExtMult A) . (1,f) = f by FUNCT_2:63; :: thesis: verum
end;
end;