let x be object ; :: according to RELAT_1:def 1 :: thesis: ( not x in {[a,b],[c,d],[e,f]} or ex b1, b2 being object st x = [b1,b2] )
assume x in {[a,b],[c,d],[e,f]} ; :: thesis: ex b1, b2 being object st x = [b1,b2]
then ( x = [a,b] or x = [c,d] or x = [e,f] ) by ENUMSET1:def 1;
hence ex b1, b2 being object st x = [b1,b2] ; :: thesis: verum