theorem
  for f being Relation of X,Y holds (id X)*f = f
proof
  let f be Relation of X,Y;
  dom f c= X;
  hence thesis by RELAT_1:51;
end;
