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