theorem
  A is nowhere_dense implies A is not dense
proof
  assume
A1: Int Cl A = {};
  assume A is dense;
  then Cl A = [#]X;
  hence contradiction by A1,TOPS_1:15;
end;
