p-adic Numbers
A thousand is closer to zero than ten. In Kurt Hensel’s 1897 arithmetic, that sentence is true when closeness is measured by powers of 2 or 5: (1,10,100,1000,\ldots) converges to zero. Hensel changed the ruler, then found a new number system hiding inside ordinary fractions.
How the ruler works
For a nonzero rational number (x), let (v_p(x)) count how many factors of the prime (p) it contains. The (p)-adic absolute value is
[ |x|_p=p^{-v_p(x)}. ]
More divisibility means less distance. Since (10^n=2^n5^n),
[ |10^n|_2=2^{-n}, \qquad |10^n|_5=5^{-n}, ]
so both values approach zero. The geometric series (1+10+100+\cdots), divergent over the real numbers, therefore converges to (-1/9) in both (\mathbb Q_2) and (\mathbb Q_5).
The geometry is ultrametric:
[ |x+y|_p\leq\max(|x|_p,|y|_p). ]
Every triangle is isosceles, and any point inside a ball can serve as its centre. Two integers are close when they agree modulo a large power of (p).
Hensel lifting
Hensel’s lemma turns a solution modulo (p) into successively sharper solutions modulo (p^2,p^3,\ldots). For (x^2=2) in the 7-adic numbers, (3^2\equiv2\pmod7). That root lifts to (10\pmod{49}), then (108\pmod{343}).
Each node preserves every earlier digit while adding one layer of precision. It is Newton’s method rebuilt for divisibility rather than decimal distance.
Where the idea pays
A rational equation can be inspected one prime at a time. The Hasse–Minkowski theorem says a quadratic form has a nonzero rational solution exactly when it has one over the real numbers and over every (\mathbb Q_p). An infinite global search becomes a family of local tests.
Computers also store (p)-adic numbers as finite residue data such as (a+O(p^N)). Xavier Caruso’s 2017 account places this arithmetic between symbolic computation and numerical analysis: truncation loses high powers of (p), not decimal tail digits. That makes (p)-adic precision a useful companion to concept computation and concept information theory.
What is contested
The construction is settled. The local-to-global promise is not universal.
Ernst Selmer proved in 1951 that
[ 3x^3+4y^3+5z^3=0 ]
has nonzero solutions over the reals and every (p)-adic field, yet none over the rationals. Local evidence can hold at every prime and still miss a global obstruction. The failure is now measured through objects such as the Tate–Shafarevich group, whose finiteness remains unproved in general.
Why this crosses realms
Ordinary notation, including the place-value machinery behind concept zero and concept surya siddhanta, makes digits to the right encode finer precision. A (p)-adic expansion runs indefinitely toward larger powers on the left. Both systems compress an infinite mathematical object into successive finite approximations; they disagree about which end contains the finer information.
That inversion also shadows concept godel incompleteness. A finite residue can certify any requested depth, yet no finite display contains the whole (p)-adic number. Description arrives layer by layer.
An open question
If every prime supplies a locally consistent answer, what extra object detects the moment those answers cannot belong to one rational solution?
Key Sources
- Kurt Hensel, “Über eine neue Begründung der Theorie der algebraischen Zahlen” (1897), Jahresbericht der Deutschen Mathematiker-Vereinigung 6, 83–88. Original paper.
- Fernando Q. Gouvêa, p-adic Numbers: An Introduction, 2nd edition (1997). The standard entry from valuations to analysis.
- Xavier Caruso, “Computations with p-adic Numbers” (2017), arXiv:1701.06794. Algorithms and precision.
- Ernst S. Selmer, “The Diophantine Equation (ax^3+by^3+cz^3=0)” (1951), Acta Mathematica 85, 203–362. DOI.
Further Reading
- Neal Koblitz, p-adic Numbers, p-adic Analysis, and Zeta-Functions (1984), for the route from the norm to (p)-adic analysis.
- J. W. S. Cassels, Local Fields (1986), for local arithmetic beyond the first examples.
- concept information theory, for another mathematics of precision measured in discrete increments.
Abhishek's take
I read (p)-adic numbers less as exotic quantities and more as a theory of accumulating certainty. Agreement modulo (p^N) says exactly how much is known, which is a cleaner model of computational precision than pretending every stored number is exact.
See Also
- concept zero: how place value made absence computable.
- concept computation: when infinite objects must fit inside finite memory.
- concept information theory: precision recast as discrete information.
- concept godel incompleteness: another boundary between finite descriptions and mathematical truth.
- concept surya siddhanta: positional arithmetic applied to astronomical prediction.
Tags: #p-adic-numbers #number-theory #ultrametric #hensel-lifting #local-global-principle