let x1, x2, y be set ; (x1,x2) --> (y,y) = {x1,x2} --> y
set F = (x1,x2) --> (y,y);
set f = {x1} --> y;
set g = {x2} --> y;
set F9 = {x1,x2} --> y;
now thus A1:
(
dom ((x1,x2) --> (y,y)) = {x1,x2} &
dom ({x1,x2} --> y) = {x1,x2} )
by Th65, FUNCOP_1:19;
for x being set st x in {x1,x2} holds
((x1,x2) --> (y,y)) . x = ({x1,x2} --> y) . xlet x be
set ;
( x in {x1,x2} implies ((x1,x2) --> (y,y)) . x = ({x1,x2} --> y) . x )assume A2:
x in {x1,x2}
;
((x1,x2) --> (y,y)) . x = ({x1,x2} --> y) . xhence
((x1,x2) --> (y,y)) . x = ({x1,x2} --> y) . x
;
verum end;
hence
(x1,x2) --> (y,y) = {x1,x2} --> y
by FUNCT_1:9; verum