let X be set ; for n being Nat
for r being Real
for f being Function of X,(TOP-REAL n) holds f [#] r is Function of X,(TOP-REAL n)
let n be Nat; for r being Real
for f being Function of X,(TOP-REAL n) holds f [#] r is Function of X,(TOP-REAL n)
let r be Real; for f being Function of X,(TOP-REAL n) holds f [#] r is Function of X,(TOP-REAL n)
let f be Function of X,(TOP-REAL n); f [#] r is Function of X,(TOP-REAL n)
set h = f [#] r;
dom f = X
by FUNCT_2:def 1;
then A1:
dom (f [#] r) = X
by VALUED_2:def 39;
for x being object st x in X holds
(f [#] r) . x in the carrier of (TOP-REAL n)
hence
f [#] r is Function of X,(TOP-REAL n)
by A1, FUNCT_2:3; verum