evinda said:
Hi! (Wave)
I want to write the $p-$ adic expansion of the number $\frac{1}{2}$ in the field $\mathbb{Q}_3$.
How can I do this? (Thinking)
Here is a different look at this problem. This should not be considered rigorous, but it provided me with some insights. As an engineer myself, I like an algebraic approach using digits. I will not use congruence, Hensel's Lema, nor any heavy lifting.
An french engineer, Simon Stevin of Bruges (1548 - 1620), introduced the repeating decimal numbers as popular numerals to represent the rational numbers in applied math.
Let's use base 3 Stevin style numerals to represent rationals, with a twist. A bracket is used to indicate an infinite number of digits repeating that bracketed value. In this discussion we will require a bracket on BOTH ends of the numeral. Our goal is zero within the bracket on the RHS of the number.
We will be using long arithmetic in base 3. Natural numbers without a sub-script are base 10.
STEP 1:
First, in STEP 1, let's begin with an observation that goes back to Euler (1707 – 1783) -- long before Hensel (1861 – 1941)
0 = [2].[2]
3
because,
Multiplication by 3 only moves the point (.) one place to the left, leaving this number unchanged.
3 times [2].[2]
3 = [2].[2]
3
and if 3x = x, there are two solutions, x = infinite is one,
but it amused Euler to consider x=0, as will we.
STEP 2:
Notice that
[2].[2]
3 = [2].[0]
3 + [0].[2]
3
and
[0].[2]
3 = 1
therefore
[2].[0]
3 = -1
STEP 3:
Dividing by 2
[1].[0]
3 = -1/2
STEP 4:
Add 1
1 + [1].[0]
3 = +1/2
[1]2.[0]
3 = +1/2 done
It is fun to think how close Euler came to defining the rational p-adic form and considering the Cauchy Limit for p-adic digital numbers that are not truncated. If Newton's (1642 – 1727) work was known to Euler, he might have noticed that the
Newton rational iterates for a polynomial zero (like x^2-2) will form a unique Cauchy sequence when you begin with a correct guess (the first digit) and then write the rational iterates in a p-adic form. Convergence of digits from right to left would have delighted him.