let R be Relation; ( ( for x, y being set holds not [x,y] in R ) implies R = {} )
assume A1:
for x, y being set holds not [x,y] in R
; R = {}
assume A2:
not R = {}
; contradiction
then
ex x, y being set st the Element of R = [x,y]
by Def1;
hence
contradiction
by A1, A2; verum