I've been playing around with the $11$-adic numbers lately, and in particular, the values of $\sqrt{5}$. I have two different approximations of this value:
- $a_1=\ ...937785904$A$44_{11}$
- $a_2=\ ...1733251$A$6067_{11}$
Of course, as how in the real numbers the equation $x^2-5=0$ has two solutions ($\sqrt{5}$ and $-\sqrt{5}$), the same equation has two solutions in the 11-adics, as shown above. In my mind, it makes sense that these two solutions match up with the two solutions in the reals, down the the fact that $a_1+a_2=0$.
However, if that is the case, which is negative, and which is positive?
Part of me feels like this is a silly question to ask. In the $p$-adics, the line between negatives and positives can be blurred. For instance, in the $11$-adics, $...11111_{11}\equiv-\frac{1}{10}$, whereas $...11112_{11}\equiv\frac{9}{10}$. There's not the "luxury", so to speak, of being able to tell between one and the other by checking if there's a negative sign or not.
But still, something nags at me that the two are different numbers where one is the negative of the other, and I don't know which one's which. I can't find any clever little trick to suss out which is negative and which is positive. Doing $(1+a_n)^2$ yields $6+2a_n$, as one would expect, but this is of little value for our purposes.
All this leads up to the question, is there even any real purpose in trying to figure this out? In the reals, the equation $x^2-5=0$ has two roots, $b_1$ and $b_2$ whose sum is $0$. This is the same in the $11$-adics. In the real numbers, one being negative and one being positive is of consequence, because those concepts mean something. We can say definitively that $b_1<b_2$ even though $|b_1|=|b_2|$. The same cannot always be said of the $11$-adics, as is seen here. So, is there a concrete answer, and in the grand scheme of things, does there need to be one?
There is no reasonable notion of "positive" in the $p$-adic numbers, in the following precise sense. Say that a field $F$ is formally real if it admits a total order $\le$ making it an ordered field, meaning that $a \ge b$ iff $a - b \ge 0$ and that the set of positive elements $\{ a \in F : a > 0 \}$ contains $1$ and is closed under addition and multiplication (there are a few equivalent ways to state this definition).
Proof. In any ordered field, either $a \ge 0$ or $a \le 0$ (trichotomy). If $a \ge 0$ then $a^2 \ge 0$, and if $a \le 0$ then $-a \ge 0$ so $(-a)^2 = a^2 \ge 0$. So squares are non-negative, and so a sum of squares must be non-negative. In particular, $-1$ is negative and so cannot be a sum of squares. (This is an equivalent way to define formally real fields.) But
$$(1 - 4p)^{\frac{1}{2}} = \sum_{n \ge 0} {\frac{1}{2} \choose k} (-4p)^k$$
converges $p$-adically for every prime $p$ (the factor of $4$ is needed only to handle the case $p = 2$), from which it follows that we can write
$$-1 = \sqrt{1 - 4p}^2 + (4p - 2) 1^2$$
as a sum of at most $4p - 3$ squares in $\mathbb{Q}_p$. (We can do much better than this; by applying Lagrange's four-square theorem we can replace $4p - 3$ with $5$, and I think applying it more carefully we should be able to replace $5$ with $4$. But we don't need to.)
But this means that $\mathbb{Q}_p$ is not formally real as desired. $\Box$
So, all we can really say is that one of the square roots is $4 \bmod 11$ and the other one is $7 \bmod 11$ and that's all. There is no reasonable sense in which one is "positive" or "larger" than the other. This is analogous to the situation with the two square roots of $-1$ in the complex numbers $i$ and $-i$, which also don't really come in any kind of preferred or distinguished order. (This is a little disguised if you define $\mathbb{C}$ as $\mathbb{R}[i]/(i^2 + 1)$ since this definition privileges $i$ over $-i$ explicitly, but there are alternatives that avoid this. You can, for example, define $\mathbb{C}$ as the algebra of matrices in $M_2(\mathbb{R})$ of the form $\left[ \begin{array}{cc} a & b \\ -b & a \end{array} \right]$.)