[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Proving the Collatz Conjecture: It can't be this easy.

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 30
Thread images: 3

File: collatz.png (4KB, 300x300px) Image search: [Google]
collatz.png
4KB, 300x300px
Tell me, /sci/: am I retarded or is everyone retarded but me?

Just to state the obvious for the moment, if n is odd 3n+1 will always be even. And with the exception of the number 1, if you take 3n+1 and divide that by 2 twice (or divide it by 4 once if you prefer) the result will be less than n. The larger the number n, the larger the difference between n and (3n+1)/4 will be.

now for the part that I'm a bit iffy about (though I'm not really a mathfag so this might be obviously right or wrong to most of you):
In order to prove that this sequence will reach 1, all you really need to prove is that it trends downward until that point since you are only working with integers, correct? Any sequence of integers which trends downward will reach 1 eventually.

Assuming this is true, you only need to prove that there are around twice as many even numbers in the sequence than odds. The larger the number you start with, the smaller the ratio of evens to odds will need to be.
Well let me put it this way:
50% of even numbers, when divided by 2, will yield an odd number.
100% of odd numbers, when multiplied by 3 and then added to 1, will yield an even number.
So how many more even numbers will tend to be in a sequence than odd numbers? Twice as many.
And since (3n+1)/4<n is true for all integers except 1, we can definitively say this sequence gets smaller as you iterate it.
>>
That's a probabilistic argument only
>>
>>8766611
>That's a probabilistic argument only

True, but they are still good observations.
>>
>>8766611
It's a probabilistic argument with inevitable results.
Let's say you do have a cluster where the number keeps on growing for a while. That will end eventually and then you will be right on course towards the bottom. And the larger the number n, the faster it will tend to shrink. Since you can extend the sequence indefinitely (or until you reach that 1, 2, 4, 1 loop) it appears inescapable to me that, after enough iterations, you will reach the bottom.
>>
>>8766624
>1, 2, 4, 1 loop)
1, 4, 2, 1 loop*
>>
>>8766606
>>8766627
and another correction while im at it:
there's 3 times as many evens in the sequence, not 2 times.
>>
>>8766624
>it appears inescapable to me that, after enough iterations, you will reach the bottom.
it appears inescapable to everybody

if "it feels true" was a proof it would be the Collatz theorem
>>
I envision a proof would involve finding some way to quantify a number's "distance" from the sharp drop, then showing that every number necessarily becomes closer with each iteration.
>>
>>8766624
The whole point is that you have to prove that there is no loop except 1, 2, 4, 1,

Btw, these two sentences are mere assumptions
>That will end eventually and then you will be right on course towards the bottom. And the larger the number n, the faster it will tend to shrink.
>>
>>8766743
>That will end eventually and then you will be right on course towards the bottom
That was actually ill placed hyperbole. Obviously, there will be numbers which will grow, then shrink, then grow again. But if you think there's a number which always grow, what you are actually asserting is that there's a number which will make the pattern "even, odd, even, odd, even, odd" indefinitely.
since every instance of an even number has a 50% chance of resulting in an odd number, you are looking for a probability of (1/2)^x where x is the number of iterations. Since this is indefinite growth, x would effectively be infinity. this results of a probability of 1/[infinity] or effectively 0.

>And the larger the number n, the faster it will tend to shrink.
This isn't an assumption at all. Like I said before: the difference between n and (3n+1)/4 is larger as the number grows larger.

>prove that there is no loop except 1, 2, 4, 1
(3n+1)/4<n for all integers except 1. This paired with the fact that (3n+1)/2>n for all integers shows that, unless your loop contains 1 as one of its integers, it will not loop.
>>
>>8766807
>you are actually asserting is that there's a number which will make the pattern "even, odd, even, odd, even, odd" indefinitely.
No
A pattern which contains 3 even numbers and 2 odd numbers would still grow (since 3*3*n/2/2/2 > n), and there are arbitrarily many such "larger" patterns which are theoretically possible

>since every instance of an even number has a 50% chance of resulting in an odd number, you are looking for a probability of (1/2)^x where x is the number of iterations. Since this is indefinite growth, x would effectively be infinity. this results of a probability of 1/[infinity] or effectively 0.
Only if you can prove that a second loop does not exist

>This isn't an assumption at all. Like I said before: the difference between n and (3n+1)/4 is larger as the number grows larger.
3n+1 is not necessarily divisible by 4

