theorem
  loc in dom I implies loc in dom stop I
proof
  dom I c= dom (I ^ Stop S) by AFINSQ_1:21;
  hence thesis;
end;
