I am reading about a lemma that shows how to lift up a multiplicative inverse. I.e. if we know that $3\cdot 3 \equiv 1 \pmod {2^3}$ then we know that $3\cdot 43 \equiv \pmod {2^6}$
To go from $\pmod {2^3}$ to $\pmod {2^6}$ we use the formula:
if $xy \equiv 1\pmod {p^e}$ then $xz \equiv 1\pmod {p^{2e}}$ where $z = y- yrp^e$ and $r$ is the from $xy = 1 + rp^e$
There are two parts I don't understand and would like some help.
- First of all, is such a proof usually "discovered" from the result? I mean if I work backwards and replacing I can see that I can get back to $xy \equiv 1 \pmod {p^e}$.
And I can apply the formula to solve a problem of this type. But I don't have any intuitive "feel" of that $y- yrp^e$ that we multiply $x$ instead of $y$ to move to the higher power i.e. from $p^e$ to $p^{2e}$. Is there a way to understand this better? - The lemma as part of the steps/proof sates that:
We need a $z \equiv y \pmod {p^e} \implies z = y + tp^e$ and we need $xz \equiv 1\pmod {p^{2e}} \implies x(y + tp^e) \equiv 1 \pmod > {p^{2e}}$. Since $xy = 1 + rp^e$ we know that $1 + rp^e + xtp^e \equiv > 1 \pmod {p^{2e}}$. Since $xy \equiv 1 \pmod p^e$ setting $t = -yr$ solves the congruence
The last sentence is what I don't understand. We want to solve $1 + rp^e + xtp^e \equiv 1 \pmod {p^{2e}} \implies 1 + (r + xt)p^e \equiv 1 \pmod {p^{2e}}$
But $xy \equiv 1$ in $\pmod p^e$ and not by $\pmod {p^{2e}}$so how can we solve it like it says using the inverse?
If $t=-yr$ then $$1+rp^e+xtp^e=1+rp^e+(x(-yr))p^e= 1+rp^e-rp^e$$ that's the last line explained .