For some real valued function $f$, $\lim\limits_{x \to c}f(x) =L$ is equivalent to saying for any real sequence ${x_n}$, if $x_n$ converges to $c$, then $f(x_n)$ converges to $L$.
If this statement is true, I want to prove it using epsilon delta definition. For the latter statement, we know, $\forall \epsilon >0, \exists N \in \mathbb{N}$ so that $\forall n>N$ we have $0<|x_n-c|< \epsilon$. Now this should imply $f(x_n) \to L$ How do I show it?