p-adic numbers, fractions in $\mathbb{Z}_p$

809 Views Asked by At

How can we write $1/3$ in $\mathbb{Z}_5$ as series? We can write it as $\frac{1}{5-2}=-\frac{1}{2-5}=-(2+2*5+2*5^2+\dots)$ but $-2$ are negative coefficients...Please explain if there is a flaw in my understanding.

2

There are 2 best solutions below

0
On

Here is another version:

$$\frac 13=2-\frac 53=2+\frac {40}{1-25}=2+5\cdot\frac 3{1-25}+5^2\cdot\frac 1{1-25}$$

0
On

My handy $p$-adic expander gives the $5$-adic expansion of a third as $\cdots313132;$, where $\cdots dcba;$ means $a+bp+cp^2+dp^3+\cdots$. This notation is nice because it’s simply the $p$-ary expansion you know from elementary school (except that $10$ is not prime). This means that, $5$-adically, $1/3=2+3\cdot5+5^2+3\cdot5^3+5^4+\cdots$, in other words $1/3=1+16/25+16/25^2+\cdots$, and the geometric series part of this evaluates to $16/(1-25)=-2/3$. There you are.