Is there a simple (read primarily elementary) proof that performing $6k \mod p$ where $k$ runs from $1$ to $p$ will always return the sequence of counting numbers from $[0,1,2,...,p-1]$ (though not in that order), for all $p >= 5$?
2025-01-12 23:38:40.1736725120
Elementary proof regarding 6k mod p
40 Views Asked by alfreema https://math.techqa.club/user/alfreema/detail At
2
We need to assume $p\gt 3$. Consider the remainders when the $p$ numbers $6\cdot 1$, $6\cdot 2$, $6\cdot 3$, and so on up to $6\cdot p$ are divided by $p$. These remainders are all in the interval $[0,p-1]$. If we can show they are all different, then we will know they take on, in some order, all values from $0$ to $p-1$.
Suppose to the contrary the remainders are not all different. Then there exist integers $1\le i\lt j\le p$ such that $6i$ and $6j$ have the same remainder on division by $p$. It follows that $p$ divides $6j-6i$, that is, $6(j-i)$. But $p$ is relatively prime to $6$, so $p$ divides $j-i$. This is impossible, since $1\le j-i\lt p$.