eli5 N^2 = n padic number

237 views

I watched the veritasiunm vid and I was confused like hell when in the start he said after squareing infinity the number squared the original number and as a 13 years old fella I am stupid

In: 0

2 Answers

Anonymous 0 Comments

I’d recommend watching the Veritasium video through a couple of times to try and cement some of its content a bit more, but I can give another explanation here.

The types of numbers he is talking about here are not infinity. They are their own objects in the world of mathematics, with infinitely many digits of increasingly larger size. But they are not the same thing as the value infinity.

When we do a fraction, we often get a value with infinitely many digits AFTER the decimal. For example, 1/7=0.142857142857142… you can see there is a pattern there, where the section “142857” repeats over and over again. Let’s see what happens when we multiply 0.142857142857142… by 7, doing it column by column

0*7 = 0, so we write down 0

0.1*7 = 0.7, so we’re at 0.7

0.04*7 = 0.28, so we add 0.7 and 0.28 and get 0.98

0.002*7 = 0.014, so we add 0.98 and 0.014 and get 0.994

0.0008*7 = 0.0056, so we add 0.98 and 0.014 and get 0.9996

If we keep going, we get 0.999… and the 9s go on forever. We started with 1/7, wrote it out as decimals, multiplied them by 7, and got 0.999… But 1/7 multiplied by 7 must be 1. So 0.9999… IS the same as the number 1, it’s just another way of writing that number.

p-adic numbers are kind of like numbers where all those repeating digits go BEFORE the decimal. As Veritasium shows in the video, there are p-adic numbers that ARE the same as numbers we know. In fact, right [here](https://youtu.be/tRaq4aYPzCc?t=151) he shows a number with infinite digits BEFORE the decimal, that when you multiply it by 7, column by column, just as I did above, you get a 1 preceded by infinite zeroes. So the “p-adic” number* “…142857142857143” is exactly the same as the number we know as 1/7. It can be written 1/7, it can be written 0.142857142857142…, or it can be written …142857142857143. It’s the same number.

The number he shows for n^2=n does not have a neat repeating pattern. He shows quite well in the video how he came up with the number by repeatedly squaring 5 and taking the end of it. That gets him to a p-adic number* that ends …256259918212890625

And so, In a similar “digit-by-digit” multiplication method, if you multiple …256259918212890625 by itself, you’ll find it also ends …256259918212890625. For example, the unit column MUST be a 5 because 5*5 is 25 which ends in 5, and that’s the only contribution to the units column. When you do that kind of calculation for each column in turn – the 10s, then the 100s, then the 1000s… you find it always is the same as the original number.

So his p-adic number …256259918212890625 is its own square.

But I think what you really want to know is, there’s no way for a number to be its own square, unless it’s maybe infinity (or 0 or 1). But this number is not infinity, and it is not a natural number or integer. It’s a new type of number, called a p-adic number. It has its own properties and needs to be handled in its own way, just like how negative numbers were new to people at one point, and fractions were new when they were introduced. It doesn’t sit on the number line you’re used to, the one that goes from -infinity to infinity and you can point at a point and say “this point on the line is 231.5483592465…” – it doesn’t fit on that line at all! But it’s constructed out of numbers on that line using well-defined mathematical operations as shown in the video, so it is **a number**. Just not one on the number line!

* this number is technically not p-adic since it’s in base-10, but it works for the demonstration.

You are viewing 1 out of 2 answers, click here to view all answers.