theorem Th5:
  for I being Int-Location holds I is Data-Location
proof
  let I be Int-Location;
  I in SCM-Data-Loc by AMI_2:def 16;
  hence thesis;
end;
