"First, we note that an integer cannot have an inverse at all unless the integer is relatively prime to the modulus. Now, let $a$ be an integer that is relatively prime to a modulus $m$. Let $k_1$ and $k_2$ be distinct modulo-$m$ residues. Consider the difference between $ak_1$ and $ak_2$: $$ak_1 - ak_2 = a(k_1 - k_2). $$Since $k_1$ and $k_2$ are distinct modulo-$m$ residues, their difference is not a multiple of $m$. Since $a$ is relatively prime to $m$, $a(k_1 - k_2)$ is not a multiple of $m$. This means that $ak_1 \not\equiv ak_2 \pmod{m}$. This means that the products of $a$ with each modulo-$m$ residue are incongruent modulo $m$, so only one of them can be congruent to 1 (mod $m$). Thus, $a$ does not have more than one modulo $m$ inverse."
I have two questions. The first one is: why do $k_1$ and $k_2$ be module-m residues?
And the second thing is, I would like to understand why only one of them can be congruent, in the simplest terms possible.
So let's say that I work in $\pmod{7}$. I choose an integer, $a$, to be relatively prime to 7: 11.
There are 6 residues when $\pmod{7}$: 0, 1, 2, 3, 4, 5, 6. I choose two distinct residues (3 and 6) and multiply them with $a$: $11 \cdot 6$ and $11 \cdot 3$. Now we have $66 \not \equiv 33 \pmod{7} \Rightarrow 3 \not \equiv 5 \pmod{7}$.
"This means that each product is equivalent to a different modulo-m residue, one of which is 1." But this isn't the case, 3 and 5 are not 1.