thus ( f is real-functions-valued implies for x being object st x in dom f holds
f . x is real-valued Function ) :: thesis: ( ( for x being object st x in dom f holds
f . x is real-valued Function ) implies f is real-functions-valued )
proof
assume A5: rng f is real-functions-membered ; :: according to VALUED_2:def 22 :: thesis: for x being object st x in dom f holds
f . x is real-valued Function

let x be object ; :: thesis: ( x in dom f implies f . x is real-valued Function )
assume x in dom f ; :: thesis: f . x is real-valued Function
then f . x in rng f by FUNCT_1:def 3;
hence f . x is real-valued Function by A5; :: thesis: verum
end;
assume A6: for x being object st x in dom f holds
f . x is real-valued Function ; :: thesis: f is real-functions-valued
let y be object ; :: according to VALUED_2:def 4,VALUED_2:def 22 :: thesis: ( y in rng f implies y is real-valued Function )
assume y in rng f ; :: thesis: y is real-valued Function
then ex x being object st
( x in dom f & f . x = y ) by FUNCT_1:def 3;
hence y is real-valued Function by A6; :: thesis: verum