8

Let $(M,d)$ be a metric space. A set $A \subset M$ is said to be compact if every open cover of $A$ has a finite subcover.

Why do we use this definition, rather than the other "definition" which holds in $\mathbb{R}^n$, that is, a set is compact if it is closed and bounded? It is a more intuitive definition, and it is hard for me to think of compact sets being separate from "merely" closed and bounded sets (probably because I can only imagine Euclidian spaces).

Is it simply because being closed and bounded (together) is not a topological property?

Student
  • 393
  • 7
    Boundedness is certainly not a topological property. – Angina Seng Sep 02 '20 at 18:35
  • @AnginaSeng yes that is true, but is that the only reason? – Student Sep 02 '20 at 18:36
  • 17
    The open cover definition is far more general and gives the desired properties in all topological spaces. Settling on it rather than any of its historical predecessors was the result of recognizing that it was the ‘right’ definition, the one that behaved best. – Brian M. Scott Sep 02 '20 at 18:37
  • It'a always useful to have two different characterizations of the same thing, especially if they seem unrelated as is the case with the metric and topological definitions of compactness. Sometimes it's much easier to prove things in one context over the other so having these tools opens new possibilities for solving problems. – CyclotomicField Sep 02 '20 at 18:40
  • 1
    See also math.stackexchange.com/questions/371928 and math.stackexchange.com/questions/485822. – Qi Zhu Sep 02 '20 at 18:42
  • 4
    @Student Even in general metric spaces (where boundedness is indeed well defined) the definitions are not equivalent. And we want to keep the definition which has more good properties. For example, compact sets are preserved by continuous functions. This is not true for closed and bounded sets. – Mark Sep 02 '20 at 18:42
  • @BrianM.Scott: Yes I have corrected "More general" to "Other". By "More General", I meant it holds for more sets than the actual definition does – Student Sep 02 '20 at 19:09
  • 1
    @Student: But since it isn’t even meaningful in non-metric spaces, it doesn’t hold for more sets than the open cover definition, unless you mean that in some metric spaces there are closed, bounded sets that are not actually compact. And that is a problem, because those sets don’t behave like compact sets in $\Bbb R^n$. – Brian M. Scott Sep 02 '20 at 19:22
  • Sorry, I've been unclear again. By "it holds for more sets...", I mean the closed and bounded definition holds for more sets. The actual definition is the one we actually use, as stated in my question. – Student Sep 02 '20 at 19:33
  • 2
    Does this answer your question? https://math.stackexchange.com/questions/2179367/what-was-the-motivation-behind-the-open-covering-definition-of-compactness – Lee Mosher Sep 02 '20 at 20:51
  • A very interesting non-Euclidean space is $C[0,1],$ the set of all continuous $f:[0,1[\to \Bbb R$ with metric $d(f,g)=\max {|f(x)-g(x)|: x\in [0,1]}.$ It is an infinite-dimensional complete metric space. The closure of a non-empty open ball in this space is not compact. An important result about compact subsets of $C[0,1]$ is the Arzela-Ascoli Theorem. – DanielWainfleet Sep 02 '20 at 21:52
  • @LeeMosher thank you for the link. However, I feel that the answers and comments here take on a similar question in a slightly different way, and possibly add a few more things here and there. – Student Sep 03 '20 at 06:36
  • 1
    I'm not sure this is exactly what you want, but you might be interested in the answers there : https://math.stackexchange.com/questions/3314864/could-i-have-come-up-with-the-definition-of-compactness-and-connectedness/ – Maxime Ramzi Sep 03 '20 at 13:28

3 Answers3

8

That definition is the more general definition - it holds in $\mathbb{R}^n$ and in things very different from $\mathbb{R}^n$. (In fact, the more concrete definition isn't even appropriate to arbitrary metric spaces!)

Specifically:

  • It makes sense in arbitrary topological spaces, even ones which are non-metrizable (that is, which cannot be thought of as coming from a metric). For example, we can say with confidence that the cofinite topology on an infinite set is compact ... even though such a topological space is never metrizable.

  • Within the context of arbitrary metric spaces, "closed and bounded" doesn't behave the way it should: consider a discrete metric space where every point is at distance $1$ from every other point. Every set in such a space is closed and bounded, but we don't have any of the phenomena associated to compactness in $\mathbb{R}^n$ which we actually want (e.g. we can have an infinite sequence with no convergent subsequence). The open cover definition, by contrast, gets things right (e.g. a subset of a discrete metric space is compact iff it is finite).

Noah Schweber
  • 245,398
  • Yes I have corrected "More general" to "Other". By "More General", I meant it holds for more sets than the actual definition does. – Student Sep 02 '20 at 18:43
  • 5
    @Student Ah - well that's a drawback then, per my second bulletpoint: we're not really interested in closed-and-boundedness per se, we're interested in the overall behavior it entails in the context of $\mathbb{R}^n$. The open covers definition captures that behavior and makes it work in arbitrary topological contexts; just lifting the phrase "closed and bounded" doesn't make sense in topological spaces and doesn't result in the right behavior in all metric spaces. – Noah Schweber Sep 02 '20 at 18:45
  • @yoyo isn't completeness of the space also required? – Student Sep 04 '20 at 07:57
  • 2
    @Student it is. Otherwise $(0,1)$ is a counterexample which is closed and totally bounded subset of itself. But it is neither complete nor compact. – freakish Sep 04 '20 at 10:56
3

The question "why we define something as something?" is a really tricky question. There is no some universal reason not to define "compact" as "closed and bounded" or as "finite" or as "empty" or as "green grass". It's just a definition, a label, nothing more.

What we actually care about is behaviour and usefulness. In the metric world it turns out that the property "every sequence has a convergent subsequence" is a very strong and desired one. We called that "(sequentially) compact". And by the Bolzano-Weierstrass theorem this definition is equivalent to being "closed and bounded" but only for $\mathbb{R}^n$. The simplest counterexample in the metric world is $\mathbb{Q}$. Indeed, not every sequence in $A=[0,1]\cap\mathbb{Q}$ has a convergent subsequence (e.g. approximation of $\sqrt{2}/2$ by rationals) even though $A$ is both closed and bounded (with respect to the Euclidean metric) in $\mathbb{Q}$.

So "every sequence has a convergent subsequence" is a great property. And in fact it is easily generalizable to non-metric spaces. In the general setup it is also known as "sequential compactness". But it turns out that for metric spaces there is another property that is equivalent to compactness, namely "every open cover has a finite subcover". And since the definition doesn't require a metric (unlike "bounded" property), it is easily generalizable to non-metric world as well. But unfortunately outside of the metric world, this definition of compactness is not equivalent to sequential compactness (in fact neither implies the other). Comparing the two definitions mathematicians came to conclusion that the "open cover" definition is actually more useful and hence it became the standard one.

It is a more intuitive definition

Well, just because something is more intuitive doesn't mean it is better. Besides, nothing is intuitive until it becomes intuitive. :) I doubt that any professional mathematician nowadays would call the open cover definition as counterintuitive. It is so common that they've got used to it.

freakish
  • 42,851
  • 1
    @Student Heine-Borel states that a subset of $\mathbb{R}^n$ is closed and bounded if and only if it is compact (in the sense of open cover). While Bolzano-Weierstrass says that it is closed and bounded if and only if it is sequentially compact. Both together say that for subsets of $\mathbb{R}^n$ open cover compactness and sequential compactness are equivalent (which can be further generalized to all metric spaces). For more information see this: https://math.stackexchange.com/questions/275954/difference-between-heine-borel-theorem-and-bolzano-weierstrass-theorem – freakish Sep 04 '20 at 10:18
  • Okay, so you are assuming equivalence of sequential compactness and cover compactness (which doesn't need either HB or BW, it holds generally in all metric spaces), and hence the BW theorem is equivalent to the HB theorem – Student Sep 04 '20 at 10:20
  • 1
    @Student in this context yes. – freakish Sep 04 '20 at 10:21
  • @freakish a little question about your comment, namely, how that generalizes to all metric spaces, do you mean the two concepts are eqivalent in all metric spaces? – Physor Sep 04 '20 at 10:40
  • @freakish I thought you were arguing that they are not ? for exapmle (the other answer in this page) take the discrete metric, or I got it wrong – Physor Sep 04 '20 at 10:42
  • 2
    @Physor sorry, what I've meant is that for metric spaces open cover compactness is equivalent to sequential compactness. They are not equivalent to "closed and bounded" property unless we are dealing with subsets of the standard $\mathbb{R}^n$. – freakish Sep 04 '20 at 10:44
0

In some commonplace metric spaces such as $\ell^2,$ there are sets that are closed and bounded but NOT compact. In particular, the standard orthonormal basis of $\ell^2$ is an example of such a set. And the closed interval from $0$ to $1$ within the space of rational numbers with the usual metric is another example. These examples are closed and bounded but not compact.