Let $(X,d_X), (Y,d_Y)$ be metric spaces. Let $f:E\subseteq X\to Y$ and $a\in X$.
We say that $\lim_{x\to a}f(x)=L$ if and only if for every $\epsilon >0$ there exists a $\delta>0$ such that $d_Y(f(x),L)<\epsilon$ whenever $0<d_X(x,a)<\delta$.
This is the textbook definition you'll see in many analysis books. The notion of continuity in a metric space is most of the times defined using limits.
However, a more general (topological) definition of continuity can be stated:
$f:X\to Y$ is continuous if and only if the preimage of every open set $V\subseteq Y$ is open.
I'm looking for a nice definition like that one for limits. One that doesn't have the typical $\epsilon$-$\delta$ style.
Is such a thing possible?
We can get a definition like this for limits of sequences: $a_n$ converges to $a$ if every open set containing $a$ also contains all but finitely many of the terms of $a_n$. For limits of functions, we can say that $\lim_{x\to a} f(x)=L$ if $\lim_{n\to\infty} f(a_n)=L$ whenever $a_n$ is a sequence converging to $L$.