let x1, x2, y be object ; (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 ( dom ((x1,x2) --> (y,y)) = {x1,x2} & dom ({x1,x2} --> y) = {x1,x2} & ( for x being object st x in {x1,x2} holds
((x1,x2) --> (y,y)) . x = ({x1,x2} --> y) . x ) )thus A1:
(
dom ((x1,x2) --> (y,y)) = {x1,x2} &
dom ({x1,x2} --> y) = {x1,x2} )
by Th62;
for x being object st x in {x1,x2} holds
((x1,x2) --> (y,y)) . x = ({x1,x2} --> y) . xlet x be
object ;
( 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
; verum