You are currently viewing a beta version of our website. If you spot anything unusual, kindly let us know.

Preprint
Technical Note

On the Equality of ‘Stopping Times’ of Hailstone Numbers

Altmetrics

Downloads

72

Views

26

Comments

0

This version is not peer-reviewed

Submitted:

16 December 2023

Posted:

18 December 2023

You are already at the latest version

Alerts
Abstract
This short technical note proves some observed novel corollaries of the Collatz Conjecture. For this, a unique ‘Collatz Representation’ of Hailstone numbers has been employed. After that, an extension of this corollary is explained using the fact that only certain differences in the last digit of the ‘Collatz Representation’ gives a whole number difference between numbers. A more general result is obtained. The final proof is for a corollary that some numbers the same number of steps to reach 1 if the Collatz Conjecture is true and all variables are whole numbers.
Keywords: 
Subject: Computer Science and Mathematics  -   Algebra and Number Theory
Theorem 1.
Any natural number can be represented as follows, for x, y, w, ri N and x > y > ri > …
n = 2 x 2 y i = 1 w 2 r i 3 i 3 w + 1 iff the Collatz Conjecture is true.
Proof. 
The proof is trivial and can be left to the reader.
Definition 1.
x, y, w, ri will be defined as the digits of a number in its collatz representation. We will define D(n) as a function returning the collatz representation of n. w is equal to the number of digits - 2. EXAMPLE. 44 = 2 12 2 8 2 5 3 2 3 9 2 2 27 3 4 . Therefore, D(44) = 12, 8, 5, 3, 2
NOTE: Collatz representation is one in which a number can be represented with the smallest number of digits possible. A test for this: The difference between first two digits should not be 2. If it is, remove the first digits until difference becomes different. The proof for this can be considered unrelated and trivial.
Theorem 2.
Adding one to all digits in collatz representation causes the number to be multiplied by 2.
Proof. Again, the proof is trivial because adding one to all digits in collatz representation is equivalent to multiplying the numerator in 2 x 2 y i = 1 w 2 r i 3 i 3 w + 1 by 2.
Corollary 2.1.
A number with n in its last digit in collatz representation is divisible by 2n but not 2n+1.
Proof. 
It is easy to see this given that the number of multiplications by 2 is equal to the last digit.
Theorem 3.
Removing a 0 as the last digit in collatz representation causes the number to be multiplied by 3 and added to 1. The least number of digits has to be 2.
Proof. 
n = 2 x 2 y i = 1 w 2 r i 3 i 3 w + 1
r w is the last digit and is 0.
Case 1: If there are more than 2 digits,
n n e w = 2 x 2 y i = 1 w n e w 2 r i 3 i 3 w n e w + 1
w n e w = w 1
Therefore, n n e w = 2 x 2 y i = 1 w 1 2 r i 3 i 3 w
3 n + 1 = 2 x 2 y i = 1 w 2 r i 3 i 3 w + 1
= 2 x 2 y i = 1 w 1 2 r i 3 i 3 w + 3 w 3 w
= 2 x 2 y i = 1 w 1 2 r i 3 i 3 w = n n e w
Case 2: If there are 2 digits,
n = 2 x 2 y 3
is the last digit and is 0.
n = 2 x 1 3
n n e w = 2 x = 3 n + 1
Case 3: For 1 digit, removing it means that the number is removed so it does not apply.
Therefore, proved.
Theorem 4.
Number of steps to reach 1 (exclusive) is equal to the sum of number of digits and first digit - 1.
Proof. 
We know from THEOREM 2. Division by 2 is removing 1 from all digits. We also know that digits are in descending order. Therefore, there are as many divisions by 2 as first digit. We also know that removal of 0 as the last digit gives 3x+1. Therefore, there will be as many such removals as the number of digits. Therefore, the sum of these – 1 give requisite number of steps.
Corollary 4.1.
Any digit changing except the first one does not change the number of steps.
Proof. 
Trivial to prove from THEOREM 4.
Theorem 5.
n is a natural number for  2 b 2 a = 3 n  only if b = a + 2 c .
Proof. 
This could be a two-part proof. Proving that this always creates a number divisible, and another combination creates a number that is not.
For divisibility:
To prove, 2 b 2 a = 2 a + 2 c 2 a = 4 c 1 2 a
Now we have to prove: 4 c 1 is divisible.
Base case for c=1: 4-1=3 (true)
Assume true for c=k.
Therefore, let 4 k 1 = 3 i
For c=k+1,
4 k + 1 1 = 4 4 k 1 = 4 4 k 1 + 3 = 3 i + 3 = 3 i + 1
Therefore, true.
Hence, proven by mathematical induction that 2 a + 2 c 2 a can be divided by 3.
For non-divisibility:
To prove, 2 b 2 a = 2 a + 2 c + 1 2 a = 2 2 c + 1 1 2 a
Now we have to prove: 2 2 c + 1 1 is not divisible.
Base case for c=1: 8-1=7 (true)
Assume true for c=k.
Therefore, let 2 2 k + 1 1 = 3 i + 1
For c=k+1
2 2 k + 3 1 = 4 4 k 1 = 4 2 2 k + 1 1 + 3 = 12 i + 7 = 3 4 i + 2 + 1
Therefore, true.
Hence, proven by mathematical induction that 2 a + 2 c + 1 2 a cannot be divided by 3.
Therefore, we proved only a difference of a multiple of two in the powers of 2 being subtracted from each other can make a product of 3 and another number.
Theorem 6.
For numbers only differing in their last digits in their collatz representation, only a difference of multiple of two in their last digits can create a whole number difference.
Proof. 
If n a n b is difference between numbers only differing in their last digits.
n a n b = 2 x 2 y i = 1 w 1 2 r i 3 i 2 x + 2 y + i = 1 w 1 2 r i 3 i + 3 w 2 a + 2 b 3 w + 1 = 2 a + 2 b 3
If n a n b is a whole number 2 a + 2 b is divided by 3.
From THEOREM 5., b=a+2c. Hence, proved.
Theorem 7.
( 2 i + 1 ) 2 a + 2 c and ( 2 i + 1 ) 2 a + 2 c + 4 c 1 2 a 3  have the same number of steps to reach 1 if the Collatz Conjecture is true and all variables are Whole Numbers.
Proof. 
( 2 i + 1 ) 2 a + 2 c ends with b=a+2c from COROLLARY 2.1. If n a ends with a and has same digits, n a n b = 2 a + 2 b 3 = 4 c 1 2 a 3 .
Verification for Example. Let n = ( 2 x + 1 ) 2 0 + 2 = 8x+4
n = 2 x 2 y i = 1 w 2 r i 3 i 3 w + 1
We know the last digit is 2, implying:
n = 2 x 2 y i = 1 w 1 2 r i 3 i 4 3 w 3 w + 1
Now, n + 1 = 2 x 2 y i = 1 w 1 2 r i 3 i 4 3 w 3 w + 1 + 1
= 2 x 2 y i = 1 w 1 2 r i 3 i 4 3 w + 3 3 w 3 w + 1 = 2 x 2 y i = 1 w 1 2 r i 3 i 1 3 w 3 w + 1 = 2 x 2 y i = 1 w 1 2 r i 3 i 2 0 3 w 3 w + 1
It can clearly be seen that for n+1 and n, the collatz representation is the same but the last digit is 2 for n and 0 for n+1. Therefore, the number of digits and the first digit are equal, making the number of steps equal.
Therefore, proved 8x+4 and 8x+5 have same number of steps. Therefore, 2 x + 1 2 0 + 2 and 2 x + 1 2 0 + 2 + 4 1 2 0 3 have same number of steps.
Theorem 8.
For only a difference in the n+1th from last digit whole number differences can be produced only from differences of multiple of 2*3n.
Proof. 
To prove: 2 2 3 n k 1   is divisible by 3 n + 1 and 2 2 3 n k + a 1 is not for a not equal to 0.
For divisibility:
Base case: THEOREM 5.
2 2 3 n k = 3 n + 1 N + 1
Assume true for n = n: 2 2 3 n k = 3 n + 1 N + 1
For n+1:
2 3 2 3 n k 1 = 3 n + 1 N + 1 3 1 = 3 3 n + 3 N 3 + 3 2 n + 3 N 2 + 3 n + 2 N = 3 n + 2 ( 3 2 n + 1 N 3 + 3 n + 1 N 2 + N )
Therefore, proved 2 2 3 n k 1   is divisible by 3 n + 1 .
Adding a as 2 2 3 n k + a 1 , for n+1,
2 a 3 3 n + 3 N 3 + 3 2 n + 3 N 2 + 3 n + 2 N + 1 1
For divisibility, a=0. Therefore, 2 2 3 n k + a 1 is not divided for a not equal to 0
We can prove 8 in a way similar to THEOREM 7 and 8:
Final Corollary to the 3x+1 Problem:
For   r i > r i 1 , n - number of digits < -1, digit (n+1) from last = a, and all variables being whole numbers:
2 N + 1 * 2 a i = 1 n 3 i 2 r i 3 n
And
2 N + 1 * 2 a i = 1 n 3 i 2 r i 3 n + 2 2 * 3 n k 1 2 a 3 n + 1
Have equal stopping times.
  • Conclusion
In conclusion, we found some very interesting results. More importantly, we learnt things that would be extremely difficult to prove and observe if using the normal form of number notation. However, with the Collatz representation, we were able to prove some very interesting and novel observations, that, if not helpful in proving the Collatz Conjecture right, could reduce search time for counterexamples.

References

  1. UNCRACKABLE? The Collatz Conjecture - Numberphile. YouTube, 2016.
  2. M. Livio, Is God a Mathematician? New York: Simon & Schuster, 2017.
  3. The Simplest Math Problem No One Can Solve - Collatz Conjecture. Veritasium, 2021.
  4. A. Dalal, “Proposing a novel Collatz representation of numbers to establish a different approach in proving the Collatz conjecture,” International Journal of Mathematics Trends and Technology, vol. 67, no. 11, pp. 47–53, 2021. [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

© 2024 MDPI (Basel, Switzerland) unless otherwise stated