Finding an open cover without finite sub cover

218 Views Asked by At

I am looking for an open cover of [1,2) that has no finite subcover.

I'm thinking (1/n, 2-1/n).

Does this work? I think it is certainly an open cover of [1,2), but i'm not sure if it has finite subcover or not.

1

There are 1 best solutions below

1
On BEST ANSWER

Suppose that the cover $\{\left(\frac{1}{n},2-\frac{1}{n}\right)\}_{n\in\mathbb N}$ of $[1,2)$ has a finite subcover we can find $k$ natural numbers, $n_1<n_2<\cdots <n_k$ such that $$[1,2)\subseteq\bigcup_{i=1}^{k}\left(\frac{1}{n_i},2-\frac{1}{n_i}\right)$$
Observe that $n_i<n_j \Rightarrow\left(\dfrac{1}{n_i},2-\dfrac{1}{n_i}\right)\subseteq\left(\dfrac{1}{n_j},2-\dfrac{1}{n_j}\right)$

Thus we have $[1,2)\subseteq \left(\dfrac{1}{n_k},2-\dfrac{1}{n_k}\right)$

However, $2-\dfrac{1}{n_k}\in[1,2)$ but $2-\dfrac{1}{n_k}\notin \left(\dfrac{1}{n_k},2-\dfrac{1}{n_k}\right)$ which is a contradiction.

Thus the given cover has no finite subcover.