theorem
  X does not overlap EmptyMS I
proof
  assume X overlaps EmptyMS I;
  then ex x st x in X & x in EmptyMS I by Th11;
  hence contradiction by Th124;
end;
