How about ANY FINITE SEQUENCE AT ALL?

  • @lily33@lemm.ee
    link
    fedilink
    161
    edit-2
    3 months ago

    It’s almost sure to be the case, but nobody has managed to prove it yet.

    Simply being infinite and non-repeating doesn’t guarantee that all finite sequences will appear. For example, you could have an infinite non-repeating number that doesn’t have any 9s in it. But, as far as numbers go, exceptions like that are very rare, and in almost all (infinite, non-repeating) numbers you’ll have all finite sequences appearing.

      • @ProfessorScience@lemmy.world
        link
        fedilink
        English
        143 months ago

        Rare in this context is a question of density. There are infinitely many integers within the real numbers, for example, but there are far more non-integers than integers. So integers are more rare within the real.

      • Sas [she/her]
        link
        fedilink
        13 months ago

        Yes, compared to the infinitely more non exceptions. For each infinite number that doesn’t contain the digit 9 you have an infinite amount of numbers that can be mapped to that by removing all the 9s. For example 3.99345 and 3.34999995 both map to 3.345. In the other direction it doesn’t work that way.

      • @cynar@lemmy.world
        link
        fedilink
        English
        93 months ago

        There are lot that fit that pattern. However, most/all naturally used irrational numbers seem to be normal. Maths has, however had enough things that seemed ‘obvious’ which turned out to be false later. Just because it’s obvious doesn’t mean it’s mathematically true.

  • @SwordInStone@lemmy.world
    link
    fedilink
    83
    edit-2
    3 months ago

    No, the fact that a number is infinite and non-repeating doesn’t mean that and since in order to disprove something you need only one example here it is: 0.1101001000100001000001… this is a number that goes 1 and then x times 0 with x incrementing. It is infinite and non-repeating, yet doesn’t contain a single 2.

    • @GreyEyedGhost@lemmy.ca
      link
      fedilink
      363 months ago

      This proves that an infinite, non-repeating number needn’t contain any given finite numeric sequence, but it doesn’t prove that an infinite, non-repeating number can’t. This is not to say that Pi does contain all finite numeric sequences, just that this statement isn’t sufficient to prove it can’t.

      • @SwordInStone@lemmy.world
        link
        fedilink
        133 months ago

        you are absolutely right.

        it just proves that even if Pi contains all finite sequences it’s not “since it oa infinite and non-repeating”

    • @Azzu@lemm.ee
      link
      fedilink
      43 months ago

      But didn’t you just give a counterexample with an infinite number? OP only said something about finite numbers.

      • @Sconrad122@lemmy.world
        link
        fedilink
        73 months ago

        A nonrepeating number does not mean that a sequence within that number never happens again, it means that the there is no point in the number where you can predict the numbers to follow by playing back a subset of the numbers before that point on repeat. So for 01 to be the “repeating pattern”, the rest of the number at some point would have to be 010101010101010101… You can find the sequence “14” at digits 2 and 3, 104 and 105, 251 and 252, and 296 and 297 (I’m sure more places as well).

      • @SwordInStone@lemmy.world
        link
        fedilink
        23 months ago

        yeah, but non-repeating in terms of decimal numbers usually mean: you cannot write it as 0.(abc), which would mean 0.abcabcabcabc…

    • @underwire212@lemm.ee
      link
      fedilink
      33 months ago

      Wouldn’t binary ‘10’ be 2, which it does contain? I feel like that’s cheating, since binary is just a mode of interpreting information …all numbers, regardless of base, can be represented in binary.

      • @Teepo@sh.itjust.works
        link
        fedilink
        113 months ago

        They’re not writing in binary. They’re defining a base 10 number that is 0.11, followed by a single 0, then 1, then two 0s, then 1, then three 0s, then 1, and so on. The definition ensures that it never repeats, but because it only contains 1 and 0, it would never contain any sequence with the numbers 2 through 9.

  • @AbouBenAdhem@lemmy.world
    link
    fedilink
    English
    73
    edit-2
    3 months ago

    A number for which that is true is called a normal number. It’s proven that almost all real numbers are normal, but it’s very difficult to prove that any particular number is normal. It hasn’t yet been proved that π is normal, though it’s generally assumed to be.

    • I love the idea (and it’s definitely true) that there are irrational numbers which, when written in a suitable base, contain the sequence of characters, “This number is provably normal” and are simultaneously not normal.

    • @silasmariner@programming.dev
      link
      fedilink
      43 months ago

      Technically to meet OPs criteria it needs only be a rich number in base 10, not necessarily a normal one. Although being normal would certainly be sufficient

  • Trailblazing Braille Taser
    link
    fedilink
    593 months ago

    The jury is out on whether every finite sequence of digits is contained in pi.

    However, there are a multitude of real numbers that contain every finite sequence of digits when written in base 10. Here’s one, which is defined by concatenating the digits of every non-negative integer in increasing order. It looks like this:

    0 . 0 1 2 3 4 5 6 7 8 9 10 11 12 ...
    
    • @sinedpick
      link
      23 months ago

      fun fact, “most” real numbers have this property. If you were to mark each one on a number line, you’d fill the whole line out. Numbers that don’t have this property are vanishingly rare.

    • db0
      link
      fedilink
      9
      edit-2
      3 months ago

      Thats very cool. It brings to mind some sort of espionage where spies are exchanging massive messages contained in 2 numbers. The index and the Metadata length. All the other spy has to do is pass it though pifs to decode. Maybe adding some salt as well to prevent someone figuring it out.

    • @Arfman@aussie.zone
      link
      fedilink
      33 months ago

      I’m a layman here and not a mathematician but how does it store the complete value of pi and not rounded up to a certain amount? Or do one of the libraries generate that?

      • @lukewarm_ozone@lemmy.today
        link
        fedilink
        English
        103 months ago

        You generate it when needed, using one of the known sequences that converges to π. As a simple example, the pi() recipe here shows how to compute π to arbitrary precision. For an application like pifs you can do even better and use the BBP formula which lets you directly calculate a specific hexadecimal digit of π.

    • Nexy
      link
      fedilink
      23 months ago

      I want that project continues so hard. Sounds amazing

    • @NotMyOldRedditName@lemmy.world
      link
      fedilink
      1
      edit-2
      3 months ago

      I can’t tell if this is a joke or real code… like for this sentence below.

      The cat is back.

      Will that repo seriously run until it finds where that is in pi? However long it might take, hours, days, years, decades, and then tell you, so you can look it up quickly?

      • @lukewarm_ozone@lemmy.today
        link
        fedilink
        English
        8
        edit-2
        3 months ago

        I can’t tell if this is a joke or real code

        Yes.

        Will that repo seriously run until it finds where that is in pi?

        Sure. It’ll take a very long while though. We can estimate roughly how long - encoded as ASCII and translated to hex your sentence looks like 54686520636174206973206261636b. That’s 30 hexadecimal digits. So very roughly, one of each 16^30 30-digit sequences will match this one. So on average, you’d need to look about 16^30 * 304e37 digits into π to find a sequence matching this one. For comparison, something on the order of 1e15 digits of pi were ever calculated.

        so you can look it up quickly?

        Not very quickly, it’s still n log n time. More importantly, information theory is ruthless: there exist no compression algorithms that have on average a >1 compression coefficient for arbitrary data. So if you tried to use π as compression, the offsets you get would on average be larger than the data you are compressing. For example, your data here can be written written as 30 hexadecimal digits, but the offset into pi would be on the order of 4e37, which takes ~90 hexadecimal digits to write down.

    • woodenghost [comrade/them]
      link
      fedilink
      43 months ago

      It’s remarkable how there are uncountably many non-normal numbers, yet they take up no space at all in the real numbers (form a null set), since almost all numbers are normal. And despite this, we can only prove normality for some specific classes of examples.

      It helps me to think, how there are many “totally random” or non computable numbers, that are not normal because they don’t contain the digit 1.

    • @HiddenLayer555@lemmy.ml
      link
      fedilink
      English
      103 months ago

      Also is it even possible to prove it at all? My completely math inept brain thinks that it might be similar to the countable vs uncountable infinities thing, where even if you mapped every element of a countable infinity to one in the uncountable infinity, you could still generate more elements from the uncountable infinity. Would the same kind of logic apply to sequences in pi?

      • @AHemlocksLie@lemmy.zip
        link
        fedilink
        83 months ago

        Man, you’re giving me flashbacks to real analysis. Shit is weird. Like the set of all integers is the same size as the set of all positive integers. The set of all fractions, including whole numbers, aka integers, is the same size as the set of all integers. The set of all real numbers (all numbers including factions and irrational numbers like pi) is the same size as the set of all real numbers between 0 and 1. The proofs make perfect sense, but the conclusions are maddening.

  • ped_xing [he/him]
    link
    fedilink
    English
    213 months ago

    0.101001000100001000001 . . .

    speech-r I’m infinite and non-repeating. Can you find a 2 in me?

          • cosecantphi [he/him, they/them]
            link
            fedilink
            English
            7
            edit-2
            3 months ago

            It’s implicitly defined here by its decimal form:

            0.101001000100001000001 . . .

            The definition of this number is that the number of 0s after each 1 is given by the total previous number of 1s in the sequence. That’s why it can’t contain 2 despite being infinite and non-repeating.

            • मुक्त
              link
              fedilink
              13 months ago

              0.101001000100001000001 . . .

              Might very well be :

              0.101001000100001000001202002000200002000002 …

              Real life, is different from gamified questions asked in student exams.

              • cosecantphi [he/him, they/them]
                link
                fedilink
                English
                1
                edit-2
                3 months ago

                Implicitly defining a number via it’s decimal form typically relies on their being a pattern to follow after the ellipsis. You can define a different number with twos in it, but if you put an ellipsis at the end you’re implying there’s a different pattern to follow for the rest of the decimal expansion, hence your number is not the same number as the one without twos in it.

        • @flashgnash@lemm.ee
          link
          fedilink
          23 months ago

          Because you’d need to search through an infinite number of digits (unless you have access to the original formula)

    • @BrainInABox@lemmy.ml
      link
      fedilink
      English
      73 months ago

      Are you trying to say the answer to their question is no? Because if so, you’re wrong, and if not I’m not sure what you’re trying to say.

      • ped_xing [he/him]
        link
        fedilink
        English
        93 months ago

        The conclusion does not follow from the premises, as evidenced by my counterexample. It could be the case that every finite string of digits appears in the decimal expansion of pi, but if that’s the case, a proof would have to involve more properties than an infinite non-repeating decimal expansion. I would like to see your proof that every finite string of digits appears in the decimal expansion of pi.

        • @BrainInABox@lemmy.ml
          link
          fedilink
          English
          23 months ago

          Well that’s just being pointlessly pedantic, obviously they fucking know that a repeating number of all zeros and ones doesn’t have a two in it. This is pure reddit pedantry you’re doing

          • @spireghost@lemmy.zip
            link
            fedilink
            English
            23 months ago

            It kind of does come across as pedantic – the real question is just that “Does pi contain all sequences”

            But because of the way that it is phrased, in mathematics you do a lot of problems/phrasing proofs where you would be expected to follow along exactly in this pedantic manner

          • मुक्त
            link
            fedilink
            13 months ago

            You might want to stay away from higher maths and all discussions around it, like this one.

  • @juliebean@lemm.ee
    link
    fedilink
    163 months ago

    no. it merely being infinitely non-repeating is insufficient to say that it contains any particular finite string.

    for instance, write out pi in base 2, and reinterpret as base 10.

    11.0010010000111111011010101000100010000101...
    

    it is infinitely non-repeating, but nowhere will you find a 2.

    i’ve often heard it said that pi, in particular, does contain any finite sequence of digits, but i haven’t seen a proof of that myself, and if it did exist, it would have to depend on more than its irrationality.

      • @gerryflap@feddit.nl
        link
        fedilink
        103 months ago

        They also say “and reinterpret in base 10”. I.e. interpret the base 2 number as a base 10 number (which could theoretically contain 2,3,4,etc). So 10 in that number represents decimal 10 and not binary 10

        • @CaptSneeze@lemmy.world
          link
          fedilink
          53 months ago

          I don’t think the example given above is an apples-to-apples comparison though. This new example of “an infinite non-repeating string” is actually “an infinite non-repeating string of only 0s and 1s”. Of course it’s not going to contain a “2”, just like pi doesn’t contain a “Y”. Wouldn’t a more appropriate reframing of the original question to go with this new example be “would any finite string consisting of only 0s and 1s be present in it?”

          • @Phlimy@jlai.lu
            link
            fedilink
            43 months ago

            They just proved that “X is irrational and non-repeating digits -> can find any sequence in X”, as the original question implied, is false. Maybe pi does in fact contain any sequence, but that wouldn’t be because of its irrationality or the fact that it’s non-repeating, it would be some other property

      • @tomi000@lemmy.world
        link
        fedilink
        43 months ago

        Like the other commenter said its meant to be interpreted in base10.

        You could also just take 0.01001100011100001111… as an example

    • @sunbather@beehaw.org
      link
      fedilink
      1
      edit-2
      3 months ago

      this is correct but i think op is asking the wrong question.

      at least from a mathematical perspective, the claim that pi contains any finite string is only a half-baked version of the conjecture with that implication. the property tied to this is the normality of pi which is actually about whether the digits present in pi are uniformly distributed or not.

      from this angle, the given example only shows that a base 2 string contains no digits greater than 1 but the question of whether the 1s and 0s present are uniformly distributed remains unanswered. if they are uniformly distributed (which is unknown) the implication does follow that every possible finite string containing only 1s and 0s is contained within, even if interpreted as a base 10 string while still base 2. base 3 pi would similarly contain every possible finite string containing only the digits 0-2, even when interpreted in base 10 etc. if it is true in any one base it is true in all bases for their corresponding digits

  • Rob Bos
    link
    fedilink
    14
    edit-2
    3 months ago

    Yeah. This is a plot point used in a few stories, eg Carl Sagan’s “Contact”

  • Anna
    link
    fedilink
    113 months ago

    Not just any all finite number sequence appear in pi

  • https://github.com/philipl/pifs

    πfs is a revolutionary new file system that, instead of wasting space storing your data on your hard drive, stores your data in π! You’ll never run out of space again - π holds every file that could possibly exist! They said 100% compression was impossible? You’re looking at it!

    • @some_guy@lemmy.sdf.org
      link
      fedilink
      73 months ago

      https://github.com/philipl/pifs

      I enjoyed this linked text:

      If you compute it, you will be guilty of:

      • Copyright infringement (of all books, all short stories, all newspapers, all magazines, all web sites, all music, all movies, and all software, including the complete Windows source code)
      • Trademark infringement
      • Possession of child pornography
      • Espionage (unauthorized possession of top secret information)
      • Possession of DVD-cracking software
      • Possession of threats to the President
      • Possession of everyone’s SSN, everyone’s credit card numbers, everyone’s PIN numbers, everyone’s unlisted phone numbers, and everyone’s passwords
      • Defaming Islam. Not technically illegal, but you’ll have to go into hiding along with Salman Rushdie.
      • Defaming Scientology. Which IS illegal–just ask Keith Henson.
      • Kairos
        link
        fedilink
        33 months ago

        I don’t know of one but the proof is simple. Let me try (badly) to make one up:

        If it doesn’t go into a loop of some kind, then it necessarily must include all finite strings (that’s a theoretical compsci term).

        Basically, take a string of any finite length, and then view pi in inrements of this length. Calculate it out to double the amount of substrings of length of your target string’s interval you have [or intervals]. Check if your string one of those intervals. If not, do it again until it is, doubling how long you calculate each time.

        Because pi is non-repeating, each doubling in intervals must necessarily include at least one new interval from all other previous ones. And because your target string length is finite, you have a finite upper limit to how many of these doublings you have to search. I think it’s n in the length of your target string.

        Someone please check my work I’m bad at these things, but that’s the general idea. It’s also wildly inefficient This doesn’t work with Infinite strings because of diagnonalization.

        • @weker01@sh.itjust.works
          link
          fedilink
          23 months ago

          Let me give another counterexample. Let x be the binary expansion of pi i.e. the infinite string representing pi in base 2.

          Now you will not find 2 in this sequence by definition but it’s still a non-repeating number.

          Now one can validly say that we restricted our alphabet and we should look only for finite strings with digits that actually occure in the number. The answer is the string “23456789” concatenated with x.

          • Kairos
            link
            fedilink
            13 months ago

            That’s like saying your car is busted because it can’t drive on a road made of broken glass.

            • @weker01@sh.itjust.works
              link
              fedilink
              1
              edit-2
              3 months ago

              That’s mathematics. It do be like that sometimes. Counterexamples can be stupid but still valid.

              It’s on you to prove your claims.

        • @weker01@sh.itjust.works
          link
          fedilink
          1
          edit-2
          3 months ago

          No this does not work. Counter example can be found in the comments here of a non-repeating number that definitely does not contain all finite strings.

          Edit: I think the confusion is about the word non-repeating. Non repeating does not mean a subsequence cannot repeat but that you cannot write the number as a rational or with a finite decimal representation. I.e. it’s not 3.ba repeating. Where a is a finite sequence that repeats infinitely and b is a finite sequence.

          Edit edit: another assumption you make is that pi does not go into a loop of some kind. You would need to prove that.

  • @meyotch@slrpnk.net
    link
    fedilink
    73 months ago

    I’m going to say yes to both versions of your question. Infinity is still infinitely bigger than any expressible finite number. Plenty of room for local anomalies like long repeats and other apparent patterns.