jgens
Gold Member
- 1,575
- 50
So, I'm trying to prove that \lim_{x \to a} f(x) = \lim_{h \to 0} f(a+h) and I'm wondering if this "proof" is correct:
Suppose that \lim_{x \to a} f(x) = l and \lim_{h \to 0} f(a+h) = m with l \neq m. Then, for any \varepsilon > 0 there must be some \delta > 0 such that 0 < |x-a| < \delta implies that |f(x) - l| < \varepsilon and 0< |h| < \delta that |f(a+h) - m| < \varepsilon.
Clearly a - \delta < x < a + \delta and a - \delta < a + h < a + \delta, so there is a number x_1 such that |f(x_1) - l| < \varepsilon and |f(x_1) - m| < \varepsilon.
Choosing \varepsilon = |l-m|/2, it follows that |l-m| = |l - f(x_1) + f(x_1) -m| \leq |f(x_1) - l| + |f(x_1) - m| < |l-m|/2 + |l-m|/2 < |l-m|, which is a contradiction. Therefore, l=m.
Does this work alright? Or is there another way that I should approach this problem? I appreciate any feedback! Thanks!
Suppose that \lim_{x \to a} f(x) = l and \lim_{h \to 0} f(a+h) = m with l \neq m. Then, for any \varepsilon > 0 there must be some \delta > 0 such that 0 < |x-a| < \delta implies that |f(x) - l| < \varepsilon and 0< |h| < \delta that |f(a+h) - m| < \varepsilon.
Clearly a - \delta < x < a + \delta and a - \delta < a + h < a + \delta, so there is a number x_1 such that |f(x_1) - l| < \varepsilon and |f(x_1) - m| < \varepsilon.
Choosing \varepsilon = |l-m|/2, it follows that |l-m| = |l - f(x_1) + f(x_1) -m| \leq |f(x_1) - l| + |f(x_1) - m| < |l-m|/2 + |l-m|/2 < |l-m|, which is a contradiction. Therefore, l=m.
Does this work alright? Or is there another way that I should approach this problem? I appreciate any feedback! Thanks!