let x, y be set ; for R being Relation holds
( [x,y] in R iff y in Im R,x )
let R be Relation; ( [x,y] in R iff y in Im R,x )
thus
( [x,y] in R implies y in Im R,x )
( y in Im R,x implies [x,y] in R )
assume
y in Im R,x
; [x,y] in R
then consider z being set such that
W1:
[z,y] in R
and
W2:
z in {x}
by Def13;
z = x
by W2, TARSKI:def 1;
hence
[x,y] in R
by W1; verum