0

Are these limits equivalent? $$ \lim\limits_{x \rightarrow p}f(x) \\\lim\limits_{h \rightarrow 0}f(p+h) $$ They both describe $f(x)$ as $x$ gets arbitrarily close to $p$, but I see both used in different contexts so I'm wondering if there is actually a difference between the two. Thanks!

Henry
  • 137
  • 10

1 Answers1

3

They are actually the same.
Let $\lim\limits_{x \rightarrow p}f(x)=l\in \mathbb R$. What existence of this limit means is that for every $\epsilon\gt 0,\exists \delta\gt 0: 0\lt |x-p|\lt \delta\implies |f(x)-l|\lt \epsilon$
WLOG, put $x=p+h$ so that we have $0\lt |h| \lt \delta\implies |f(p+h)-l|\lt \epsilon$
Now use definition of limit again to finish the proof.

Koro
  • 11,402