theorem
  for i,j being Nat holds fsloc i <> intloc j
proof
  let i,j be Nat;
  fsloc i in FinSeq-Locations by Def3;
  hence thesis by SCMFSA_1:30,XBOOLE_0:3;
end;
