theorem Th20:
  for f being PartFunc of X,{y} st x in dom f holds f.x = y
proof
  let f be PartFunc of X,{y};
  x in dom f implies f.x in {y} by Th4;
  hence thesis by TARSKI:def 1;
end;
