The Fate of 7 under 5n+1 (Irrational)

Suppose 7 diverges to infinity under 5n+1, in a non-repeating sequences of evens and odds:

1011011101111010101011100110001…

Now put a decimal point in front of it:

.1011011101111010101011100110001…

That’s an irrational binary number. Converting to decimal:

C_7 = 0.71671571665125114681…

Does this number show up anywhere else in the natural computational universe, or is it a one-off that’s specific to 7 under 5n+1?

It doesn’t seem to be related to well-known irrational numbers like \pi. It doesn’t seem to be the result of any typical infinite series. Is it Brun’s constant divided by two? No :slight_smile:

Another question is whether the sequence 1011011101111010101011100110001… shows up elsewhere. Is it the center column of Wolfram’s Rule 30? No :slight_smile: (Well, maybe it is, I didn’t even look.)

It would be interesting to tie questions about “7 under 5n+1” to other existing questions.

3 Likes

That’s interesting. I like the connection that any eventually periodic sequence corresponds to a rational number and any divergent sequence (which we know from Unicity of trajectory - #3 by Failix correspond to non-periodic parity sequences) corresponds to an irrational number.

In this context, a weak version of the 3n+1 problem (are there any divergent sequences) can be reformulated as: are there any irrational fractions corresponding to parity sequences? Which seems interesting (although, I have no idea if that’s useful or not …)

Also it makes it obvious that some sequences are impossible, because the infinity of real numbers is bigger than the infinity of natural numbers.

2 Likes

Also, Matt Parker talks about a similar idea on a Numberphile episode: (https://www.youtube.com/watch?v=c066hLi78B0): the “Prime Constant” which has the n’th bit set if n is prime. But AFAICT they don’t have a specific way to take advantage of that representation as a number.

And also this reminds me of Chaitin's constant - Wikipedia which encodes the halting problem for all TMs into the bits of an irrational number between 0 and 1.

I’m guessing that you might be able to prove that these sequences are not Sturmian as well (see Busy Beaver and Collatz - #4 by sligocki)

@stargazer07817 just posted a great paper in Unicity of trajectory - #8 by stargazer07817 (https://math.colgate.edu/~integers/t8/t8.pdf) which considers this sequence going “the other way” as 2-adic integers (Z_2) and this representation has many interesting properties. They extend the Collatz map from the regular integers to 2-adic integers and then define the function Q: Z_2 \to Z_2 which maps a 2-adic integer to it’s parity sequence. Q is a bijection (generalizing the “Unicity of trajectories” result) and even an isometry (in 2-adic metric) which is basically equivalent to the result that the first n bits of the parity sequence are determined precisely by the lowest n bits of the starting number.

IIUC, all eventually periodic 2-adic numbers are “rational” numbers (in the sense that if you multiply them by integers you get integers). So the same observation applies here. From that paper it seems like they reference a conjecture that is broader than the Collatz conjecture that Q maps all rational numbers to rational numbers (Collatz conjecture is that it maps all integers (eventually terminating numbers) to rationals (eventually periodic numbers)).

I forgot to bring it up earlier, but there is a detail that makes the bijection between the set of infinite binary sequences and real numbers not that obvious, and that is the sequence that are ultimately periodic with a period of “1” or “0”, that can be mapped to the same number. For example 0.011111… = 0.1

There must be a way to elegantly handle those cases although it isn’t obvious to me.

2 Likes

Oh yeah, good point! Real numbers != bit sequences!

That said, for normal positive integers (not 2-adic) technically you cannot have repeated 1 forever at any point. I think that the numbers that have parity 1 n times are exactly the numbers \equiv -1 \pmod{2^n} since T^n(2^n - 1) = 3^n - 1 via n odd transitions.

And likewise I think the only way to get 0 repeat forever is to start from 0.

1 Like

-1 has a trajectory of 11111…, and any number that falls in its cycle is going to have a trajectory that ends in 1s repeating.

If you extend to rationals with odd denominators, -1/3 → 0, so it gets a trajectory of 10000…
and that is the same as saying -1 has this trajectory in 3n+3

1 Like

Agreed, I was talking about over the positive integers.

You can also extend to 2-adics and then every parity sequence is realized by a 2-adic number. This is all probably more reason to consider the parity sequences as 2-adic numbers where ...1110 != ...0001 or anything like that … I think that there is a bijection between all boolean sequences and 2-adics unlike in binary expansions of real numbers where it is not injective.

Instead of asking:

Does any start number follow a divergent trajectory under 3n+1?

You could ask:

Does any start number follow the specific divergent trajectory with a parity sequence given by \pi-3.0 = 0.1415926\ldots = 0.0010010000111111011011\ldots_2?

Yeah, it seems extremely unlikely (but as with many Collatz things) hard to prove that any finite number will have the exact parity sequence of \pi - 3. Specifically, we can calculate the binary digits of such starting value from bottom up, at each bit, it seems equally plausible that that bit is 0 or 1, in order to be a finite number, it must be eventually all 0s. Some early values for parity sequence 0010010000…:

# bits bits values
1 …0 0 + 2 k
2 …00 0 + 2^2 k
3 …100 4 + 2^3 k
4 …0100 4 + 2^4 k
5 …10100 20 + 2^5 k
6 …110100 52 + 2^6 k
7 …0110100 52 + 2^7 k
8 …00110100 52 + 2^8 k
9 …000110100 52 + 2^9 k
10 …1000110100 564 + 2^{10} k

Oh, right … I meant to say 5n+1 instead of 3n+1.

For 3n+1, a 50/50 split of 0s and 1s will crash any start number to 1. (Assuming \pi is normal, which, nobody knows.)

Speaking of 5n+1, @Failix posted the idea that a divergent 5n+1 trajectory’s parity sequence has to have at least some minimal amount of 0’s. I wonder if a 50/50 split is okay (e.g., doesn’t involve too much “loitering”).

I have the same feeling about 5n+1. As @Failix pointed out, there are only countably many parity sequences starting from integers, but there are infinitely many parity sequences / real numbers, so the chance that any specific one is realized by an integer seems improbable.

What do you mean by a “is a 50/50 split ok”? Do you mean, is there any way to prove that the ratio can’t be too close to 50/50? (In analogy to how the ratio can’t be too close to 0-100 as shown by @Failix ) I would guess that it can (and will) get very close to 50-50.

Ah, I got a little confused!

A 5n+1 trajectory needs at least 43% odds to diverge. That’s a lower bound … and @Failix gave an upper bound.

So 50% should be well within that range, and empirically that’s what you see with start number 7.

(I was thinking that you might need more than 43% to avoid “diverging too slowly” and running out of numbers to hit. For example, (5/2)^.431n (1/2)^.569n = 10000 is solved by n = 17693 steps, and there might not be 17k numbers to hit on the way to 10k. But this doesn’t really go anywhere – with 44% odds you avoid any such problems.)

Here’s a cute start number for 5n+1:

255,376,300

The parity sequence of its first 30 iterates matches the first 30 binary digits of Pi - 3.

But we can just as well find a number to match 30 random binary digits, so in the end, not that interesting :slight_smile:

k Pi-3 prefix (binary) First start # with matching initial parity
1 0 2
2 00 4
3 001 4
4 0010 12
5 00100 12
6 001001 44
7 0010010 44
8 00100100 172
9 001001000 428
10 0010010000 940
11 00100100001 940
12 001001000011 2988
13 0010010000111 7084
14 00100100001111 15276
15 001001000011111 15276
16 0010010000111111 48044
17 00100100001111110 48044
18 001001000011111101 48044
19 0010010000111111011 48044
20 00100100001111110110 572332
30 001001000011111101101010100010 255376300
k random 20-bit string First start # with matching initial parity
1 0 2
2 00 4
3 001 4
4 0010 12
5 00101 28
6 001011 28
7 0010111 92
8 00101111 220
9 001011110 220
10 0010111100 220
11 00101111001 220
12 001011110010 2268
13 0010111100101 2268
14 00101111001011 10460
15 001011110010110 26844
16 0010111100101101 26844
17 00101111001011011 26844
18 001011110010110110 157916
19 0010111100101101100 157916
20 00101111001011011001 682204
1 Like

In the 5N+1 system the tree of all possible paths to 1 has connection nodes that are integers ending in a 6. Branches in the tree consist of an odd root of values 1, 3, 5 … followed by doubling even numbers. Any branch root with a units digit of 5 is a bare branch and has no connection nodes. Branches with units digit of 1, 3, 7 and 9 have a first node at depths 5, 2, 4, and 3 respectively. Following nodes are located at every fourth following even value. The tree is sparsely connected. Node values on a tree have a separation value of 10 (6, 16, 26, 36 …) and each branch except those with a units digit of 5, has nodes with a separation value of 16 within the branch.

The majority of starting values diverge to unbounded values in disconnect tree fragments and only a small proportion of branches connect to the tree with a root at 1. The odd branch root values of 1 3 15 19 25 51 63 97 do reach 1. The majority of other branches below 100 most probably diverge to infinite values. This would include the number 7. Node connections in the lower part of the tree are not dense enough to connect all low valued branches. There must be some disconnected subtrees that remain disconnected from the tree rooted at 1.

When I said the that majority of values probably diverge, I should have said diverge or form cycles. The value 7 is not guaranteed to diverge, but if it doesn’t then it must form a cycle. The important point is that the density of connections is too low for all branches to have access to the tree rooted at 1. Nodes of 6, 16, 26, 36 … have an arithmetic separation of +10. Branches have spacing of x16 between nodes. Density rules out a single connected tree. There is not room to connect all low valued branches before the node connection values on a branch grow too large. Pieces of the tree that don’t connect can only be a cycle or a divergent growth. This proves existence of either a cycle or of divergent growth without providing an example of either.

There is a similar proof for the Collatz conjecture. I would love to present a proof of the Collatz system by very simple methods but I am still building my trust level and I am not sure how to get access to start a new topic. I have two different methods one using induction and the other using a sorting method. Both methods avoid any mention of Baker related hard issues or of Proposition B. Would a proof of connectivity of a single Collatz tree that rules out integer cycles qualify as a back door method for proving integer cycles don’t exist without the need for Baker hard methods?

Yeah, my understanding of the situation for 5n+1 is that we can prove that most numbers must diverge because of some sort of bulk rules (like the density rules you mention), but we cannot prove that any specific value diverges.

Specifically for 7, it’s still unknown if it does eventually go to 1 (is part of the 1 tree), right? It seems extremely unlikely, but IIUC, there is not proof that it is separate.

The situation for 5n+1 is even worse, in that we cannot prove anything at all about the existence of a diverging sequence, despite it being highly suspected.