reserve x,y for set;

theorem
  for il being Nat, dl being Data-Location
  holds il <> dl
proof
  let il be Nat, dl be Data-Location;
  ex j being Nat st dl = dl.j by Th1;
  hence thesis;
end;
