theorem Th10:
  A is boundary implies A <> the carrier of X
proof
  assume
A1: Int A = {};
  assume A = the carrier of X;
  then A = [#]X;
  hence contradiction by A1,TOPS_1:15;
end;
