let X be set ; id X c= [:X,X:]
let x be set ; RELAT_1:def 3 for b1 being set holds
( not [x,b1] in id X or [x,b1] in [:X,X:] )
let y be set ; ( not [x,y] in id X or [x,y] in [:X,X:] )
assume
[x,y] in id X
; [x,y] in [:X,X:]
then
( x in X & x = y )
by RELAT_1:def 10;
hence
[x,y] in [:X,X:]
by ZFMISC_1:106; verum