0

The answer in the textbook says no. But I have a proof for it, so wanna know where the mistake is.

proof :

supposed M not compact. Let { Ui } be a open sets covering of M, which doesn't have a finite subcovering.

Let {Uj} be a minimal subset of {Ui} such that {Uj} is still a covering of M. (in other word : when you remove any element from {Uj}, the remained {Uj} don't cover M any more.)

{ xj : xj is an element of Uj , xj is different from xk when j is not k} You take a point xj from each Uj, which is different from any other points from other Ujs( in other word : which is not contained in any other Uj). it's possible because {Uj} is minimal.

This set of xj has a accumulation point p in M.

Since {Uj} cover M, there exist a Uj which contains p. because p is a accumulation point of xj and Uj contains p, Uj contains infinate many xj. This is a contradiction to the choice of xj. (since each xj is contained in only one Uj)

Hope to find my mistake. thank you very much.

--------------replies to comments-------------

(I can't post comment so I have to write it here)

@Max My question is not that, is actually the reverse implication.

Joe
  • 77

1 Answers1

1

There are several problems with the argument. First, it isn’t always possible to find an irreducible subcover. (That’s the standard name for what you’re calling a maximal subcover — and what you really mean is that it’s a minimal subcover.)

Example. For $n\in\Bbb N$ let $U_n=\{k\in\Bbb N:k<n\}$; $\{\Bbb N\}\cup\{U_n:n\in\Bbb N\}$ is a topology on $\Bbb N$. Let $\mathscr{U}=\{U_n:n\in\Bbb N\}$; $\mathscr{U}$ is an open cover of $X$. Suppose that $\mathscr{V}\subseteq\mathscr{U}$; $\mathscr{V}$ covers the space if and only if $\{n\in\Bbb N:U_n\in\mathscr{V}\}$ is infinite. Thus, if $\mathscr{V}$ is any subcover of $\mathscr{U}$, we can remove any finite number of members of $\mathscr{V}$ and still have a cover of the space.

Fortunately, it turns out that we don’t actually need to get one.

Secondly, in order to get a sequence by your approach, you need the subcover to be countable. We can ensure that by starting with a countable open cover.

Suppose that $\mathscr{U}=\{U_n:n\in\Bbb N\}$ is a countable open cover of $X$ having no finite subcover. For $n\in\Bbb N$ let $V_n=\bigcup_{k\le n}U_k$, and let $\mathscr{V}=\{V_n:n\in\Bbb N\}$; clearly $\mathscr{V}$ is an open cover of $X$ with no finite subcover, and $V_0\subseteq V_1\subseteq V_2\subseteq\ldots\;$. Let $n_0=0$, and choose any $x_0\in V_0$. $V_0\ne X$, so there is an $n_1>0$ such that $V_0\subsetneqq V_{n_1}$; choose any $x_1\in V_{n_1}\setminus V_0$. Suppose that $n\in\Bbb N$, and we’ve chosen $n_k$ and $x_k$ for $k=0,\ldots,n$ so that $x_k\in V_{n_k}\setminus V_{n_{k-1}}$ for $k=1,\ldots,n$. $V_{n_k}\ne X$, so there is an $n_{k+1}>n_k$ such that $V_{n_k}\subsetneqq V_{n_{k+1}}$, and we choose $x_{n+1}\in V_{n_{k+1}}\setminus V_{n_k}$. In this way we construct an infinite sequence $\langle x_n:n\in\Bbb N\rangle$ of distinct points of $X$. Let $p$ be an accumulation point of this sequence. $\{V_{n_k}:k\in\Bbb N\}$ covers $X$ (why?), so there is an $m\in\Bbb N$ such that $p\in V_{n_m}$. But then $V_{n_m}$ is an open nbhd of $p$ that does not contain any of the points $x_k$ for $k>m$, contradicting the assumption that $p$ is an accumulation point of the sequence.

I’m assuming that when you say that $p$ is an accumulation point of a sequence $\langle x_n:n\in\Bbb N\rangle$, you mean that each open nbhd of $p$ contains infinitely many of the terms $x_n$. If you simply mean that $p$ is an accumulation point of the set $\{x_n:n\in\Bbb N\}$, then you need to assume that $X$ is $T_1$ in order to get your contradiction, since you need to know that $p$ has an open nbhd disjoint from $\{x_k:k\le m\}\setminus\{p\}$ as well.

The actual theorem here is that if every sequence in $X$ has an accumulation point, then $X$ is countably compact: every countable open cover has a finite subcover. Virtually the same proof shows that if $X$ is $T_1$, and every infinite set in $X$ has an accumulation point, then $X$ is countably compact.

Brian M. Scott
  • 616,228
  • ok, I know now where I did wrong. I should have proved the existence of the minimal cover, then it would turn out that it is wrong. I just thought that it would exist without thinking about it too much. – Joe Jun 25 '16 at 19:55
  • @Joe: You’re very welcome. – Brian M. Scott Jun 25 '16 at 19:56