>(3n+1)/4<n for all integers except 1. This paired with the fact that (3n+1)/2>n for all integers shows that, unless your loop contains 1 as one of its integers, it will not loop.
No, it only shows that there is only one "simple" loop which contains only 3 steps. There could still more loops that contain 20, 37 or 288 steps
>>
>>8766743
>The whole point is that you have to prove that there is no loop except 1, 2, 4, 1,
not only that, but you need to prove every number goes into that loop

there's the 'are there any more loops?' question and the separate question of whether some number just goes off to infinity without ever looping
>>
>>8766743
>The whole point is that you have to prove that there is no loop except 1, 2, 4, 1,
t. brainlet.
>>
ITT: OP unironically decided to copy paste the "a probability heuristic" part of the wikipedia page on the Collatz Conjecture, reworded it like if he was retarded (he probably is) and then made a thread about it.
>>
>>8766606
induction on size of of prime factors
base case, true for n=3^L all L
exercise for reader
induction
let n = p_1*p_2*...*p_r*2^k for p_i odd primes, k+1 in N
WLOG p_1 largest of the p_i's
n->n/2->...->p_1*...*p_r->(3(p_1)-1)*p_2*...*p_r
=2^t*q_1*...*q_l*p_2*...*p_r->...->
but q_i<p_1 all i
we still may have p_1=p_2=...
so now repeat until largest prime factor is strictly less than p_1
induction on p_1=largest prime factor complete
>>
>>8766835
>>8766835
>3 even numbers and 2 odd numbers would still grow
well no two odds can be back to back. so you are certainly saying "even, odd, even, odd,even" or "odd, even, odd, even, even"
either way, you're wrong.
>>
>>8766883
also, there's even even odd even odd, but this will necessarily be followed by an even
>>
>>8766885
odd, even, even, odd, even
repeat forever
>>
File: Untitled.png (31KB, 640x400px) Image search: [Google]
Untitled.png
31KB, 640x400px
>>8766887
This is what you just said.
Think about it.
>>
File: Untitled.png (41KB, 640x400px) Image search: [Google]
Untitled.png
41KB, 640x400px
>>8766905
fuck, i fucked up
>>
>>8766905
>>8766906
And?
I wasn't talking about loops there, but about the general possibility of growing patterns different from odd, even, odd, even, ....
>>
>>8766606
The probabilistic is crap.
A proof would look like this: lets say we have a function f() and g(). f is doing (an odd number)*3+1 and g is doing (an even number)/2.

so we have O -> f() -> E wich reads like "odd becomes even when applying f()" and E->g()->(O | E) wich reads like "Even becomes odd or stays even when applying g().

Then we need to connect this like O -> f() -> E -> g()->(O | E) ...

I made a video about this: https://www.youtube.com/watch?v=U7LrFp9RBek

Protip: to break the collatz conjecture add the following statement "if an even number -1 is dividable by 3, do *3 and +1 instead of dividing by 2" this will make the sequence grow indefinitely.

I've invented a method to tell the factors of an odd number*3+1 just by counting how often you can apply (x-1) /3 % 3 == 0 to that odd number. But I dont know if its of any value so its just sitting in my drawer until I know its any good.
>>
>>8766878
all memes aside, apart from the 3^L exercise for reader part, is the rest of the argument coherent assuming the base case is true?

my induction is rusty
>>
>>8767072
>is the rest of the argument coherent assuming the base case is true
I dont even get the argument. When youre trying to prove the Collatz you have to be extra retarded in your explanation because a) you will notice whats the problem with your approach and b) more people will participate in the conversation.
>>
>>8767104
nvm my mistake was pretty silly
>>
>>8766606
the sequence reaches 1 50% of the time. Either it reaches 1 or it doesn't.
>>
what if n is not an integer
>>
>>8767932
Then the conjecture doesnt make any sense
>>
>all these pointless arguments over odds and evens

Let C:N->N be the usual Collatz recurrence and define the function C':N->N by

C'(n) = 3n+1 if n is odd
C'(n) = m if n=m*2^b with b>0

In other words, C' behaves like C for odd n (returning an even number), but if given an even n it does all the halvings in a single iteration, returning an odd number. This replaces at most finitely many iterations of C, since you can only halve a (finite, nonzero) even natural number finitely many times.

Then C' always behaves as odd->even->odd->even ... and has the same property of converging iff C converges, i.e. iff the Collatz conjecture is true.
>>
>>8768498
What kind of stupid argument is this? Its also non rigorus as fuck.

Do the same thing with 5x+1 instead of 3x+1 and you will see it will always diverge. Just because you're applying /2 as often as you can doesn't mean the number gets always smaller.
Thread posts: 30
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.