Where's the flaw in this proof of the Collatz Conjecture?

raycb
Messages
4
Reaction score
0
The conjecture states that:

Given a positive integer n,

If n is even then divide by 2.

If n is odd then multiply by 3 and add 1

Conjecture: by repeating these operations you will eventually reach 1.



Proof:



Let n be the smallest positive integer that is a counterexample to the conjecture.

If n is even then it can be divided by two to give a smaller number, leading to a contradiction.

Assume n = 4k + 1.

Multiply it by 3, add 1, and divide by 2 twice.

The result is 3k + 1, a number smaller than n, leading to a contradiction. Therefore n has the form

n = 4k - 1.

Multiply by 3, add 1, and divide by 2.

The result is 6k - 1. If k is odd, then 6k - 1 is one more than a multiple of 4, which is impossible, therefore k is even, and n has the form

n = 8k - 1

Multiply by 3, add 1, and divide by 2.

The result is 12k -1, with k necessarily even. In this manner it can be proved that n must have the form 16k - 1, 32k -1, 64k -1, and so on, requiring n to be infinitely large, which is impossible.
 
Mathematics news on Phys.org
raycb said:
The result is 12k -1, with k necessarily even.

Why must this k necessarily be even? Keep in mind that you are using the same letter k for two different quantities when you write n=4k-1 and n=8k-1 so showing that k is even in the first expression does not mean that the second k is.
 
Well, I'm trying to say that n has the form of a number with a remainder of -1 for some power of 2.

The number 12k - 1 can be written as 8k + 4k -1, and the number has to have a remainder of -1 mod 8, therefore 4k is a multiple of 8, and k is even. My argument is that these operations always require k to be even, that there is a repeating pattern. All I can do is post it and see how others see it.
 
Ok, I see your argument now. Can you explain your n=4k-1 case? You conclude that n=6k-1 and that k can not be odd because it would be one more than a multiple of 4. However, you only showed that the smallest counterexample could not have this form but 6k-1>4k-1=n, where n is the smallest counterexample so I don't see the problem.
 
I'm attacking the problem in two different ways:

One, by proving that a number is reached that is smaller than n; two, by proving that n must have a remainder of -1 for a still higher power of 2.

The fact that 6k -1 > 4k -1 doesn't apply here. Once it is proven that k is even in 6k -1, then n not only has the form 4k -1, but it necessarily has the form 8k - 1.
 
raycb said:
I'm attacking the problem in two different ways:

One, by proving that a number is reached that is smaller than n; two, by proving that n must have a remainder of -1 for a still higher power of 2.

The fact that 6k -1 > 4k -1 doesn't apply here. Once it is proven that k is even in 6k -1, then n not only has the form 4k -1, but it necessarily has the form 8k - 1.

And I'm disputing that the k in 6k-1 must be even. It doesn't matter whether 6k-1 is a one more than a multiple of four or not since it would not be the smallest counterexample even if it was (4k-1 would be).
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top