Let $f: X \to Y$ be a function on $X$ into $Y$ where $X, Y$ are topological spaces, define the function limit of $f$ at $x_0 \in X$ as follows
$$\lim_{x \to x_0} f(x) = y_0$$
where $y_0 \in Y$ if for each open set $U_Y \subseteq Y$ containing $y_0$, there exists an open set $U_X$ containing $x_0$ such that $f(U_X) \subseteq U_y$ ($\lim_{x \to x_0} f(x) = f(x_0)$ recovers the usual definition of continuous function)
Let $(x_k)_{k \in \mathbb{N}}$ be a sequence, define the sequential limit of $(x_k)_{k \in \mathbb{N}}$ as follows
$$\lim_{k \to \infty} x_k = x_0$$
where $x_0 \in X$ if for each open set $U_X \subseteq X$ containing $x_0$, there exists a $K_1 \in \mathbb{N}$ such that $x_k \in U_X$ for all $k \geq K_1$
Define the next limit
$$\lim_{k \to \infty} f(x_k) = y_0$$
where $y_0 \in Y$ if for each open set $U_Y \subseteq Y$ containing $y_0$, there exists a $K_2 \in \mathbb{N}$ such that $f(x_k) \in U_Y$ for all $k \geq K_2$
I am wondering when is $\lim_{k \to \infty} f(x_k) = y_0$ for all possible sequences $(x_k)_{k \in \mathbb{N}}$ enough to conclude that $\lim_{x \to x_0} f(x) = y_0$
Another reason is that it is not encouraged here to answer a question that has already been asked and answered many times.
– Ningxin Oct 20 '23 at 19:45