theorem Th6:
  for l being Int-Location holds Values l = INT
proof
  let l be Int-Location;
  l in SCM-Data-Loc by AMI_2:def 16;
  hence thesis by SCMFSA_1:10;
end;
