[an error occurred while processing this directive]

Recall:

Division mod m

Consider the series 0, 1⋅a, 2⋅a, 3⋅a, 4⋅a, … mod m.

What is the difference between 5 and 6, in mod 8, so that one has an invese and the other doesn't?

Th'm: If ac≡bc (mod m), and gcd(c,m)=1, then a≡b (mod m).
["relatively prime"] [Proof.]

What this means:
"We can divide by c, mod m." For instance, let m=8 and c=3. Knowing that 3x ≡ 15 (mod 8), we can divide both sides by 3 and conclude that x ≡ 5. (Indeed, this turns out to be the the only x satisfying the constraint, mod 8).
However, consider 4x &equiv 12 (mod 8). We can not conclude that x≡3. In fact, only x≡1 satisfies the constraint 4x≡12 (mod 8).

Applications: parity check; hash: ssn mod 104.

[an error occurred while processing this directive] [an error occurred while processing this directive]