Collatz conjecture
This very first article1 is interesting.
The following formula is obtained by applying n times the reverse function f to a number a∈N:
f−n(a)=13n(a2n∑i=0pi−n∑i=13i−12n∑j=i+1pj)The problem
f(n)={n/2if n≡0mod23n+1if n≡1mod2The conjecture
This process will eventually reach the number 1, regardless of which positive integer is chosen initially.
Generator
Any function of the form:
G: N→Na→a×2p,p∈Nis defined as a generator for the Syracuse problem because any number leading to a function of this form will fall down to 1 after n iterations.
Anytime a number a is having the following property, the conjecture is demonstrated:
∃p∈N,f(a)=3a+1=G(p)This means that any number respecting the following equation is validating the conjecture:
a=G(p)−13=2p−13The question is then: is there for any number a∈N, a fixed number of iteration for f leading to a generator function?
If this is the case, the conjecture is demonstrated.
Relation between generators
A generator has several children but a single parent.
Is the following relation truth?
∀b∈N,∃!a∈N/f(Gb)=GaDemonstration
Written, must be copied here
Conclusion
A generator has several children by the application of the function f but has a single parent by the application of the same function.
Neutral element
The generator G1 is a neutral element for the function f:
f(G1)=G1with
G1=2p,p∈NQuestions:
- Do we have other neutral elements for the function f?
- Is there a relation between neutral elements and cycles for the function f?
Demonstration
f(Ga)=Ga∈N3×a2p+1=a2q=>q>pa(2q−3×2p)=1a2p(2q−p−3)=1a=12p(2q−p−3)a,p,n∈N=>a=1Children of a generator
A generator Ga is having the following children by application of the reverse function of f:
f−1(Ga)=a2p−13∈N,p∈NWhat are the values of p?
All odd numbers can be defined with the following form:
a=3(n±0,2),n∈N∗Leading to
1,3,5−7,9,11−13,15,17−19,21,23−25,27,29−...Thus, what are accepted values of p with the following form?
f−1(Ga)=a2p−13∈N,p∈N=3(n±0,2)2p−13∈N,∀n∈NFor a=3n,n∈N
f−1(Ga)=a2p−13∈N,p∈N=3n2p−13∈N,∀n∈N=n2p−13∉N,∀n,p∈NConclusion A generator of type G3k,k∈N does not have any children generator.
We can thus simplify the problem. What are values of p for a=3(n±2),n∈N leading to:
a2p−13∈NFor a=3n−2,n∈N
f−1(Ga)=a2p−13∈N,p∈N=3n2p−2p+1−13=n2p−2p+1+13∈N if p+1≡2k+1,k∈NConclusion For a=3n−2,n∈N, only values of p of the form p=2k,k∈N are defining valid children generators forGa.
For a=3n+2,n∈N
f−1(Ga)=a2p−13∈N,p∈N=3n2p+2p+1−13=n2p+2p+1−13∈N if p+1≡2k,k∈NConclusion For a=3n+2,n∈N, only values of p of the form p=2k+1,k∈N are defining valid children generators for Ga.
Based on previous results, we can build the following array
n | 2n | 1 | 5 | 7 | 11 | 13 | 17 | 19 | 23 | 25 | 29 | 31 |
---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | 1 | 0 | 2 | 4 | 6 | 8 | 10 | |||||
1 | 2 | 3 | 7 | 11 | 15 | 19 | ||||||
2 | 4 | 1 | 9 | 17 | 25 | 33 | 41 | |||||
3 | 8 | 13 | 29 | 45 | 61 | ... | ||||||
4 | 16 | 5 | 37 | 69 | 101 | ... | ... | |||||
5 | 32 | 53 | 117 | 181 | ... | |||||||
6 | 64 | 21 | 149 | 277 | 405 | ... | ||||||
7 | 128 | 213 | 469 | 725 | ... | |||||||
8 | 256 | 85 | 597 | 1109 | 1621 | ... | ||||||
9 | 512 | 853 | 1877 | 2901 | ... | |||||||
10 | 1024 | 341 | 2389 | 4437 | 6485 | ... | ||||||
11 | 2048 | ... | ... | ... | ... | |||||||
12 | 4096 | 1365 | ... | ... | ... |
Is there a relation between generators values for consecutive valid odd numbers for a given n value?
δn↔=(b+6)2n−13−b2n−13=6×2n3=2×22δn↔=2n+1Conclusion In the array given above, the difference between 2 values on the same row is 2n+1,n∈N.
Is there a relation between generators values for consecutive values power of 2 for a given a value?
δna,↕=a2n+2−13−a2n−13=a2n(22−1)−13=3a2n3δna,↕=a2nN mapped
Do we have an equivalence between each n∈N?
If we are observiing the arra accurately, we can extract that if any number of N can be expressed with:
n=22p(1+6q)−13 where p,q∈Nor
n=22p+1(5+6q)−13 where p,q∈NOrder relation between generators
The following order between generators can be easily extracted from the array:
1,5,13,17,11,7,37,49,65,43,229,305,203,541,721,961,5125,6833,4555,6073,32389,...Understanding
G1⊃G5⊃G13⊃...or
f(G5)=G1f2(G13)=G1f3(G17=G1...