If for a function a finite or infinite double limit $$ \lim\limits_{(x,y)\rightarrow(a,b)} f(x,y)$$ exists, and if for any $y \in Y$ there is a finite limit $$ \varphi(y) = \lim\limits_{x \rightarrow a}f(x,y) $$ then the repeated limit $$ \lim\limits_{y \rightarrow b}\varphi(y) = \lim\limits_{y \rightarrow b}\lim\limits_{x \rightarrow a}f(x,y) $$ exists and is equal to the double limit of the function.
According the definition of double limit, if given a $\varepsilon > 0$, then we can find a $\delta >0$, let $|x - a| < \delta$ and $|y -b| < \delta$, then $|f(x,y) - A| < \varepsilon$. Now fix $y$ and let it satisfies $|y - b| < \varepsilon$, then how can i replace $f(x,y)$ with $\varphi(y)$ for the inequality $|f(x,y) - A| < \varepsilon$ ? Can i reduce the domain of $x$ to $|x - a| < \varepsilon$, then calculate the limit of $f(x,y)$ from $x \rightarrow a$?