let x, y be set ; for X, Y being finite set st x <> y & X misses Y holds
(X --> x) +* (Y --> y) in Choose ((X \/ Y),(card X),x,y)
let X, Y be finite set ; ( x <> y & X misses Y implies (X --> x) +* (Y --> y) in Choose ((X \/ Y),(card X),x,y) )
assume that
A1:
x <> y
and
A2:
X misses Y
; (X --> x) +* (Y --> y) in Choose ((X \/ Y),(card X),x,y)
( dom (X --> x) = X & dom (Y --> y) = Y )
;
then
(X --> x) +* (Y --> y) = (Y --> y) +* (X --> x)
by A2, FUNCT_4:35;
hence
(X --> x) +* (Y --> y) in Choose ((X \/ Y),(card X),x,y)
by A1, Th16; verum