theorem Th72:
  for x,y be object holds (x .--> y).x = y
proof
  let x,y be object;
  x in {x} by TARSKI:def 1;
  hence thesis by Th7;
end;
