let X be set ; for R being Relation st ( for x being set st x in X holds
[x,x] in R ) holds
id X c= R
let R be Relation; ( ( for x being set st x in X holds
[x,x] in R ) implies id X c= R )
assume A1:
for x being set st x in X holds
[x,x] in R
; id X c= R
let x be set ; RELAT_1:def 3 for b being set st [x,b] in id X holds
[x,b] in R
let y be set ; ( [x,y] in id X implies [x,y] in R )
assume
[x,y] in id X
; [x,y] in R
then
( x in X & x = y )
by Def10;
hence
[x,y] in R
by A1; verum