A proof that zero equals one via limits

290 Views Asked by At

Could someone explain where and why this "proof" falls apart?

$\lim_{x\to\infty} x = \infty = \lim_{x\to\infty} x - 1$ implies

\begin{align*} 0 &= \lim_{x\to\infty} 0 \\ &= \lim_{x\to\infty} (x - x) \\ &= \lim_{x\to\infty}x - \lim_{x\to\infty} x \\ &= \lim_{x\to\infty} x - \lim_{x\to\infty} (x-1) \\ &= \lim_{x\to\infty} (x-(x-1)) \\ &= \lim_{x\to\infty} 1 \\ &= 1 \end{align*}

3

There are 3 best solutions below

0
On BEST ANSWER

The identity $$\lim(f(x)+g(x))=\lim f(x)+\lim g(x)$$ which you use from line 2 to line 3, is only valid when all those three limits (or at the very least the two on the right) exist and are finite.

0
On

Line 3: $\infty - \infty$ doesn't mean anything.

0
On

It fails here: $$\lim_{x\to\infty}(x-x)=\lim_{x\to\infty}x-\lim_{x\to\infty}x.$$ This kind of arithmetic is correct if at least one limit is finite, or minuend and subtrahend tend to the other infinities (differeing in signs). The $$\infty-\infty$$ is undefined form.