let X be set ; for R being Relation st field R c= X holds
R is Relation of X
let R be Relation; ( field R c= X implies R is Relation of X )
assume A1:
field R c= X
; R is Relation of X
R c= [:X,X:]
proof
let x,
y be
object ;
RELAT_1:def 3 ( not [x,y] in R or [x,y] in [:X,X:] )
assume
[x,y] in R
;
[x,y] in [:X,X:]
then
(
x in field R &
y in field R )
by RELAT_1:15;
hence
[x,y] in [:X,X:]
by A1, ZFMISC_1:def 2;
verum
end;
hence
R is Relation of X
; verum