reserve x for set,
  k for Element of NAT;
reserve s for State of SCMPDS;

theorem Th2:
  for l being Int_position holds Values l = INT
proof
  let l be Int_position;
  l in SCM-Data-Loc by AMI_2:def 16;
  hence thesis by AMI_2:8;
end;
