let X, Y be set ; Funcs X,Y = product (X --> Y)
set f = X --> Y;
A1:
dom (X --> Y) = X
by FUNCOP_1:19;
thus
Funcs X,Y c= product (X --> Y)
XBOOLE_0:def 10 product (X --> Y) c= Funcs X,Y
let x be set ; TARSKI:def 3 ( not x in product (X --> Y) or x in Funcs X,Y )
assume
x in product (X --> Y)
; x in Funcs X,Y
then consider g being Function such that
A7:
x = g
and
A8:
dom g = dom (X --> Y)
and
A9:
for x being set st x in dom (X --> Y) holds
g . x in (X --> Y) . x
by Def5;
rng g c= Y
hence
x in Funcs X,Y
by A1, A7, A8, FUNCT_2:def 2; verum