So from what I know about compactness
- a compact set, $S$, is defined as a set for which every open cover of $S$ has a finite subcover
- where an open cover, $O$, is a union of open intervals such that $S$ is a subset of $O$
- and a subcover, $C$, is a subset of the open cover $O$ for which $S$ is still a subset of $C$
but it wasn't really clicking for me why $[0, 1]$ was compact while $(0, 1)$ was not. After thinking for a while, here's how I ended up conceptualizing it using the above definitions:
- $(0, 1)$ has the open cover $(0, 1)$, which is equivalent to itself, and you cannot possibly find a subcover of $(0, 1)$ that still covers $(0, 1)$
- $[0, 1]$ being a closed interval isn't covered by $(0, 1)$, but is covered by infinitely many open intervals just slightly bigger than $(0, 1)$ e.g. $\{(-1,2),(-\frac12, \frac32), (-\frac14,\frac54),...(0 - \frac1n, 1 + \frac1n)\}$ and all those open intervals have subcovers that still cover $[0,1]$
Does that make sense? Also I assume a single interval rather than a union of intervals is an open cover; is that fine?