0

I've noticed some differences in definitions between lower level math books and analysis books:

  1. In calculus style limits, the function has to be defined in a deleted open interval of the point. But this is not a strict requirement in analysis. For example, it makes sense to talk about $\lim_{x\to 0}\sqrt{x}$ (and this is obviously a one-sided limit, but you don't necessarily have to call it that).

  2. A lot of calculus books also require functions be defined in a deleted open interval of a point of continuity so that "continuity at a point" is equivalent to the usual limit statement $\lim_{x\to p}f(x)=f(p)$. In analysis, continuity is defined more generally.

  3. The phrase "continuous on an interval $[a,b]$" actually means something different in calculus than it does in analysis. The function $f(x)=1$ when $x\geq 0$ and $f(x)=0$ when $x<0$ is continuous on $[0,1]$ in the calculus sense since we only require one sided continuity at the endpoint $0$. In analysis, "$f$ is continuous on $[0,1]$" would not be true. It seems calculus textbooks are talking about continuity with respect to the function $f$ restricted to the interval $[a,b]$.

  4. The function $1/x$ is sometimes considered to have a discontinuity at $0$. But in analysis, points of discontinuity need to be part of the domain. So actually $1/x$ is continuous everywhere (in its domain).

What are some other differences? Is there a list somewhere?

  • Have you searched the site? – PinkyWay Apr 08 '20 at 19:03
  • No it doesn't answer my question. I'm not talking about infinitesimals. I'm talking about modern definitions which are based on the real number system. – Alex Gramatikov Apr 09 '20 at 03:37
  • Your question might be closed as an off topic or migrated from the site. You can ask this on math owerflow or in chat. – PinkyWay Apr 09 '20 at 05:12
  • Regarding your title, you're not going to find a formal difference, and you're not going to find formal definitions of "Calculus" and "Analysis". "Calculus" and "Analysis" are human terminology applied to different human practices in mathematics, and the shift from "Calculus" to "Analysis" is a gradual one that occurs over the mathematical education of a human. – Lee Mosher Oct 11 '20 at 15:00
  • @LeeMosher I'm not asking for anybody to give me a formal definition of "calculus" and of "analysis." I'm asking that you open an introductory calculus textbook (like Stewart's) and compare the definitions there to a more advanced textbook (like Rudin's, Bartle's, whatever). – Alex Gramatikov Oct 11 '20 at 15:27
  • Then perhaps you might wish to edit your title. – Lee Mosher Oct 11 '20 at 16:26

1 Answers1

1

In reality there are no differences. Fact is that in the "calculus environment" one does not elaborate on all subtleties of the fine print. Now you are looking at the fine print.

  1. If "the point" is $\xi\in{\mathbb R}$, and we are looking at limits $x\to\xi$ the function $f$ has to be defined in points arbitrarily near $\xi$. If, e.g., $f$ is defined for $\xi<x<b$ for some $b>\xi$ then it makes sense to look at $\lim_{x\to\xi} f(x)$ without talking about "relative topology".

  2. The function $g:\>x\to{1\over x}$ is undefined at $x=0$, and this function is continuous (even $C^\infty$) wherever it is defined. Even in a "calculus environment" one should not say that $g$ has a discontinuity at $x=0$. What we see there is a disconnectivity of the domain. Note that we cannot create a continuous function $\tilde g$ on ${\mathbb R}$ by defining $\tilde g(0)$ suitably, as in the case $x\mapsto{\sin x\over x}$.

  • I can find several modern calculus and pre-calculus textbooks which don't require that points of discontinuity belong to the function's domain. And I promise you I can find an author who will split hairs with regards to the statement "$\lim_{x\to 0}\sqrt{x}$ exists". So there are differences in fine print. For some people "discontintuity at $0$" means "there is no continuous extension to $0$". That was the point of this thread.... – Alex Gramatikov Apr 09 '20 at 03:26