theorem
  x in dom((id Y)*f) iff x in dom f & f.x in Y
proof
  dom((id Y)) = Y;
  hence thesis by Th11;
end;
