reserve A,B,X,X1,Y,Y1,Y2,Z for set, a,x,y,z for object;
reserve P,R for Relation of X,Y;

theorem
  for R being Relation st dom R c= X & rng R c= Y holds R is Relation of X,Y
proof
  let R be Relation;
  assume dom R c= X & rng R c= Y;
  then R c= [:dom R, rng R:] & [:dom R, rng R:] c= [:X,Y:] by RELAT_1:7
,ZFMISC_1:96;
  hence thesis by XBOOLE_1:1;
end;
