How do I prove, that if $m^2$ can be divided $p$ (where $m$ is a whole number and $p$ is a prime number) then also m can be divided by $p$?
2026-04-12 09:41:38.1775986898
Proof for divisions that in include prime number.
27 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose not, then $\gcd(m,p)=1$, so $am+bp=1$ for suitable integers $a,b$. But then $1^2=(am+bp)^2=a^2m^2+2abmp+b^2p^2$ is a multiple of $p$, contradiction.