8

Thomas' Calculus 14th Edition gives the following definition of a continuous function:

We define a continuous function to be one that is continuous at every point in its domain.

As an example, it declares the function f(x)=1/x a continuous function:

The function ƒ(x) = 1/x (Figure 2.41) is a continuous function because it is continuous at every point of its domain. The point x = 0 is not in the domain of the function ƒ, so ƒ is not continuous on any interval containing x = 0. Moreover, there is no way to extend ƒ to a new function that is defined and continuous at x = 0. The function ƒ does not have a removable discontinuity at x = 0.

On the other hand, this document I found on the MIT Math portal, has this to say about that same function 1/x:

The function 1/x is continuous on (0, ∞) and on (−∞, 0), i.e., for x > 0 and for x < 0, in other words, at every point in its domain. However, it is not a continuous function since its domain is not an interval. It has a single point of discontinuity, namely x = 0, and it has an infinite discontinuity there.

Unless I'm misreading something here, these two sources are in direct contradiction with each other. So my questions are: is f(x)=1/x a continuous or discontinuous function, and what is the generally accepted formal definition of an overall continuous function?

  • 10
    The constraint that the domain be an interval is...unusual. Continuity makes sense for maps between general topological spaces. It's a map such that the inverse image of an open set is open. I would certainly argue that $\frac 1x$ is continuous on its domain. – lulu Aug 19 '22 at 10:33
  • As you have observed, it depends on who you ask! – Artimis Fowl Aug 19 '22 at 10:33
  • The definition of a continuous function given in those notes is wrong. There is no requirement that the domain of a continuous function must be an interval. – littleO Aug 19 '22 at 10:50
  • https://math.stackexchange.com/questions/1496606/is-a-domain-of-continuous-function-always-an-interval –  Aug 19 '22 at 12:06
  • See https://math.stackexchange.com/questions/1482787/can-we-talk-about-the-continuity-discontinuity-of-a-function-at-a-point-which-is/1482900#1482900 – Michael Hoppe Aug 19 '22 at 12:35
  • 1
    More advanced courses will have better definitions of "continuous function". For now, just follow the textbook you are using. A similar question (we get here often), "What does $dy$ mean?" That will also have better definitions in more advanced courses. – GEdgar Aug 19 '22 at 16:57
  • 3
    However, it is not a continuous function since its domain is not an interval. This is just rubbish. Continuity doesn't depend on the domain's "type": Any function defined on the integers is continuous, e.g. – Michael Hoppe Aug 19 '22 at 18:44

2 Answers2

6

The MIT supplementary course notes you linked to give — and use — the following (non-standard) definition:

We say a function is continuous if its domain is an interval, and it is continuous at every point of that interval.

(Continuity of a function at a point and on an interval have been defined previously in the notes.)

This is actually a useful and intuitive concept, but unfortunately it does not agree with the standard definition a continuous function as used in modern mathematics, which simply requires the function to be continuous at every point in its domain, whatever that may be.

The reason why this concept is useful is that even continuous functions can behave in weird ways if their domain is not connected. Notably, a continuous function with a connected domain always has a connected range: for real-valued functions, this implies that the intermediate value theorem holds for such functions on their whole domain, and in particular that the function cannot go from positive to negative without a zero in between, like e.g. $x \mapsto 1/x$ does.

It's just unfortunate that, presumably in an attempt at brevity, these course notes end up using the term "continuous" in a nonstandard sense, thus creating confusion. If their author had just bothered using e.g. "continuous with a connected domain" or defining their own term or even just adding a footnote about the nonstandard terminology, this confusion could've been avoided.

5

The MIT source is treating $1/x$ as a function $\Bbb R\to\Bbb R\cup\{\pm\infty\}$ (at least, I hope so: otherwise they really are wrong!). It is still not quite right, since they haven’t specified a value for $1/0$ - perhaps their point is that no value for $1/0$ can be chosen which makes the function continuous. I think this is a poor example of a “discontinuous” function, since in general, the overwhelming majority of continuous functions (and their theory) that appear throughout mathematics are not even over $\Bbb R$, thus it is very... strange, to say: “the domain is not an interval, therefore the function is discontinuous”. That point of view limits one’s perspective to functions of the real line (which is maybe sufficient for that particular course). You shouldn’t worry too much about their example.

However, Thomas is quite correct: if you view $x\mapsto1/x$ as a function $\Bbb R\setminus\{0\}\to\Bbb R$, then it is certainly continuous. It is possible MIT were trying to simplify things (too much?) by avoiding talk about the (co)domain. But in general consideration, the continuity of the function entirely depends on the domain that you consider.

As for the question in your title: the formal, most general definition of continuity of a function $f:X\to Y$ between topological spaces $X,Y$, is that any open (closed) set in $Y$ has open (closed), respectively, preimage in $X$ when pulled back under $f$. It is equivalent to say $f$ is continuous at every point, meaning that, for any $x\in X$ and any $Y$-neighbourhood $U$ of $f(x)$, there is an $X$-neighbourhood $V$ of $x$ which $f$ maps into $U$. Even if you don’t know much topology, you can make intuitive sense of the last definition by replacing “neighbourhood” with notions of proximity ($\varepsilon-\delta$!).

FShrike
  • 46,840
  • 3
  • 35
  • 94
  • 2
    So the point is that there is no continuous extension of $1/x$? – Filippo Aug 19 '22 at 10:45
  • @Filippo I think that’s what MIT was getting at, since if you assign $1/0=-\infty$ then that challenges $\lim_{x\to0+}1/x=\infty$ and visa versa. So, among the extended reals, there is not continuous extension. However I suspect there is a continuous extension if one passes to the Alexandroff compactification of the real numbers... :) – FShrike Aug 19 '22 at 10:54
  • You think that the sequences $n$ and $-n$ both converge to the same point if interpreted as sequences in the Alexandroff compactification of $\mathbb R$? – Filippo Aug 19 '22 at 11:23
  • 2
    @Filippo I haven’t checked the details but I suspect this is true. Recall that the Alexandroff compactification of $\Bbb R^n$ is a homeomorph of $S^n$ through the stereographic projection: you might imagine bending the real line into circular shape, joining the two ends with the point at infinity. Then $1/x$ would travel clockwise and anti-clockwise to the topmost point, in the $\lim_{x\to0^+}$ and $\lim_{x\to0^-}$, and the limits would equal each other at the topmost, adjoined “point at infinity” – FShrike Aug 19 '22 at 11:39