let A, B be set ; ( ( for z being object st z in A holds
ex x, y being object st z = [x,y] ) & ( for z being object st z in B holds
ex x, y being object st z = [x,y] ) & ( for x, y being object holds
( [x,y] in A iff [x,y] in B ) ) implies A = B )
assume that
A1:
for z being object st z in A holds
ex x, y being object st z = [x,y]
and
A2:
for z being object st z in B holds
ex x, y being object st z = [x,y]
and
A3:
for x, y being object holds
( [x,y] in A iff [x,y] in B )
; A = B
hence
A = B
by TARSKI:2; verum