theorem
  for s being State of SCM+FSA holds dom (s|Int-Locations) =
  Int-Locations
proof
  let s be State of SCM+FSA;
  Int-Locations c= dom s by Th38;
  hence thesis by RELAT_1:62;
end;
