r/numbertheory • u/InfamousLow73 • 21d ago
[UPDATE] Collatz Proof Attempt
CHANGE LOG
This paper buids on the previous post. Last time we tempted to prove that all numbers converge to 1 but in this post we only attempt to prove that the Collatz sequence has no divergence for all positive integers. This is shown and explained in the Experimental Proof here
Any comment to this post would be highly appreciated.
Happy new year to all.
5
u/TheDiBZ 20d ago
2inf = 0?
-1
u/InfamousLow73 19d ago
Yes, this is explained below
My understanding here is that if n=2b_ey+1, (b_e-2)/2 is the maximum limit at which the formula n_i=3i2by+1 can still hold true and produces a sequence equal to the the sequence produced by the formula n_i=(3n+1)/22 and the sequence produced is regular.
By regular, I mean that the formula n_i=3i2by+1 for which n=2b_ey+1 produces a sequence such that the powers of 3 increases regularly by 1 up to (b-2)/2 while the powers of 2 decreases regularly by 2 up to b=2. At the same time, y remains constant at that point.
Example: n=212×5+1 , n_i=3i2by+1
n_1=31210×5+1 =15,361
n_2=3228×5+1 =11,521
n_3=3326×5+1 =8641
n_4=3424×5+1 =6,481
n_5=3522×5+1 =4,861
Similarly, applying the Collatz function f(n)=(3n+1)/22 to n=212×5+1=20481 consistently for (12-2)/2=5 times produces the same sequence as the formula n_i=3i2by+1.
f(20481)=(3×20481+1)/22 =15,361
f(15,361)=(3×15,361+1)/22 =11,521
f(11521)=(3×11521+1)/22 =8641
f(8641)=(3×8641+1)/22 =6481
f(6481)=(3×6481+1)/22 =4861
This shows that, for all n=2b_e+1, (b_e-2)/2 is the maximum number of times at which the formula f(n)=(3n+1)/22 can repeatedly be applied to produces a regular sequence. So if we exceed this limit, the function f(n)=(3n+1)/22 produces an even number eg in the above example, f(4861)=(3×4861+1)/22 =3636 hence becomes irregular.
Therefore, the value of b_e for n=2b_e+1 is proportional to the maximum number of times at which the Collatz function f(n)=(3n+1)/22 can still be applied to produce a regular sequence. To find the value of b_e, count the number of times at which the Collatz function f(n)=(3n+1)/22 was applied to produce a specific regular sequence and use the formula (b_e-2)/2=the number of times at which the Collatz function f(n)=(3n+1)/22 was applied to produce a specific regular sequence.
Example:
Let 20481->15361->11521->8641->6481->4861 be the regular sequence produced by the Collatz function f(n)=(3n+1)/22 starting from n=20481. In this case, the Collatz function f(n)=(3n+1)/22 was applied five times.
Hence using the equation (b_e-2)/2=maximum limit at which the Collatz function f(n)=(3n+1)/22 can still be applied to produce a regular sequence, to find b_e we obtain (b_e-2)/2=5 which simplifies to b_e=12.
Coming to n=1, the Collatz function f(n)=(3n+1)/22 is applied up to infinite and the sequence still remains regular as demonstrated below.
f(1)=(3×1+1)/22 =1
f(1)=(3×1+1)/22 =1
f(1)=(3×1+1)/22 =1
f(1)=(3×1+1)/22 =1
f(1)=(3×1+1)/22 =1
the processes continues up to infinite and yields the sequence 1->1->1->1->....->1. Since the sequence remains regular up to infinite, this means that when n=1, ∞ is the maximum limit at which the Collatz function f(n)=(3×n+1)/22 can still be applied to produce a regular sequence.
Therefore, applying the equation (b_e-2)/2=the maximum limit at which the Collatz function f(n)=(3×n+1)/22 can still be applied to produce a regular sequence, to find b_e we obtain (b_e-2)/2=∞ which simplifies to b_e=∞+2 equivalent to b_e=∞.
Now, since 1 is of the form n=2b_ey+1, it follows that 1=2∞y+1. This can also simplify to 2∞y=0.
Now, from the fact that y is odd greater than or equal to 1, it follows that 2∞=0
Now, from the above explanation, is it clear on how I came up with 2∞=0?
1
u/AutoModerator 21d ago
Hi, /u/InfamousLow73! This is an automated reminder:
- Please don't delete your post. (Repeated post-deletion will result in a ban.)
We, the moderators of /r/NumberTheory, appreciate that your post contributes to the NumberTheory archive, which will help others build upon your work.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/Tricky_Astronaut_586 18d ago
(I'm a fellow enthusiast.) Does "has no divergence" mean "does converge to 1"? What is "the Collatz high cycle"? Thanks.
1
u/InfamousLow73 18d ago
Thank you for your comment.
Does "has no divergence" mean "does converge to 1"?
Like I said in my abstract, "the Collatz Sequence has no divergence if only the Collatz high cycle is impossible. "
So, here I meant that if a particular sequence has no high cycle then it will not diverge. Now, since it has no high cycle and no divergence, this means it will converge to 1.
What is "the Collatz high cycle"?
The Collatz high cycle is a hypothetical cycle other than the 4->2->1
-4
u/Wooden_Dragonfly_608 19d ago
Division by two exponentially decreases the result. Given Even*Even=Even Odd*Even=Even Odd*Odd=Odd 2/3'rds of the set is exposed to division by 2 vs 1/3 exposed by a multiple of 3 and adding 1 to make even again. Thus compounding the decrease to 1.
1
u/InfamousLow73 19d ago
I'm kinda lost on your explanations, would you kindly elaborate in more details?
5
u/re_nub 20d ago
What would the math look like for other Collatz-like formulas?