let X, Y be set ; :: thesis: for R being Relation of X,Y st id Y c= R holds
( Y c= dom R & Y = rng R )

let R be Relation of X,Y; :: thesis: ( id Y c= R implies ( Y c= dom R & Y = rng R ) )
assume A1: id Y c= R ; :: thesis: ( Y c= dom R & Y = rng R )
hence Y c= dom R by Th30; :: thesis: Y = rng R
thus Y = rng R :: thesis: verum
proof end;