theorem Th12:
  B1 in A implies A \ B1 is closed unbounded
proof
  assume
A1: B1 in A;
  [#] A is closed unbounded by Th10;
  hence thesis by A1,Th11;
end;
