How come the $\epsilon-\delta$ definition of continuity is preferred over the sequential definition of continuity?

Just to show that it is not at all hard or confusing to show that $f \colon [0..1) → ℝ,~x ↦ \frac 1 {1 - x}$ is not uniformly continuous using the $ε$-$δ$-definition:

Since $(0..1] → [0..1),~x ↦ 1 - x$ is uniformly continuous and uniform continuity is stable under composition, it suffices to show that $f \colon (0..1] → ℝ,~x ↦ \frac 1 x$ is not uniformly continuous.

For this, fix $ε = 1$. Then for any $δ > 0$ with $δ < 1$, let $x = δ$ and $x' = \frac δ 2$. Then clearly $|x - x'| < δ$, whereas $|1/x - 1/x'| = 1/δ ≥ 1 = ε$. For $δ ≥ 1$, choose $x = 1$ and $x' = \frac 1 2$.


Now regarding your question. To show the equivalence of the $ε$-$δ$-definition and the sequential definition of continuity for metric spaces, one needs the Axiom of Countable Choice. (And to show the equivalence of the generalized neighbourhood definition and the net definition, one needs the full axiom of choice, I think.)

That is to say, the equivalence is non-constructive. This already makes it clear that neither approach is in itself more useful for all cases, but it’s the equivalence of these approaches that is really useful: Thinking non-constructively is hard and having two languages to talk about the same phenomena from two constructively separated places that have already been linked by a bridge saves one the effort of building a new bridge every time it seems handy to switch perspectives.

Philosophically, I’d say that the $ε$-$δ$-perspective of continuity and uniform continuity capture these notions more directly, whereas the perspective on these from sequences and net is more indirect, as if to say: “There is no counterexample of sequences such that they are converging here, but not there. Such a wild thing does not exist!” This makes this perspective perfect for the realm of counterexamples. Proofs using sequences tend to be indirect proofs, using contradiction. It’s often about supposing something isn’t true and then, often non-constructively, choosing a counterexample sequence.

The $ε$-$δ$-perspective, however, not only generalises more easily to more abstract spaces, I also find it to be easier to think about conceptually. For example, I did have an absurdly hard time thinking about how to prove that continuous maps are uniformly continuous on compact sets when thinking about this sequentially, whereas it’s crystal clear from the $ε$-$δ$-perspective. Maybe it’s a matter of socialisation, but it’s easier for me to see things from this perspective. Another example would be that open subgroups of compact topological groups (which are uniform spaces) are exactly closed subgroups of finite index. It’s obvious from this perspective, not so much from the other.

In short: Topological spaces can be really weird, making set-theoretic topology a study of weird things. If you want to do neat topology, then it might become a study about how some weird things are not happening. That makes the sequential approach a bit more powerful, albeit less conceptual.

And whenever you encounter an extension of this equivalence such as the equivalence of compactness and sequential compactness, expect proofs to be non-constructive.


Well, you're just substituting the sequential definition of a limit versus a neighborhood approach, and then applying that to continuity. As for why that isn't done in general, I shall quote Anthony E. Labarre, Jr.'s Intermediate Mathematical Analysis, page 67:

On the other hand, we emphasize that the neighborhood approach is often more convenient in theoretical investigations. As a matter of fact, in the abstract setting of a topological space, the "sequential limit" and the "neighborhood limit" are not equivalent concepts and, moreover, the concept of "sequential limit" proves to be inadequate.

The comments provide a few examples of topological spaces where they fail to be equivalent.