I'm a bit new to modular arithmetic on congruence classes, and I'm aware of two axioms that let me do this:
- $[a]\cdot[b]=[a \cdot b]$
- $[a]+[b]=[a+b]$
I'm also aware that when working with $\mathbb Z_4$ for example we would have:
- $[3]=[3]$
- $[4]=[0]$
- $[5]=[1]$
But what would this look like?
- $[2]^{-1}\cdot[3]$
- $[2]^{-1}+[3]$
I'm just not sure how to work with inverses. I know that $[a]\cdot[a]^{-1}=[1]$, but I'm not sure what happens if both $a$'s are different instead of the same.
Anyway, thanks.