let Y, X be set ; ( ( Y <> {} or [:X,Y:] <> {} or [:Y,X:] <> {} ) implies ( proj1 [:X,Y:] = X & proj2 [:Y,X:] = X ) )
consider y being Element of Y;
assume
( Y <> {} or [:X,Y:] <> {} or [:Y,X:] <> {} )
; ( proj1 [:X,Y:] = X & proj2 [:Y,X:] = X )
then A1:
Y <> {}
by ZFMISC_1:113;
hence
proj1 [:X,Y:] = X
by RELAT_1:def 4; proj2 [:Y,X:] = X
hence
proj2 [:Y,X:] = X
by RELAT_1:def 5; verum