The indices rule for division states
$ m^x \div m^y = m^{x-y}. $
This works out because
$ m^4 \div m^2 = {{m*m*m*m} \over {m*m}} = m*m = m^2 = m^{4-2} $
So we see that through the reduction rule for division, $m^y$ cancels out.
In my mind, this should break when $m=0$, since you cannot divide by $0$. But any $0^x = 0$ as long as $x\ne0$.
So, for example, what is the solution to the following?
$ 0^4 \div 0^2$
Is it $0$ or undefined?
That actually depends on what you’re looking at. If you simply look at the expression $0^m/0^n$ then this is not defined, as $0$ is not invertible. But if you actually look at polynomials $P/Q$ that both have a root of order $m$/$n$ in some point $x$ you can in fact do polynomial division to make sense of this.