0

from a previous question asked here Proving that an additive function $f$ is continuous if it is continuous at a single point someone stated that the key step is that $\lim_{x \to c}f(x)=\lim_{x \to a}f(x-a+c)$ however I don't understand how that is true shouldn't $\lim_{x \to c}f(x)=\lim_{x \to a}f(x+a-c)$ ? Thanks for you help!

1 Answers1

0

I think what is confusing you is the re-use of the variable $x$.

In fact, this $x$ is a dummy variable.

$\displaystyle \lim\limits_{x\to c}f(x)$ or $\lim\limits_{y\to c}f(y)$ or $\lim\limits_{foo\to c}f(foo)$ are exactly the same thing, right ?


Now let's rewrite the correct statement using different dummy variables:

$\displaystyle \lim\limits_{x\to c}f(x)=\lim\limits_{y\to a}f(y-a+c)$

Intuititvely $x\to c$ means $x=c+\varepsilon$ where $\varepsilon$ is a very small quantity.

Yet $(y-a)$ is also such a very small quantity.

Thus in the substitution $x=c+\overbrace{(y-a)}^{\varepsilon}$ then $y\to a\iff x\to c$


The confusion arised because the dummy variable $y$ was changed back to $x$ leading to:

$\displaystyle \lim\limits_{x\to c}f(x)=\lim\limits_{x\to a}f(x-a+c)$

but you should really see it as a substitution like I explained before.

zwim
  • 28,563