theorem
  for il being Int-Location, dl being FinSeq-Location holds il <> dl
proof
  let il be Int-Location, dl be FinSeq-Location;
  Values dl = INT* by Th7;
  hence thesis by Th6,FUNCT_7:16;
end;
