3

Hmm, 4th edition, did I find another error in this book? (This turns out to be misunderstanding one word that makes a huge difference, edited)

It's Chapter 5 Question 22 about limits. The question and it's answer exactly is:

Question:

Consider a function $f$ with the following property: if $g$ is any function for which $\lim_{x\to 0}g(x)$ does not exist, then $\lim_{x\to 0}[f(x)+g(x)]$ also does not exist. Prove that this happens if and only if $\lim_{x\to 0}f(x)$ does exist. Hint: This is actually very easy: the assumption that $\lim_{x\to 0}f(x)$ does not exist leads to an immediate contradiction if you consider the right $g$.

Answer from Answer book:

If $\lim_{x\to 0}f(x)$ does exist, then it is clear that $\lim_{x\to 0}[f(x)+g(x)]$ does not exist whenever $\lim_{x\to 0}g(x)$ does not exist [this was Problem 8(b) and (c)]. On the other hand, if $\lim_{x\to 0}f(x)$ does not exist, choose $g=-f$; then $\lim_{x\to 0}g(x)$ does not exist, but $\lim_{x\to 0}[f(x)+g(x)]$ does exist.


I think the question is wrong or a typo(on "if and only if")? if $f(x)=1/x$ and $g(x)=1/x+1$, then $\lim_{x\to 0}[f(x)+g(x)]$ does not exist.

And the answer from "On the other hand" then on is point less, because randomly choose $g=-f$ only proves something can be true/false, but not must be true/false.

  • Your reasoning is sound. I also think you understood what the exercise meant to convey. I also found this related discussion: https://math.stackexchange.com/questions/562938/if-two-limits-dont-exist-are-we-sure-the-limit-of-sum-doesnt-exist?rq=1 – Imago Sep 09 '18 at 09:47
  • Can we make the title perhaps less mysterious and include information about the supposed error, rather than the location of it? – Asaf Karagila Sep 09 '18 at 11:00
  • Mathematicians should stop using the word "any". – yo' Sep 09 '18 at 15:45
  • Edited the title for other's quick search with the same problem. – user401653 Sep 10 '18 at 00:52

1 Answers1

9

You may have misunderstood the question. The statement is, slightly reformulated to stress the point you may have gotten wrong

if you are given $f$, such that for every $g$ with $\lim_{x\rightarrow 0} g(x)$ not existing you can conlude that $f+g$ does not have a limit at $x=0$, then this is equivalent to $\lim_{x\rightarrow 0} f(x)$ exists.

The point you may have ignored that you may choose $g$ arbitrarily, after $f$ is given. The proof is the same you copied in your question.

I'm not sure what your counter example is supposed to prove. The point is that you may in fact choose any $g$, this is the other direction in the proof.

To make it more explicit: If $f(x) = \frac{1}{x}$ then $\lim_{x\rightarrow 0} (f(x) + (-\frac{1}{x}))=0$, which means there is a function $g$ such that $\lim_{x\rightarrow 0} g(x)$ does not exist (namely $-f$) while $f+g$ does has a limit at $0$, hence $f$ need not satisfy the conclusion (i.e. the statement is not applicable).

Thomas
  • 22,361
  • Thank you Thomas! I think I start to understand a bit of your answer. If the $g$ is not a particular one, but every or any, then the question maybe more complicate than I thought, I must go jogging and read your answer later. – user401653 Sep 09 '18 at 10:51
  • Add an exist limit to a non-exist limit will not make it exist. A non-exist limit must added to a non-exist limit to make it exist, and there will always be at least one such function to make it happen. I think this is the problem is telling about. – user401653 Sep 10 '18 at 01:07