theorem
  for f being PartFunc of [:X,Y:],Z holds ~~f = f
proof
  let f be PartFunc of [:X,Y:],Z;
  dom f c= [:X,Y:];
  hence thesis by Th52;
end;
