0

If X is an infinite set and a Topology T is defined over it as:

$T = \{ A \subset X \ | \ A = \emptyset \ \lor A^C - finite \}$

How is it possible to find the $card(T)$ above?

I guess one would have to find a bijection to some other set, the cardinality of which is easier to find. But which one?

Henno Brandsma
  • 250,824
Aelx
  • 491

1 Answers1

3

If $X$ is infinite, then the set of finite subsets of $X$ has the same cardinality as $X$ (see e.g. here). So the set of complements of finite sets (which is in bijection with the set of finite sets, trivially) also has cardinality $\text{card}(X)$. Adding the singleton $\{\emptyset\}$ to an already infinite set doesn't change that, so the answer is just $|X|$ or $\text{card}(X)$.

Henno Brandsma
  • 250,824