let a be set ; :: according to RELAT_1:def 1 :: thesis: ( not a in {x,y,z} or ex b1, b2 being set st a = [b1,b2] )
assume
a in {x,y,z}
; :: thesis: ex b1, b2 being set st a = [b1,b2]
then
( a = x or a = y or a = z )
by ENUMSET1:def 1;
hence
ex b1, b2 being set st a = [b1,b2]
by Def1; :: thesis: verum