let X be trivial set ; for R being Relation of X st not R is empty holds
ex x being object st R = {[x,x]}
let R be Relation of X; ( not R is empty implies ex x being object st R = {[x,x]} )
assume
not R is empty
; ex x being object st R = {[x,x]}
then consider x being object such that
A1:
x in R
;
consider y, z being object such that
A2:
x = [y,z]
and
A3:
y in X
and
A4:
z in X
by A1, RELSET_1:2;
consider a being object such that
A5:
X = {a}
by A3, ZFMISC_1:131;
A6:
( y = a & z = a )
by A3, A4, A5, TARSKI:def 1;
R = {[a,a]}
hence
ex x being object st R = {[x,x]}
; verum