There is sequence $a_{m,n}=\frac{m}{m+n}$ we calculate the following limits $$\lim_{n\rightarrow\infty}\lim_{m\rightarrow\infty}a_{m,n} \qquad \lim_{m\rightarrow\infty}\lim_{n\rightarrow\infty}a_{m,n}$$
I find both of these limits to be $1,0$ respectively. But the limit of $$\lim_{m,n\rightarrow\infty}a_{m,n}=0.5$$ should be $0.5$ because we have a denominator that will be twice the numerator for very large but comparable values of $m,n$. What is the notion of limits in this situation?
Edit: Can the simultaneous limit be written like this
Since $m,n\rightarrow \infty \implies m \approx n\implies \lim_{m,n\rightarrow \infty}a_{m,n}=\lim_{n\rightarrow \infty}\frac{n}{n+n}=0.5$
For fixed $n$, we have $\lim_{m\rightarrow\infty}a_{m,n}=\lim_{m\rightarrow\infty}\dfrac{m}{m+n}=1$, so $\lim_{n\rightarrow\infty}\lim_{m\rightarrow\infty}a_{m,n}=\lim_{n\rightarrow\infty}1=1$.
The limit $\lim_{m,n\rightarrow\infty}a_{m,n}$ does not exist. If it were, then $\lim_{m,n\rightarrow\infty}a_{m,n}=\lim_{n\rightarrow\infty}\lim_{m\rightarrow\infty}a_{m,n}=\lim_{m\rightarrow\infty}\lim_{n\rightarrow\infty}a_{m,n}$, but in this case they are not equal.
$|a_{m,n}-L|<\epsilon$ for $m,n\geq N$ is the formalised meaning of $\lim_{m,n\rightarrow\infty}a_{m,n}=L$, in which case such $m,n$ vary freely from $N$, neither of which bounds the other, so this is in some sense that $m,n$ need no be comparable, they are independent, as @Rahul, @Arthur have noted.