let X, c, d be set ; ( ex a, b being set st
( a <> b & X = {a,b} ) & c in X & d in X & c <> d implies X = {c,d} )
assume that
A1:
ex a, b being set st
( a <> b & X = {a,b} )
and
A2:
c in X
and
A3:
d in X
and
A4:
c <> d
; X = {c,d}
consider a, b being set such that
a <> b
and
A5:
X = {a,b}
by A1;
A6:
X c= {c,d}
{c,d} c= X
by A2, A3, ZFMISC_1:32;
hence
X = {c,d}
by A6, XBOOLE_0:def 10; verum