How would one explain the concept of a p adic number in layman’s terms

elementary-number-theorynumber theoryp-adic-number-theory

The concept of a p adic number is something that I haven't quite been able to grasp. Heretofore, I can comprehend the fact that the p adic number system essentially extends the conventional arithmetic of rational numbers to real and complex number systems. P adic numbers have numerous applications in number theory, considered to be "close" when their differences are divisible by a higher power of p. However, I do not quite understand the mathematical reasoning behind a p adic number system, particularly the algebraic approach to the subject.

Best Answer

When writing a real number in base p you can write an unlimited number of digits to the right of the decimal point. Because the size of the extra amount represented by each new digit decreases exponentially as the number of digits increases, an unlimited sequence of digits will still converge to a specific number.

Informally you can think of p-adic numbers as being numbers written with an unlimited number of digits to the left of the decimal point. Using the p-adic metric, the size of the extra amount represented by each new digit decreases exponentially as the number of digits increases because $|p^{n+1}|=\frac{|p^n|}{p}$. So now an unlimited number of digits to the left of the decimal point will still converge to a specific number.

In $5$-adic numbers (remember we are writing numbers in base $5$) we have

$4+1=10 \\ 44+1 = 100 \\ 444+1 = 1000$

and in the $5$-adic metric the size of the numbers on the right becomes smaller and smaller, so in the limit we have

$\dots 4444+1=0$

So in $5$-adic numbers we have

$\dots 4444=-1 \\ \Rightarrow \dots 1111=-\frac{1}{4} \\ \Rightarrow \dots 1112 = - \frac{1}{4} + 1 = \frac{3}{4}$

Another way to derive the same result is to notice that if $\dots 1112$ converges to a limit $x$ then

$5x = \dots 11120 = \dots 1112 + 3 = x+3 \\ \Rightarrow 4x = 3 \\ \Rightarrow x=\frac{3}{4}$

Similarly

$\dots 2222=-\frac{1}{2} \\ \Rightarrow \dots 2223 = - \frac{1}{2} + 1 = \frac{1}{2}$

See if you can show that:

$\dots 3334 = \frac{1}{4} \\ \dots 131313 = -\frac{1}{3} \\ \dots 131314 = \frac{2}{3} \\ \dots 313132 = \frac{1}{3}$

Related Question