4

I have many problems with this exercise:

Give an example of $T_{1}$ Topological Space $(X,\tau)$ and a subset $Y\subset X$ compact such that $\bar{Y}$ is not compact.

Now, honestly, I know this example:

$X= A\sqcup B$ where $A$ and $B$ are infinite sets, and $\tau_{X} = \lbrace\emptyset\rbrace\cup\lbrace \mathcal{U}\in X\mid A\setminus\mathcal{U}$ is finite$\rbrace$

But I'd like to find other examples... the problem is that I don't know much Topologies $T_{1}$ but not $T_{2}$; I know Cofinite Topology and Zariski Topology but these examples don't work, I know that the Alexandroff extension of $\mathbb{Q}$ is $T_{1}$ but not $T_{2}$, but I don't think that it's work.

Can someone help me?

Eric Wofsey
  • 342,377
  • Indeed, $\alpha(\Bbb Q)$ is KC, which means compact sets are already closed. The co-countable topology is anti-compact so also doesn't work. I agree examples aren't obvious. – Henno Brandsma May 16 '20 at 21:45

2 Answers2

5

Here is a broad generalization of your example which perhaps makes it appear more natural. Given a topological space, you can add any number of "copies" of any of its points, the same way that you build the "line with doubled origin" from $\mathbb{R}$ by adding another copy of $0$.

To be precise, suppose $A$ is a topological space, $B$ is a set, and $f:B\to A$ is a function. Then we can define a topological space $X=A\sqcup B$ with the following topology: a set $U\subseteq X$ is open iff $U\cap A$ is open in $A$ and for each $x\in U\cap B$, $U$ contains a deleted neighborhood of $f(x)$ in $A$. (The idea here is that each $x\in B$ represents a new "copy" of the point $f(x)\in A$; if $A=\mathbb{R}$, $B$ is a singleton, and $f$ maps the point of $B$ to $0$, then $X$ is exactly the line with doubled origin).

Now suppose additionally that $A$ is a compact $T_1$ space, $B$ is infinite, and $f(x)$ is not isolated in $A$ for each $x\in B$. Then $X$ is also a $T_1$ space, and $A$ is a compact subset of it. Moreover, since $f(x)$ is not isolated for all $x\in B$, the closure of $A$ in $X$ is all of $X$. But $X$ is not compact, since for each $x\in B$, the set $A\cup\{x\}$ is open, and these form an open cover with no finite subcover.

In other words, if we take a compact $T_1$ space and add infinitely many "copies" of non-isolated points, we get an example of a $T_1$ space with a compact subset whose closure is not compact. Your example is just the special case of this where you start with an infinite set with the cofinite topology (in that case, the function $f$ doesn't matter since all points have the same deleted neighborhoods).

Eric Wofsey
  • 342,377
  • Great example. But it seems the OP wanted an example with $X$ itself compact and a compact subset $Y$ with non-compact closure in $X$. So somehow one would have to embed your example into a bigger compact space. – PatrickR May 17 '20 at 08:05
  • 1
    @PatrickR if $X$ is compact all closed subsets are compact so that’s in unfulfillable demand. – Henno Brandsma May 17 '20 at 08:28
2

Let $X=\Bbb N \cup A$ where $A$ is some non-empty set disjoint from $\Bbb N$, with at least two elements. A basic neighbourhood of $n \in \Bbb N$ is $\{n\}$ (so is an isolated point), while a basic neighbourhood of $a \in A$ is $\{a\} \cup (\Bbb N \setminus F)$ where $F \subseteq \Bbb N$ is finite.

Then it's easily checked that $X$ is $T_1$, that any two neighbourhoods of $a \neq a'$ in $A$ intersect (so $X$ is not $T_2$) and that $N_a:=\Bbb N \cup \{a\}$ is compact for every $a \in A$ and for all $a$, $\overline{N_a}=X$ and $X$ is not compact if $A$ is infinite (as $A$ is a closed discrete subspace of $X$). So this gives an example.

Henno Brandsma
  • 250,824
  • The OP wanted an overall space that is compact. Can this example be extended somehow? – PatrickR May 17 '20 at 08:07
  • 2
    @PatrickR the OP doesn’t mention it. $Y$ has to be compact. And if $X$ is compact so is $\overline{Y}$ trivially. So $X$ cannot be compact. – Henno Brandsma May 17 '20 at 08:30
  • Of course. I mistakenly parsed the OP's "$Y\subset X$ compact" to mean $Y$ subset of $X$ with $X$ compact. – PatrickR May 17 '20 at 21:14