I have a proof that shows $m | xn \implies \frac{m}{(m,n)} | x$ which leans heavily on prime factorizations. Is there a more straightforward proof?
Edit
With this question, I was looking for a proof that didn't involve Euclid's lemma (which is almost immediately equivalent to what is to be proved) or prime factorization. I think this question is worth keeping up if only for the answer below which establishes the result using Bezout's identity. None of the answers in the other post approach it this way.
Solve $mu+nv=(m,n).$ (Such a solution is guaranteed by Bézout's identity, which is usually a lemma on the way to unique factorization.)
Multiply by $x$ to get: $m(ux)+(nx)v=(m,n)x.$
But $m\mid m(xu)$ and $m\mid(nx)v$ so $m\mid (m,n)x.$
Hence $\frac{m}{(m,n)}\mid x.$
The last step is from:
which is easy to prove.