Yagoda
- 45
- 0
Homework Statement
The function f is defined on a neighborhood N of \bar{x}. Show that
\lim_{x \rightarrow \bar{x}} f(x) = L if and only if \lim_{n \rightarrow \infty} f(x_n) = L when \{x-n\} is a sequence of points in N with \lim_{n \rightarrow \infty} x_n = \bar{x}.
Homework Equations
The Attempt at a Solution
I think I have the necessity, but I am having trouble tightening up the other direction. What I have is that if \lim_n \rightarrow \infty x_n = \bar{x} then \forall \delta > 0, \exists N_1 : |x_n - \bar{x}| < \delta \text{ when } n > N_1 and that \forall \epsilon > 0, \exists N_2 : |f(x_n) - L| < \epsilon \text{ when } n > N_2.
Let N = \max\{N_1,N_2\} there is an N so that if |x_n - \bar{x}| < \delta then |f(x_n) - L| < \epsilon for any \epsilon < 0. Which is close to the definition of the limit of f, but how can I generalize it to |f(x) - L| < \epsilon rather than |f(x_n) - L| < \epsilon or is that not an issue?