So, we know that in traditional real numbers we have this identity.
$\frac{1}{n(n+1)} = \frac{1}{n}-\frac{1}{n+1}$
Then this also work for inverses in modular arithmetic
if we have $\bar{n}\in \mathbb{Z/pZ}$ and $(\bar{n})^{-1}$ denotes the inverse of $\bar{n}$ in $\mathbb{Z/pZ}$
Then $[(\bar{n})^{-1}(\overline{n+1})^{-1}] = [(\overline{n(n+1)})^{-1}] = (\bar{n})^{-1} - (\overline{n+1})^{-1}$
The idea goes:
$[(\overline{n(n+1)})^{-1}] = [(\overline{n(n+1)})^{-1}]*\bar{1} = [(\overline{n(n+1)})^{-1}] [\overline{(n+1)-(n)}] = [(\overline{n+1}) (\overline{n(n+1)})^{-1}]-[(\bar{n}) (\overline{n(n+1)})^{-1}] = [(\overline{n+1})(\overline{(n+1)})^{-1}((\overline{n})^{-1})] - [(\overline{n})(\overline{(n)})^{-1}((\overline{n+1})^{-1}] = [(\overline{n})^{-1}] - [(\overline{n+1})^{-1}]$
Which leads me to ask if using the notation $\frac{1}{n}$ to denote inverses is completely consistent with inverses. If so, then is there some sort of homomorphism between $\mathbb{Z/pZ}$ and $\mathbb{Q}$ that simplifies the proof that we can do normal fraction rules in modular arithmetic?
localization
in any textbook on commutative algebra – Bill Dubuque Sep 06 '23 at 07:26