theorem
  F is open iff COMPLEMENT(F) is closed
proof
  F = COMPLEMENT COMPLEMENT F;
  hence thesis by Th9;
end;
