The Distance Between Numbers - Numberphile

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 896

  • @Biga101011
    @Biga101011 Год назад +569

    The one thing that I think would make this more compelling is if there was some explanation of why we would ever want to use something like the 2 adic for distance. There was some hunting toward it being relevant due to p adic being generalizable and better fitted, but starting with that I think would have brought some more context to why we inventing this in the first place. It kind of feels like we are creating this method of finding distances in order to show this strange result rather than this strange result being a product of something that has more obvious uses.

    • @blobberberry
      @blobberberry Год назад +35

      Grant Sanderson has an old video on the 2-adics ("what it feels like to invent math" I believe), and there's one excellent SoME2 submission on the topic

    • @Elitekross
      @Elitekross Год назад +8

      ​@@blobberberry came here to say that glad I was beaten to it lol

    • @randymelton1601
      @randymelton1601 Год назад +9

      @@blobberberry - I agree. this video didn't cover the idea of representing rationals, or negatives which i find far more compelling. I also remember a video that cover the topic but called them something like "reversemals"

    • @KaiseruSoze
      @KaiseruSoze Год назад +4

      There! What Alan said! Well said. Because you've stated this in the context of "youtube" viewers and youtube presenters. Gold star.

    • @walterkipferl6729
      @walterkipferl6729 Год назад +7

      The easiest place where I know that something similar shows up is the way computers interpret negative numbers. -1 is, in some systems and standards, the binary string 11111….111, with as many ones as you can store in one integer in that system. Since addition can‘t (in this system) handle carries to the place a space to the left of that, adding 1 to 111…111 gives you 000…000 (with binary addition). So the number 111…111 has a reason to be called -1. The reason can be strengthened by talking 2-adic, since the binary sequence 1, 11, 111, …, (2^n -1) converges 2-adically to -1.

  • @firstlast8858
    @firstlast8858 Год назад +678

    I think the biggest problem with this video is that Tom didn't fully explain what the p-adic numbers actually are, which makes this distance function seem arbitrary without context. It's not just that this function is technically a distance function because it follows rules x, y, and z; this function literally defines what distance means for the p-adic numbers. Eric Rowland posted a great video on the p-adics a while back that I think gives much needed context here.

    • @theflaggeddragon9472
      @theflaggeddragon9472 Год назад +79

      You don't need to introduce the full p-adic numbers to introduce p-adic distances. It's just like how you don't need all the real numbers before you introduce the usual absolute value. BTW, it turns out the the ONLY absolute values on the integers (equivalently rational numbers) are the usual absolute value, and the p-adic absolute values for each prime p, so p-adic absolute values are "natural" in some sense. Perhaps some applications of the p-adic distance could be motivated, so here's why might care.
      In number theory, to show that equations don't have integer solutions, a common technique is to look at their remainders. Consider x^2 + y^2 = 3z^2 and suppose (x,y,z) is a solution with smallest absolute value (in the usual sense). Squares can only have a remainder of 0 or 1 when divided by 4 (if x is even, say x = 2y, then x^2 = 4y^2 = 0 mod 4, if x is odd, say x = 2y+1, then x^2 = 4(y^2+y)+1 = 1 mod 4). So the LHS can be 0,1,2 mod 4, and the RHS can be 0,3 mod 4. These are only equal if both sides are zero mod 4, but then x,y,z are even, so divide to get a smaller solution, contradicting minimality.
      A natural question now arises. Is it enough to consider only congruences (remainders) to show that polynomial equations have no integer solutions. The answer is no (3x^3 + 4y^3 + 5z^3 = 0 has no integer solutions, but does have mod n solutions for all n), but using congruences is still an extremely useful technique. The p-adic numbers allow you to see if an equation has these congruence solutions for all powers of a prime p. Doing this for all primes allows you to see if such an equation has mod n solutions for any n. Here's a formal statement:
      If F(x_1,...,x_n) is a polynomial in any number of variables, then F(x_1,...,x_n) = 0 mod p^m has an integer solution for all m if and only if F admits a p-adic solution.
      Note that the congruence only has to fail once for there to be no integer solutions, so this is a very powerful technique indeed!
      Moreover, the p-adic numbers have a "geometry" and "topology" much like the real and complex numbers. As such, just like there is a study of differentiable manifolds, complex manifolds/varieties, there is an analogous subject of p-adic manifolds (usually called rigid analytic spaces) and p-adic varieties. The geometry of these varieties give immense insight into number theoretical problems (and pure geometry problems as well, even for real and complex geometry). Peter Scholze, arguably the leading mathematician in the world today has done essentially all his research in the world of p-adic numbers, p-adic geometry, p-adic Hodge theory, etc. This is one of the most active fields in mathematics today. p-adic numbers were omnipresent in Wiles' proof of Fermat's last theorem. They are everywhere.

    • @satyam2922
      @satyam2922 Год назад +31

      @@theflaggeddragon9472 I'm not the biggest fan of reading but You have my respect for writing this text to explain something to someone.

    • @theflaggeddragon9472
      @theflaggeddragon9472 Год назад +13

      @@satyam2922 LOL I hate reading too, dw

    • @maxonmendel5757
      @maxonmendel5757 Год назад +16

      numberphile has officially exceeded my education level

    • @e2DAiPIE
      @e2DAiPIE Год назад +11

      I also wish Tom solved for -1 as the limit instead of plugging it into the distance function and checking.

  • @JM-us3fr
    @JM-us3fr Год назад +68

    P-adic numbers are cool because they don’t just define a new distance, but an entirely new _calculus_ where you can still take derivatives and infinite series, but limits which didn’t exist in the real numbers suddenly exist in p-adics. There’s even a sense in which e and pi can be found in certain extensions of p-adic numbers.

    • @theflaggeddragon9472
      @theflaggeddragon9472 Год назад +2

      What is e and pi in extensions of the p-adics? Closest I've seen to e is log[eps] in Bcris

    • @JM-us3fr
      @JM-us3fr Год назад +3

      @@theflaggeddragon9472 The Taylor series represention of the function f(x)=e^x yields a series that happens to converge in pZ_p (the p-adic integers with valuation at least 1). This means e^p (or at least something similar to it) is a p-adic number, meaning e is algebraic over Q_p (again, _in a sense_ ).
      You can do something similar with pi/p using sin and arcsin, but it has a few more steps.

  • @zerosiii
    @zerosiii Год назад +218

    This has -1/12 vibes
    EDIT: Alright everybody chill, I know it's p-adic distances, I just said it has the vibes of the "-1/12" video because of the original silly statement. Of course you can also say that 5+5=12 but in the octal number system, relax please

    • @asheep7797
      @asheep7797 Год назад +8

      Is the -1/12 the only controversy in the You-Two-ber community?

    • @zerosiii
      @zerosiii Год назад +9

      @@asheep7797 no iDubbz is a simp, that was also a pretty big controversy

    • @LouigiVerona
      @LouigiVerona Год назад +10

      But he stresses that it tends and is not equal. So, def a responsible take on the problem.

    • @motherisape
      @motherisape Год назад +1

      @@zerosiii lol

    • @motherisape
      @motherisape Год назад

      It seems like he uses book cover to wright math

  • @ophello
    @ophello Год назад +109

    The missing part is that there isn’t just one way to organize numbers on a number line. If you reorganize them to adhere to a p-adic system, they will now be in a point cloud where the distances you measure between them is now aligned with the p-adic formula.

    • @christophermcclellan8730
      @christophermcclellan8730 Год назад +4

      Thank you. That makes so much more sense.

    • @gavinjared1135
      @gavinjared1135 Год назад +4

      Fun fact: it's not just any point cloud, but a quite familiar one. The p-adic integers are topologically exactly a Cantor set. :)
      (This is easiest to see for the 2-adics; rewrite everything as binary, then reverse the digits, replace 1's with 2's, and reinterpret as ternary. The digit reversal makes it follow the normal metric again.)

    • @hugofontes5708
      @hugofontes5708 Год назад +1

      @@gavinjared1135 mind is pleasantly blown, of course it's Cantor

  • @bunnyrape
    @bunnyrape Год назад +82

    My favourite thing about p-adic numbers (and ultrametric spaces in general) is that every triangle is isosceles. Fun stuff.

    • @thej3799
      @thej3799 Год назад

      1d is point and line 3rd point get plane 2d

    • @ExplosiveBrohoof
      @ExplosiveBrohoof Год назад +8

      Also, the center of a circle isn't unique: every point inside a circle is a center.

    • @JM-us3fr
      @JM-us3fr Год назад +4

      @@ExplosiveBrohoof I think you mean inside a _ball_

  • @dethmaiden1991
    @dethmaiden1991 Год назад +47

    Sneakily glossed over proving that d(x,y) = 0 iff x = y. I guess you’d need to separately define this as true for the 2-adic metric, since 1/2^m can’t ever be zero.

    • @martinepstein9826
      @martinepstein9826 Год назад +20

      That definitely deserved mention. There's no proof per se since it's actually supposed to be part of the definition. But since every power of 2 divides 0 the only reasonable value for d(x,x) is lim[k -> oo] 1/2^k = 0

    • @daddymuggle
      @daddymuggle Год назад +5

      ​@@martinepstein9826 yes, it bothered me too, until I did the calculation. But the answer was either going to be annoyingly hand-wavy or too long-winded for this video.

    • @akosbakonyi5749
      @akosbakonyi5749 Год назад +8

      I was looking for this comment😊

    • @necropola
      @necropola Год назад +2

      @@martinepstein9826 yep, that could have been the argument but it was left out for whatever reason.

    • @hugofontes5708
      @hugofontes5708 Год назад

      @@necropola exercise for the viewer

  • @dylanrambow2704
    @dylanrambow2704 Год назад +45

    Additional fun fact about the p-adic metric: In some ways is better than the usual distance of d(x,y) = |x-y| because for any p-adic distance we have the strong triangle inequality
    d(x,z)

    • @normanstevens4924
      @normanstevens4924 Год назад

      But actual, physical distance doesn't follow this law. If A, B, C are on a straight line then d(A,C) = d(A,B) + d(B,C).

    • @miloweising9781
      @miloweising9781 Год назад +9

      That’s correct. Our usual Euclidean metric does not satisfy the ultrametric condition. This does not mean the p-adic numbers are not a metric space though. They just have the stronger property of being an ultrametric space. To see how much weirder this is than our usual notion of distance think about what an open ball of radius 1 around 0 would be in the 2-adic numbers vs the open ball around 0 in the real numbers.

    • @dylanrambow2704
      @dylanrambow2704 Год назад +1

      @@miloweising9781 Yup. Because of the strong triangle inequality the unit ball in the 2-adics actually forms a ring because it's closed under addition! The unit ball in the reals is definitely not a ring.

    • @dylanrambow2704
      @dylanrambow2704 Год назад

      @@normanstevens4924 Yes, the "usual" metric doesn't obey the strong triangle inequality. Just the weak one.

    • @fares8005
      @fares8005 Год назад +1

      And because of (thanks to) that, things go 'really fast' in the p-adic world, which allows for cool stuff to happen analytically.

  • @jeremyburkinshaw8403
    @jeremyburkinshaw8403 Год назад +43

    Agreeing with a lot of the comments here. Some understanding of what p-adic numbers are used for, either in the real world or some basic understanding of what they're used for in math, would have gone a long way to dispelling "this is a cool limit off a technicality"

    • @angelmendez-rivera351
      @angelmendez-rivera351 Год назад

      This video is not about p-adic numbers, though. It is about p-adic metrics. How are you people failing to understand this? The video was pretty explicitly about what it is about.

  • @Vodboi
    @Vodboi Год назад +26

    I feel like one thing that's missing in the explanation of "why are these the rules for what a distance function is", is that these are exactly the rules we need in order to be able to speak about convergence, and have nice properties like for example uniqueness of limit points.

  • @jakobr_
    @jakobr_ Год назад +98

    For all you programmers out there, this is very related to “two’s complement”!

    • @wearwolf2500
      @wearwolf2500 Год назад +7

      In what way?

    • @Axman6
      @Axman6 Год назад +8

      I feel like I remember reading about exactly this in Hacker’s Delight. Also finding the largest power of two that divides an integer in binary is very simple, it’s just the ‘count trailing zeros’ function, which is actually a single instruction on many ISAs.

    • @liweicai2796
      @liweicai2796 Год назад +10

      N-bit signed integers in two's complement is just modulo 2ⁿ, but thinking about it as infinitely long 2-adic integers truncated to the last N bits opens so many possibilities. Now fractions, square roots etc. can be represented by integer types as long as they are 2-adic integers.

    • @f5673-t1h
      @f5673-t1h Год назад +6

      @@wearwolf2500 computers deal with n-bit integers, which form the ring of integers mod 2ⁿ. That's just chopping off the 2-adics after the first n bits. They are an approximation of the 2-adics.
      Same way you approximate numbers with n decimals.

    • @jakobr_
      @jakobr_ Год назад +13

      @@wearwolf2500 Simplifying down *a lot*, we can think of computers as if they’re doing math in base 2, mod 2^n for however many bits “n” are reserved for a number. If you ask this computer to remember the number 2^n, it will overflow back to zero, because it can only hold onto n of the digits, starting from the least significant.
      Thinking in terms of the 2-adic distance, this computer can’t distinguish numbers as “close” as 2^(-n) !
      Two’s complement is a programming trick to turn subtraction (hard) into addition (easy). The idea is to take advantage of the fact that this computer thinks in mod 2^n, like a really really big clock. Instead of using -x, you find what 2^n -x is, which there’s a simple algorithm for. Then you perform that addition, and the extra 2^n goes away because overflow.
      -1 is the same as 1111…1111 mod 2^n, which is the same as saying “we’re only paying attention to the least significant digits in base 2”, which is the same as saying “really close in 2-adic distance”.

  • @MrSamwise25
    @MrSamwise25 Год назад +3

    I'd like to address the question of "why are these our axioms for distance functions?". The answer is pragmatic: because it works in a lot of contexts. You can't illustrate this very easily, but in a lot of contexts that involve "distance", these properties are enough to prove things and develop tools like convergence.
    Mathematical definitions are often like that: something is studied in lots of different contexts until someone brings it all into a single theory. In that sense, the definitions are more important than theorems, and are harder to fully appreciate.

  • @mr.bennett108
    @mr.bennett108 Год назад +5

    Worth mentioning: The reason these "distances" matter isn't just "pure math." There are different number systems (not everything is Base-10, such as Binary, making this math valuable for computer science) and when things enter into "real world" numbers (like, say physics equations), it can be very difficult to see how things relate in "normal" number-space because they seem to have no similarities, but if you transform them into "arbitrary" number-spaces, you can find relationships and trends and such that can help you work BACKWARD to find something that WASN'T related, but all of a sudden can be shown to matter in whatever thing you're doing. I'd hazard you might find a ton of this math used in "real world" applications via things like String Theory or Quantum Mechanics, or, as I'm sure Tom is familiar, Navier-Stokes work.

  • @lucas.cardoso
    @lucas.cardoso Год назад +22

    I think Tom missed the chance to glimpse that 'distance' could mean the 'proximitiness' or 'likeliness' between two numbers in any sense whatsoever, one of which the shared presence of them in a given interval of the real line (which is the 'distance' we are used to call by this name, and which has a physical correspondance to our world). This also explains why the distance between a number and itself must be zero (a number shares all of its properties with itself), as well as the commutative property remains valid (they don't need to be ordered to be compared). For the triangular property, it seems they want to restrain the comparison to non-cyclic variations.

  • @estivalbloom
    @estivalbloom Год назад +58

    I worried that this was going to go approximately like the -1/12 video but this was very well-explained. Nice!

    • @TomRocksMaths
      @TomRocksMaths Год назад

    • @mesplin3
      @mesplin3 Год назад +2

      What is the distance function that is needed for getting -1/12 as the the sum of the whole numbers?

    • @aeternum49
      @aeternum49 Год назад +10

      I also heard the start and immediately thought "they're not doing -1/12 again, are they?" lol

    • @bunderbah
      @bunderbah Год назад

      @@mesplin3 There is no distance involved in the sum of whole numbers. Sum of whole number is just equal to -1/12.

    • @mesplin3
      @mesplin3 Год назад +2

      @@bunderbah I disagree. When adding a whole number, the resulting sum is larger and a series of sums of whole numbers starts at 1. So any chosen value will be surpassed at some point.
      1 = 1
      1+2 = 3
      1+2+3 = 6
      ...
      So I would say that this series diverges, rather than converges. In addition, -1/12 is already smaller than the first term of a series that increasing.

  • @sudgylacmoe
    @sudgylacmoe Год назад +1

    I feel like saying that these three properties for a metric space are exhaustive at defining the notion of distance is not the best way to go about saying why we use those conditions. In reality, the reason that we use those three properties is because we found that most of what we want to do with distance relies solely on those properties, so we can generalize our work on traditional distance to other functions that happen to satisfy those same conditions.

    • @entropie-3622
      @entropie-3622 Год назад

      Indeed, especially since there are weaker (topology) as well as stronger (norms / scalar products) concepts that will also be used depending on the requirements of the problem at hand.

  • @bokkenka
    @bokkenka Год назад +89

    "We're going to look at a sequence and show that it converts to a limit you weren't expecting." He forgot the "...in this space that you had no reason to think about."

    • @thej3799
      @thej3799 Год назад

      Paper looks 2d

    • @fahrenheit2101
      @fahrenheit2101 Год назад

      @@thej3799 Indeed. So?

    • @TestTestGo
      @TestTestGo Год назад +14

      This is the maths equivalent of clickbait

    • @eragonawesome
      @eragonawesome Год назад

      ​@@Nick-LabI still say that's total bunk. The sum of two natural numbers > 0 is another natural number strictly greater than the two being added. P-adics are total nonsense that lead to being able to prove things like 1+1=1.

  • @WhereNothingOnceWas
    @WhereNothingOnceWas Год назад +26

    Somehow you stay on the most topical mathematical ideas present in even the furthest removed places of mathematic academia. Thanks, for that or at least what I think of it.

    • @blobberberry
      @blobberberry Год назад +8

      For what it's worth, the p-adics were first described explicitly in 1897. That's not quite ancient history, but in terms of math the frontiers have expanded quite a bit since then.
      That being said I'm very glad this topic is being shown to more eyes. If it's new to you, if it makes you excited and interested, that's all that matters!

  • @MonochromeWench
    @MonochromeWench Год назад +18

    This seems related to -1 in 2's complement binary representation being represented as all ones the same as the largest positive binary number for a given number of bits. To me it makes a lot of sense thinking about it this way. 2-adic distance probably reveals something about the similarity of the binary representation of the numbers

    • @viliml2763
      @viliml2763 Год назад +5

      That's exactly what it is. Two's complement is like truncated p-adic numbers. In two's complement we have 2^n=0, in 2-adic numbers we have 2^infinity=0

  • @benjaminbaron3209
    @benjaminbaron3209 Год назад +15

    Okay, I think I figured out how this measures distance. It turns the numbers into binary, subtracts them and then counts how many 0s the result has on the right.
    For example 33 and 5 → 100001 - 101 = 10100 and that has two 0s on the right, so the distance is 2 and actually 28 is divided by 2² as the highest power of 2.
    How is that at all useful? Somebody knows, I guess.

    • @TestTestGo
      @TestTestGo Год назад +3

      That's bound to be useful in deep level programming, the design of processor chips and the like. An efficient way to measure the size of binary numbers is bound to come up a lot.

  • @godofmath1039
    @godofmath1039 Год назад +4

    Finally, a video on the _p_-adic numbers!

  • @kinexkid
    @kinexkid Год назад +7

    Eric Rowland has a beautiful video on explaining p-adic numbers using 3b1b animations

  • @Cajek2
    @Cajek2 Год назад +11

    It's the -1/12th thing all over again!

  • @ShaunakDesaiPiano
    @ShaunakDesaiPiano Год назад +3

    Slight revision of what Tom has written: the 2-adic metric on x,y is defined as 1/2^m where 2^m, not m as he’s written, is the largest power of 2 that divides x-y.

  • @peterflom6878
    @peterflom6878 Год назад +3

    This is pure math.
    The pursuit of abstract beauty

  • @mikew6644
    @mikew6644 Год назад +39

    Brady’s skepticism here is all of us

  • @johannesh7610
    @johannesh7610 Год назад +4

    I think what would make this interesting and understandable for the layman is representing the number in base p (even base 10 would be fine in this case) and see the following: Normally things converge when the left digits are constant and the rightmost digits approach the goal. Here a sequence converges if its rightmost digits are constant and the *leftmost* digits approach the goal!

  • @Tekay37
    @Tekay37 Год назад +16

    1:00 Numbers getting bigger converging to a negative number? Oh no, here we go again!

    • @daddymuggle
      @daddymuggle Год назад +1

      In this case it works. But yeah...

  • @explosiontime2023
    @explosiontime2023 Год назад +17

    If m is the largest power of two which divided x - y, then we should have gotten 1/2^2^5 in the example.
    Also in the video wad not shown, why this distance function is zero iff x = y.
    If x = y, then x - y = 0 and then m is undefined as every power of two divides 0. But d(x, y) = 0 will never hold, as 1/2^m will never be equal to zero assuming there is **one** m.
    You could take the limit with m to infinity, but i don't see why this would be reasonable here ad any power of two matches the condition.

    • @kippy1997
      @kippy1997 Год назад +6

      M is the largest power of two that divides zero so m would be the limit of infinity. But he should have addressed this not obvious point. Also he miswrote the definition as you noted.

    • @megaing1322
      @megaing1322 Год назад +2

      No power of two matches the condition: You are supposed to take the largest power of two that matches. Because of this, it's normally definite explicitly that the distance functions returns 0 if both numbers are equal (or the slightly more formally correct path via the full p-adic numbers and their subtraction and absolute value for which |0| = 0 is a pretty comfortable decision)

    • @explosiontime2023
      @explosiontime2023 Год назад +2

      ​@@megaing1322 Yes, you could define that d(x, x) = 0 for the 2-adic metric, but it should hsve been explained. And in the form they presented here, this was not given.

    • @explosiontime2023
      @explosiontime2023 Год назад +2

      ​@@kippy1997 The greatest number means to me, to find the maximum, not the supremum.
      Therefore we cannot find m as the maximum doesn't exists for {2^k}.

    • @CheechCZ
      @CheechCZ Год назад

      I am glad someone else noticed the 0 distance problem. I just spent few minutes searching for an explanation online and then proceeded to search through comments.

  • @JBLewis
    @JBLewis Год назад +9

    And now I'm curious about the 2-adic space convergence values for various entries in the OEIS.

  • @MrCheeze
    @MrCheeze Год назад +14

    The interesting thing about 2-adic numbers is that they're far more intuitive to programmers. They're just twos-complement signed numbers with an infinite integer width! And their wacky properties make sense when looking at how finite-width signed numbers work.

    • @JNCressey
      @JNCressey Год назад

      -If you ignore the ones that converge to a non-integer value...-
      Edit: Sure, it works out if you consider each value to represent a equiveillance class of numbers like in modular arithmetic. "Just" interpreting the values as one number, a positive number or a twos-complement negative number, like standard would only cover integer values.

    • @viliml2763
      @viliml2763 Год назад +1

      @@JNCressey Not really. in 3-bit binary numbers we have 011=1/3

    • @JNCressey
      @JNCressey Год назад

      @@viliml2763, -in what way is 011 equal a third and not just 3?-
      edit: ah, yes. with overflow, 3 lots is 1. I see, it's *both* 1/3 and 3. So 1/3 = 3 in some sense, like a modular arithmetic equivalency class.

    • @gavinjared1135
      @gavinjared1135 Год назад +1

      @@JNCressey 011+011+011=001 (note the overflow).

    • @JNCressey
      @JNCressey Год назад

      @@gavinjared1135, ah yes. that works

  • @Paul71H
    @Paul71H Год назад +14

    I notice that Tom uses the word "modulus" for what I have always heard referred to as "absolute value" (unless I misunderstand what he's doing). Is this a difference between American and British mathematical terminology? (I'm in the US.)

    • @aaronhorak710
      @aaronhorak710 Год назад +12

      Modulus is the same as absolute value for real numbers, but it is more general, for example it applies to complex numbers. The modulus of 3+4i is 5.

    • @michaelcondon9806
      @michaelcondon9806 Год назад +7

      @@aaronhorak710 Interesting. In the programming word 'modulus' tends to be used for the modulo operator - eg: "5 modulo 3 = 2". The 'remainder' part that's returned is the 'modulus'. Never heard it used for an 'absolute value' equivalent. Learn something new every day!

    • @Paul71H
      @Paul71H Год назад

      @@michaelcondon9806 I'm in the same boat as you. I thought modulus was related to modulo (or maybe synonymous with modulo), meaning that it would have something to do with remainders. I appreciate Aaron's explanation. If I understand correctly, modulus then would be the distance of a point from the origin, in the complex plane (with the distance expressed as a positive real number).

    • @igrim4777
      @igrim4777 Год назад +1

      @@Paul71H They are very much related, mathematically and etymologically. The number to which one counts in modular arithmetic is called the modulus. _Modulus_ is a diminutive Latin noun derived from the Latin noun _modus_ "measure". One might use modulus if translating something like "4 beats to the measure" or "one measure of lemon juice".
      Modulus is a common word in physics and engineering meaning a thing measured. There were a lot of quantities being discovered that it is interesting to measure but because the need to measure them only arose in the modern era they had no historical name. That's why you have at least four types of elastic moduli (bulk, shear, flexural, Young).
      It's not all that different to the prevalence of "parameter" in so many disciplines. The second half of "parameter" itself comes from an Ancient Greek word, also a noun, for "measure".

    • @igrim4777
      @igrim4777 Год назад

      @@michaelcondon9806 Compsci is forever doing things to make mathematicians cry. In the expression 15 mod 7 = 1, the modulus is 7. Would probably have to look it up in Latin (since that's what Gauss wrote his book in) but in modern English 15 is the dividend and 1 is the remainder.

  • @craigrotay3732
    @craigrotay3732 Год назад +8

    This was the first Numberphile video that made me feel uncomfortable. If it went completely over my head I'd feel better.

  • @Rattiar
    @Rattiar Год назад +7

    This feels like one of the best examples of how professional mathematicians make up absurd rules, faff about with those rules to find the absurd edge cases, and then use those absurd results to show something fundamental, amazing, or even just curious about mathematics. It takes a certain amount of: "ok, it's superficially ridiculous, but just follow me for a moment..." and then magic happens. :)

  • @elephantdinosaur2284
    @elephantdinosaur2284 Год назад +2

    One of the best motivations for why you would want to introduce the 2-adic or any other p-adic distance is Ostrowski's theorem which says that any "absolute value" on the rational numbers is equivalent either to the normal absolute value or a p-adic distance.
    Where "absolute value" has the special meaning of any function |x| that satisfies:
    (1) |x|>= 0 with |x| = 0 only if x = 0,
    (2) the triangle inequality |x+y|

  • @WhereNothingOnceWas
    @WhereNothingOnceWas Год назад +12

    You've always been able to explain these things very well. I feel even if I were a few tabs deep, I'd understand clearly.

  • @xyz.ijk.
    @xyz.ijk. Год назад +7

    Brady’s Banana-Volkswagen example is a perfect example of “the fallacy of the missing middle.” He nailed it … but for the “check ALL boxes” requirement. So the math holds.

  • @vcprado
    @vcprado Год назад +11

    8:22 "negative distance makes no sense"
    Of course, because everything else in this is making sense

  • @lipeshff
    @lipeshff Год назад +2

    As for 2 adic metric distance between 0 and 8 is less than distance between 0 and 4 in a number line

    • @HollowRoll
      @HollowRoll Год назад

      This is true. In fact, for any two 2-adic integers, their 2-adic distance will be less than between 0 and 2 with the regular absolute value. As long as there is no power of 2 in the denominator of a-b, d(a,b)

  • @Qazqi
    @Qazqi Год назад

    Thank you for not picking the obvious clickbait title.

  • @Evangelion13595
    @Evangelion13595 Год назад +5

    If you want to learn more about p-adic numbers, Eric Rowland has an excellent video explaining their properties.

  • @kevinquiroscanales6240
    @kevinquiroscanales6240 Год назад +1

    I left this video with more questions than answers.
    Not saying it as a bad thing. In fact, it makes it quite interesting.

    • @NoName-yu7gj
      @NoName-yu7gj Год назад +2

      It is worth watching other videos on p-adic numbers. It is a counter-intuitive topic so hearing other explanations might help wrap your head around the topic

  • @klamerco
    @klamerco Год назад +1

    Eyyyy, p-adic numbers! Been waiting so long for that

  • @CatzHoek
    @CatzHoek Год назад +1

    So much effort to avoid another -1/2 standoff situation ... i like it

  • @j4yb0ne
    @j4yb0ne Год назад +1

    "At least, it still fits our concept of distance ... you can't have a non-positive distance, negative distance makes no sense", said while he absolutely thrashes with the concept of distance

  • @IllidanS4
    @IllidanS4 Год назад +1

    I knew it will be the p-adics the moment I saw the title

  • @Treebark1313
    @Treebark1313 Год назад +3

    Does this video demonstrate that the p-adic metric satisfies d(x, x) = 0? I feel like it was brushed over

    • @fahrenheit2101
      @fahrenheit2101 Год назад

      It was entirely skipped. fun times.

    • @fahrenheit2101
      @fahrenheit2101 Год назад

      It's not so bad to 'show', though. If two numbers are equal, their difference is 0. All powers of 2 divide 0, so, strictly speaking there is no largest power of 2 dividing the difference. That said, you can probably somewhat convince yourself that since all powers of 2 divide the difference, even really really big ones, then you have 1/really big as your distance, which approaches 0.
      The reverse implication i.e. that having a distance of 0 implies the numbers are equal is even tougher to give a wishy-washy explanation for, so I'm just gonna not do it.

  • @J0R1AN
    @J0R1AN Год назад +3

    Here we go again...

  • @TomRocksMaths
    @TomRocksMaths Год назад

    Coming soon to Numberphile: the mathematical definition of a banana

  • @fahasch
    @fahasch Год назад +11

    Not being an expert in p-adic number, I just couldn't get my head around how ⋯999 could have the limit -1. I was thinking about 2-adic numbers (like exemplified in the video). I took me way to long to understand that ⋯999→ -1 only for 10-adic numbers. I feel that the video could have explained this important distinction a bit more carefully as this would have save me some hours of doodeling. I vaguely remember having similar problems with other video where Tom was just a bit to imprecise to allow for own further investigation.

  • @nmikloiche
    @nmikloiche Год назад +1

    My brain is cracked and I'm only 50% thru the video. I definitely need a 101 level video to understand this.

  • @EdbertWeisly
    @EdbertWeisly Год назад +3

    Learnt this in 3B1B's Video

  • @jhonnyrock
    @jhonnyrock Год назад +5

    I'm so glad a video on this topic has been added to the channel! Super interesting stuff!

  • @AmnonSadeh
    @AmnonSadeh Год назад +1

    Regarding HOW CAN THERE BE DIFFERENT DISTANCES (I'm not sure why Dr Crawford struggled with explaining this) - this should "click" for you: if two people live on 2 sides of a city, the shortest distance between them by LENGTH will indeed be close to a straight line. But if the city center has a speed limit and/or lots of traffic lights, then driving through it is probably not the "best" route. It's better to get out to a highway that encircle the city, which looks like a detour (LENGTH-wise) but it's actually shorter by TIME. There's might even be a third shortest distance by FUEL ECONOMY (or in math terms, the same graph can have different "shortest distance" between nodes, depending on the set of weight per edge).

    • @entropie-3622
      @entropie-3622 Год назад +1

      An issue with using that comparison is that all those metrics are still equivalent in the sense that if a sequence converges to a limit in one metric it will also converge to the same limit in the others. So those examples are somewhat helpful but they do not really do justice as to how fundamentally different the 2-adic metric is to the usual distance metric.
      It seems actually quite hard to come up with an easy to understand example that captures how different these distance measures behave.

    • @DarinBrownSJDCMath
      @DarinBrownSJDCMath Год назад

      A lot of the confusion arises from the fact that most people are simply not familiar with axiomatic definitions.

  • @KayvanAbbasi
    @KayvanAbbasi Год назад +6

    This is why I like James Grime's videos on Numberphile better. Not sure if I really gained anything useful from this 20min video.

  • @atulsingh9199
    @atulsingh9199 Год назад

    I feel inventing "arbitrary" ideas in Mathematics that seem counter-intuituve , but still follow "rules", we are familiar with, is the most powerful thing that mathematicians do. Complex numbers, distance functions and analytic continuation as examples. It's like intuition is a hindrance to unwrapping the mysteries of the universe.

  • @m3morizes
    @m3morizes Год назад +4

    It definitely could have helped to mention the Manhattan metric, the chess metric, and the SNCF metrics to motivate that specific axiomatic definition of distance. It also could have helped to clearly define the set of numbers we were working with.

  • @dskinner6263
    @dskinner6263 Год назад +3

    I couldn't quite follow this but I'm intrigued and will revisit the video. Thank you!

    • @mabit
      @mabit Год назад +2

      I find this with all Toms videos. Miss James Grimes he was able to explain it right down to everyones level and then build on that.

  • @friedrichschumann740
    @friedrichschumann740 Год назад +1

    14:00 All bananas are yellow doesn't mean that everything which is yellow is a banana. Even worse, it disqualifies green bananas as such.
    If you said anything yellow is a banana , then yes, a yellow Volkswagen would be a banana. But sure, in this language being a banana would just mean being yellow.

  • @iteerrex8166
    @iteerrex8166 Год назад +3

    It’s not the normal distance, it’s a particular type so distance, that will be useful in the next video?

  • @Kilanopi
    @Kilanopi Год назад +3

    since different distance functions coincide with different topologies... this is as to say
    if you were on some weird topology or in a weird dimension where this 2-adic distance is the actual distance used... then going infinitely far away from your position results in the same thing as to make one step backwards...

  • @cmuller1441
    @cmuller1441 Год назад +2

    10:10 What about d(x,y)=0 x=y ?
    m is infinity because the reminder of 0 divided by 2^m is always 0 ?

  • @sleepymalc
    @sleepymalc Год назад +2

    One thing is missing: there's no mention of Hausdorff-ness! We don't know that a sequence will converge to a unique limit in this metric space (though it's true!

    • @floyo
      @floyo Год назад +3

      An interesting fact is that actually all metric spaces are Hausdorff!

    • @sleepymalc
      @sleepymalc Год назад

      @@floyo Yea, as I said at the very end, though it’s true!

    • @floyo
      @floyo Год назад

      @@sleepymalc Oh oke, I thought you meant that we don't know it for a general metric space but that it's true for the 2-adic one.

    • @sleepymalc
      @sleepymalc Год назад

      @@floyo Ah right, I use “this metric space.” Anyway, I think mentioning this fact would be great for such a video since it’s for general audience.

  • @axelgilbert7220
    @axelgilbert7220 Год назад +2

    One should underline a property of distance : if a sequence converges (in the sense of any given distance) to a given limit, that limit is unique. Not hard to work out with the three properties of distances, though.

  • @friedrichschumann740
    @friedrichschumann740 Год назад +2

    19:10 I strongly think the sequence 8, 88, 888,... doesn't converge at all. It certainly doesn't converge to -8/9 (in 2-adic metric).
    You'd need some increasing power of 2 which divides the members of this sequence after adding some constant. I don't see how any (even negative) power of 2 should divide e.g. 888 - (-8/9) = 888.88888...

    • @fahrenheit2101
      @fahrenheit2101 Год назад +1

      Yh that bugged me, too.

    • @roys4244
      @roys4244 Год назад +2

      This question about the 8s was an unscripted question which requires a slight extension of the 2-adic theory described here to rational numbers. Had this been scripted then it could be answered by discussing this extension.
      There is a related formula for 2-adic distances between rationals. Now the example you give is the rational 8000/9 = 2^6 * (125/9) so m =6 here. From the sequence argument conclude the distance limit is 0, so the sequence limit is indeed -8/9 in the 2-adic rationals.

    • @friedrichschumann740
      @friedrichschumann740 Год назад

      @@roys4244 Thanks for pointing that out. I was wrong and realize now that the sequence 10*n * 8/9 converges to 0. 😬

  • @franciscodanieldiazgonzale2096
    @franciscodanieldiazgonzale2096 Год назад +1

    Ok, let me parse this, this distance, which doesn't need geometric interpretation per se, is a measure of relatedness between two quantities based on the closeness of one quantity to the position (in the real line) of a power of a "common factor" with the other. And it is a distance from 0 to 1. With 1 being completely unrelated, hence the maximum distance, to 0 being the closest possible, when the two quantities are equal. It doesn't matter how far from each other (it matters but let's wait a moment), in the common distance metric |x - y|, they are, what is important is how close to the closest power of the "common factor" they are. But it takes into account another feature: if they are really apart in the "real line" but they are close to a power of the common factor, in this n-adic metric that coincidence weights the closedness further, they are more related. I hope I am not that far from understanding the definition and then I can see the usefulness of it when studying theory of numbers.

  • @robpetri5996
    @robpetri5996 Год назад +2

    I'm not great at math but I usually follow these pretty well but to me this just feels like inventing some random thing that gets you the answer you want rather than finding what it really converges to. So like an answer looking for a problem rather than finding the answer to the problem. I'm sure I just don't get it.

  • @jimnewton4534
    @jimnewton4534 Год назад +3

    I didn't see why the distance from a point to itself is zero in your p-atic distance formula.

    • @fahrenheit2101
      @fahrenheit2101 Год назад +1

      Strictly speaking, it isn't. But it kinda is if you can pretend infinity is allowed as a power of 2 - which is admittedly complete nonsense.

    • @jimnewton4534
      @jimnewton4534 Год назад

      @@fahrenheit2101 ah, if we can pretend, then we can pretend anything

  • @forthrightgambitia1032
    @forthrightgambitia1032 Год назад +6

    FTW I have always seen the triangle law called the 'triangle inequality'.

  • @christianstonecipher1547
    @christianstonecipher1547 Год назад +3

    What I now wonder is whether the distance axioms are enough to ensure that every sequence under every distance function are guaranteed to converge to at most 1 limit. Or whether there is some Sequence S and distance function D to where as S_n(to denote the nth element of the sequence) continues as n tends towards infinity that D(S_n,L_1) tends towards 0 and D(S_n,L_2) tends towards 0 for numbers L_1 and L_2 where L_1 =/= L_2.

    • @jameswong2201
      @jameswong2201 Год назад +2

      In any case, here is a simple proof of uniqueness:
      Let (X,d) be a metric space, where X is a set and d is a metric.
      Let (x_n) be a sequence that converges to x in X, with respect to d.
      Suppose there exists y in X such that (x_n) also converges to y with respect to d.
      Then, d(x,y) 0 and d(x_n,y)->0 in the usual Euclidean sense. This also means that d(x,x_n)+d(x_n,y)->0 as n goes to infinity (this is just limit algebra for real numbers).
      Given that the aforementioned sequence converges to 0, for any natural number m, we can find indices n_m such that d(x,x_(n_m))+d(x_(n_m),y) < 1/m.
      In that regard, d(x,y)

  • @gianlucazinarof8617
    @gianlucazinarof8617 Год назад

    The reason that any function that satisfies these properties must be considered a proper distance is because that's precisely what defines distance and guarantees that theorems and further results still apply to any given situation given the requirements. On the other hand, bananas are delicious and rich in potassium but their yellowness cannot be extended to be a sign of deliciousness because it didn't imply it

  • @JerryO1995
    @JerryO1995 Год назад

    Dude looks like he listened to BMTH's Count Your Blessings and both loved it and took it literally.

  • @kenhaley4
    @kenhaley4 Год назад +7

    When he says "modulus" it's what I would call "absolute value". Is that right?

    • @rosepinkskyblue
      @rosepinkskyblue Год назад

      Yes

    • @aaronhorak710
      @aaronhorak710 Год назад +3

      Modulus applies to other areas not just the reals so it's more general.

    • @mydemon
      @mydemon 5 месяцев назад

      Its not the same as the modulo operator used in Computer Science

  • @HeroDarkStorn
    @HeroDarkStorn Год назад

    2 things I feel are "missing" in this video:
    That -1 is the ONLY number that satisfies the distance condition. As it is in the video, it feels like "sure, it could be -1, it could be 987654 or anything you want, but -1 felt coolest to mention"
    And while it would probably need a separate video, some idea that "insane distances" can make sense in real world. For example, how about a distance that makes sqrt(2) = 2 ? Insane? But imagine New York (idealized), that is, a square grid of roads with skyscrapers filling space between roads. What is the distance from one corner to another? it's not straight line, that would go through a building. So the distance between opposite corners of a square is the length of road down + road right, so the "diagonal" of a square is 2 units long. (I believe this is usually called "taxi distance")
    Or imagine Paris, or it's "ancient vision" - main streets going from outside straight to the very center of Paris. Imagine a city filling all space between these "radial roads". What is the distance between any two points? Well, you can't go from one radial to another, so you have to always go to the center, and then straight to your destination. So the distance between any two points is the sum of their distance to the center. (so if a shop is 3km away, and your home is 5 km from center, then the distance from home to shop is 3+5=8). In this world, instead of "where things are", you only remember their distance to center, and whenever you need to know distance between places, you add their known numbers without doing any measurements. (this one has interesting realizations of concepts like circle, triangle and such. Ie: triangles have only two sides, the hypotenuse is just both sides added together, circle with center in "center" is a circle but other circles are either two points or a circle with extra point. Fun to play with.)
    I mean I liked the video, but I had both distances and p-adic numbers as school topics, so I can appreciate this video as more than "when you add 2 amorphous math ideas, you can prove nonsenses". Which we all sort of know :)

  • @Meuszik
    @Meuszik Год назад +1

    This topic is crazy interesting

  • @EdbertWeisly
    @EdbertWeisly Год назад +2

    Oh thank goodness you guys use the 2-adic system

  • @ButzPunk
    @ButzPunk Год назад +3

    This has really piqued my interest, I'd love to see some follow up on p-adic numbers!

  • @TheManInRoomFive
    @TheManInRoomFive Год назад +5

    Things like this is why I quit math.

  • @hurktang
    @hurktang Год назад

    There is a mistake here. Because the 2-adic metric obviously is a reciprocal of a distance. If you multiply 2 numbers by 4, you divide their 2-adic distance by 4. Instead of scaling the distance. So a convergence in the 2-adic distance MEANS a divergence in normal space.
    You just found the most convoluted way imaginable to convince yourself that not all infinity are equal.

  • @padenzimmermann1892
    @padenzimmermann1892 Год назад

    it makes sense if you think about binary numbers 1, 11, 111, ... since every appendment of a one is exactly increasing by 2^1. Hence adding nines in the decimal case tends to the binary case for large enough numbers.

  • @sebas9174
    @sebas9174 Год назад +1

    I don't know why they got so complicated explaining that p-adic metric is a way of measuring distances, they would have said that it's just another measurement scale and that's it

  • @volodyadykun6490
    @volodyadykun6490 Год назад +1

    Next video on why we ever want to use 2-adic metric (or p-adic numbers) pls

  • @5gonza541
    @5gonza541 Год назад +3

    10:06 it is possitive but it wouldnt give you 0 if x = y right?

    • @megaing1322
      @megaing1322 Год назад

      The most reasonable extension of this definition gives 0. The definition as written does not give you anything for x=y, since you can't find a largest power of two that divides 0.

    • @Fredongo_
      @Fredongo_ Год назад

      @@megaing1322 Assume d(x, x) = b > 0. This means an m exists so that b > 1/(2^m) > 0. As 2^m divides x-x it must follow that d(x, x)

  • @lagomoof
    @lagomoof Год назад

    Take three numbers in such a progression, a, b, c. Calculate (b^2-ac)/(2b-a-c). This works for the nines and all but the factorial example at the end. It also predicts 8,88,888 going to -8/9.

    • @johnchessant3012
      @johnchessant3012 Год назад +1

      Cool formula, but only works when the sequence is a constant offset from a geometric progression with ratio divisible by 2.

  • @denelson83
    @denelson83 Год назад

    At about a minute into this video, you had me thinking of _p_-adic numbers.

  • @NachiketVartak
    @NachiketVartak Год назад

    The one thing that is missing in the distance metric is that it must also change for any change in x with a fixed y. The distance between (x = 100 , y = 4) would be the same as ( x= 101 and y = 4) ..until we got to x = 128. This is a major difference from the usual way of measuring distances the usual way and the 2-adic way.

    • @qovro
      @qovro Год назад +2

      That condition is violated by the usual distance metric. On the real line, (100,4) and (-92,4) both have a distance of 96. On the complex plane, there are an infinite number of possible x at a distance of 96 from 100+0i.

  • @EconAtheist
    @EconAtheist Год назад +2

    What's the algorithm for counting Tom's new tats? 🤔

  • @laurendoe168
    @laurendoe168 Год назад +1

    I would add another rule: as (absolute value) |x-y| increases, the distance increases.

  • @bariumselenided5152
    @bariumselenided5152 Год назад

    I think what makes the 2-adic metric not feel like what I mean when I say distance is that d(x,y+n) decreases as n increases. That "as n increses" is what I mean by distance, so if the distance function disagrees, it's hard to take it seriously as a distance at all.
    Not that it still isn't an interesting concept, cuz it is and I love this video

  • @lucifersdevilishdetails.
    @lucifersdevilishdetails. 4 месяца назад

    N+2
    N+1
    0th term is 2
    -1st term is undefined
    -2nd term is 0
    -3rd term is -½
    -4th term is -⅔
    -5th term is - ¾
    Kind of want to make y = x+2/x+1

  • @ruben307
    @ruben307 Год назад +1

    I don't know if I am mistaken but the second rule of the first Axiom doesn't seem to hold. the 2adic distance between 1 and 1 seems to be 1/2^0 and not 0

    • @martinepstein9826
      @martinepstein9826 Год назад +3

      We're looking for the largest power of 2 that divides 0.
      2^1 divides 0, so d(1,1) =< 1/2^1
      2^2 divides 0, so d(1,1) =< 1/2^2
      2^3 divides 0, so d(1,1) =< 1/2^3
      etc...

  • @Ashokkumar-to9eo
    @Ashokkumar-to9eo Год назад +2

    Nice way of explainition , I saved this ,,

  • @JacksonBockus
    @JacksonBockus Год назад +1

    If you do this in fixed-width signed binary numbers, the sequence 1, 11, 111, 1111, will in fact reach -1.

  • @N3ug3
    @N3ug3 Год назад +1

    Excellent video, very much enjoyed it. I do feel like explaining the Manhattan norm at around 15:00 (and why it's named the Manhattan norm) could have bridged the gap a bit on justifying the definition of distance. Otherwise fantastic.

  • @Serg_144
    @Serg_144 Год назад

    The problem is, that it doesn't fully satisfisy the 1-st axiom: 2-1 = 1 = 2^0, d(1, 2) = 0 (all pairs of type n, n+1 work). That's why here are such paradoxes.
    If it were a real distance, it would say that the sequence diverges. There is a theorem, that sais that all metrics (distances) are equivalent to each other, that means that all sequences are converging or diverging from ALL of the metric's perspectives. There wouldn't be a sequence that converges by one metric and diverges by another.
    Anyway it's a great video and of course this thing is really useful, it satisfies almost all axioms. Liked this video

    • @gavinjared1135
      @gavinjared1135 Год назад

      This is not true. d(1,2) is the 2-adic valuation of 2-1=1, which is 1.

    • @Serg_144
      @Serg_144 Год назад

      ​​@@gavinjared1135 now i see. There is 1/2^m > 0.
      And now I see where its is not correctly defined. d(x, x) = 1/inf. To humans its zero, but mathematically it is just makes no sense, so it is not really defined in (x, x). That is why this stuff says that limits of sequences are so strange. As i I said, metrics are equivalent
      Upd: don't write that 1/inf is a limit of sth, its not, there is already limit in denominator and after that we can't do arithmetically anything with this

    • @gavinjared1135
      @gavinjared1135 Год назад

      @@Serg_144 As has been noted in the comments, properly it should also be decreed as a special case that d(x,x)=0. "1/inf" is just an intuition, I guess.
      The limits look strange to us, because we are mostly thinking of the number line, and that picture presupposes the usual metric. With the 2-adic metric, numbers are not naturally arranged in a line. In fact, the 2-adic integers form a Cantor set.
      On the other hand, if you look in two's complement, then this sort of thing starts to look like how -1 is represented as ...111.

  • @deinauge7894
    @deinauge7894 Год назад +1

    fun fact: the sequence also converges to -1 in the regular metric. for n -> -infinity
    this seems to hold in general: if an exponential sequence converges for n->inf in a p-adic metric, and for n->-inf in the normal metric, than the limits are the same.

    • @friedrichschumann740
      @friedrichschumann740 Год назад

      Glaube ich nicht, oder das, was du sagst, ist trivial. Exponentielle Funktionen - was meinst du genau damit? - gehen "immer" gegen 0 für n -> - inf, d.h. lim_{n->-inf} a^n = 0, für a > 1. Und ja, gilt 2|a, und die Folge x_n ist durch x_n = c + a^n gegeben, dann ist der 2-adische Grenzwert c. Aber nur wegen 2|a. Mit a = 3 sieht das schon ganz anders aus.

    • @deinauge7894
      @deinauge7894 Год назад +1

      @@friedrichschumann740
      ich meine Folgen der Form a0+a1*b1^n+a2*b2^n+... (mit ganzen Zahlen a0,a1,a2,...,b1,b2,...)
      fand die Fragestellung auch interessant genug, um während meiner Fahrradfahrt eben drüber zu grübeln. Zumindest kein Gegenbeispiel gefunden. Für jede Primzahl p konvergiert die Folge (in p-adischer Metrik) entweder gegen a0 oder sie konvergiert gar nicht.

    • @friedrichschumann740
      @friedrichschumann740 Год назад

      @@deinauge7894 Danke für die Antwort. Gilt nun p|b_i für alle i, so bleibt die Aussage trivial. Ich sehe jedoch nicht, wie sich anders Konvergenz erzeugen lässt.

    • @deinauge7894
      @deinauge7894 Год назад

      @@friedrichschumann740 wenn es trivial ist, dass es sonst keine Konvergenz geben kann, dann ist ja gut :-)

  • @sebas9174
    @sebas9174 Год назад +1

    I don't think he has proven that the sequence tends to -1. Strictly, rather he proof that the distance tends to zero in that particular metric

    • @entropie-3622
      @entropie-3622 Год назад +1

      The definition of convergence in a metric space is precisely that the metric tends to 0.

    • @DarinBrownSJDCMath
      @DarinBrownSJDCMath Год назад +1

      The sequence tends to -1 in the 2-adic metric.

  • @greencoder1594
    @greencoder1594 Год назад

    [4:54] *Slight Correction:* Where *2^m* is the largest power of 2 that divides x-y.

  • @johnbennett1465
    @johnbennett1465 Год назад

    Showing a triangle for the triangle inequality is actually confusing. The proof depends on integers being linear. If you could somehow pick a point to the side, you can make x-z even and both x-y and y-z odd. Then you end up with 1

  • @gregmottram292
    @gregmottram292 Год назад

    Not your standard YT video comments to be found here!! I think I need to do a maths course to decipher most of the comments!! Great stuff.