let x, y be set ; :: thesis: for R being Relation st dom R = {x} & rng R = {y} holds
R = x .--> y

let R be Relation; :: thesis: ( dom R = {x} & rng R = {y} implies R = x .--> y )
assume that
A1: dom R = {x} and
A2: rng R = {y} ; :: thesis: R = x .--> y
set g = x .--> y;
A3: x .--> y = {[x,y]} by ZFMISC_1:29;
for a, b being set holds
( [a,b] in R iff [a,b] in x .--> y )
proof
let a, b be set ; :: thesis: ( [a,b] in R iff [a,b] in x .--> y )
hereby :: thesis: ( [a,b] in x .--> y implies [a,b] in R ) end;
assume [a,b] in x .--> y ; :: thesis: [a,b] in R
then A6: [a,b] = [x,y] by A3, TARSKI:def 1;
then A7: b = y by ZFMISC_1:27;
a = x by A6, ZFMISC_1:27;
then a in dom R by A1, TARSKI:def 1;
then consider z being set such that
A8: [a,z] in R by RELAT_1:def 4;
z in rng R by A8, RELAT_1:6;
hence [a,b] in R by A2, A7, A8, TARSKI:def 1; :: thesis: verum
end;
hence R = x .--> y by RELAT_1:def 2; :: thesis: verum