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