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