Avoid the Collatz Conjecture at All Costs!

For anyone who's interested in how numbers work!
Here's a 2022 talk on the 3n+1 or Collatz conjecture.
#collatz

Пікірлер: 182

  • @basqye9
    @basqye97 ай бұрын

    You just need some mathematician's father to write a letter to his son telling him it's impossible and not to waste his time on it. Problem will be solved in no time.

  • @dascandy

    @dascandy

    6 ай бұрын

    I tried that. It hasn't worked yet. Maybe 5 year old was a bit early.

  • @w花b

    @w花b

    6 ай бұрын

    Or the complete opposite. Don't tell it's not solvable and some college guy will solve It.

  • @awebmate

    @awebmate

    6 ай бұрын

    Just put it on a blackboard and wait for the janitor.

  • @GabriTell

    @GabriTell

    6 ай бұрын

    But what if it's actually "impossible" (in the literal sense). I mean, we're assuming that there exists a proof that shows whether it's true or false, but it's already proven that not all mathematical statements must be provable. It's possible that neither its denial nor its affirmation generate contradiction with how the integers ring is defined. 👀 The question is... how do we "prove" there's not a "proof"...? 🤔

  • @Arbmosal

    @Arbmosal

    4 ай бұрын

    @@GabriTell there are various techniques. Though in this case, the interesting thing is this: Imagine we had a proof that this conjecture is undecidable in ZFC. That means it is impossible to find a counter example, otherwise this counter example were a proof that it is false. That means for every number you can ever try or write down, it would terminate in 1.

  • @TymexComputing
    @TymexComputing2 ай бұрын

    Here are the most facts about that simple conjecture - thank you! Very thorough work!

  • @seedmole
    @seedmole6 ай бұрын

    I had some fun trying to make some progress on it by running in reverse, and it quickly showed how this problem depends on an infinitely-growing number of calculations, but while also showing that it is true for certain n mod x = 0. Still though, since prime numbers exist, we can know that there will always be more numbers which will appear within the gaps presented by these values of x where n mod x = 0. My method was to start at 1, and do the opposite operations, building branching trees of numbers. So instead of 3n+1 and n/2, you do 2n and (n + 1) / 3, taking only integer results of the latter. Each branch then consists of consecutive doublings of different starting numbers. E.g., one branch starts with 1 and immediately starts doubling, and it corresponds to all powers of 2. The next branch would be constructed by adding 1 and then dividing by 3, but that doesn't produce an integer result and so it is discarded. The next then would be to move on to the second item in the powers-of-two branch, and adding one, then dividing by three. That comes out to (2 + 1) / 3, and so is a result already within the tree, so it too can be discarded. The next operation would then be (4 + 1) / 3, which is also discarded as it's a non-integer. The next, however, gives us (8 + 1) / 3, which is 3, a new value. With this new value, we can construct 3(2^y), or the first branch of powers of two but with the multiplication of a factor of 3. This process can then be repeated to paint out classes of numbers which are covered by the conjecture, rather than having to work with individual numbers themselves. These classes take the form two to the power of all non-negative integers, times some collection of prime numbers. It establishes that, once a prime number is found to be within the conjecture, all numbers equal to a power of two times that number will also be within the conjecture. This reduces the problem from one of testing every number to testing only prime numbers, while providing the route to reach that prime from some number previously established to be within the conjecture. Now who knows whether that ends up being more calculations to do or not, because it requires a list of known primes, as well as mapping out the route from 1 to each of those primes. But, if we presume the conjecture to be true, we can then rely on naively finding the backwards route in reverse -- i.e. we can do the normal Collatz conjecture process to prime numbers to find their route to/from 1. So this should reduce the amount of calculations needed, once working with a dataset consisting of known prime numbers. This also, however, still falls short of coming anywhere close to proof of the conjecture, as it would require finding the path for all prime numbers, which would require there to be a finite amount of prime numbers. But yeah, this could give a method to establish the validity of the conjecture as to all numbers up to and including all known primes.

  • @a52productions
    @a52productions6 ай бұрын

    It's amazing how quickly this problem goes into the weeds -- these examples do a good job of explaining why exactly it is so hard. We try to come up with a simple heuristic about cycle length, and then the nature of the problem forces us into asking questions about the distribution of powers of primes.

  • @CatinQuiche
    @CatinQuiche6 ай бұрын

    Man, and all this time i've been vising my local Collatz Conjecture not knowing about the consequences of doing so!

  • @sedutperspi
    @sedutperspi6 ай бұрын

    What a nice video! I'm very glad to stumble upon it, never knew where an attempt at solving the Collatz Conjecture can lead you, and it was very interesting to follow the history of it in mathematics

  • @lydianlights
    @lydianlights6 ай бұрын

    super glad to stumble onto your channel! really cool talk!

  • @JesseBusman1996
    @JesseBusman19966 ай бұрын

    Great video. Nice to have a compilation of what we do and do not know!

  • @MrOnlineCoder
    @MrOnlineCoder6 ай бұрын

    Thank God KZread recommended me this great video, 47 minutes flew by really quickly

  • @magicmulder
    @magicmulder6 ай бұрын

    Can’t wait to see what type of curves we need to look at to solve this one. :)

  • @kilogods
    @kilogods7 ай бұрын

    Very entertaining talk. Thanks!

  • @skippyXG
    @skippyXG7 ай бұрын

    Great talk! Thank you 😊

  • @noname117spore
    @noname117spore6 ай бұрын

    Tried my hand at it once. Never again. Ate up too much time just after high school. I do think I’ll at least post my methodology and conclusions here quickly though, although mostly what I can remember. Given that the problem works on multiples of 3 and 2, I decided to split all numbers into 6 (3*2) groups, giving them letter names. A (1,7,…) is an odd number 1 above a multiple of 3 B (2,8,…) is an even number 1 below a multiple of 3 C (3,9,…) is an odd number that is a multiple of 3. D (4,10,…) is an even number that is 1 above a multiple of 3 E (5,11,…) is an odd number 1 below a multiple of 3 F (6,12,…) is an even number that is a multiple of 3. And with these you can start figuring out where numbers trend to, and which are more important and which aren’t. F will become a lower F or a C A,C,E will get multiplied by 3 to become a C, and then have 1 added to become a D. A D divides into either a B or an E A B divides into either an A or a D. With these rules in mind it’s pretty clear F and C don’t matter at all; they will eventually become a D, and there’s no path to reach either once that happens. These rules also demonstrate that a D will be reached no matter what. There is no path that avoids a D. In fact, you can use D (basically a 3n+1) as the start and ends of chained together functions, with 3 potential paths at each D encountered. 1: the E-function, goes D->E->D with an increase. 2: the B-function, goes D->B->D with a decrease 3: the A-function, goes D->B->A->D with a slight decrease except at D1 where it repeats (the 4-2-1 cycle). As such you just ignore every number that isn’t a D and figure out which function a D goes down, as they will go in the pattern A-E-B-E… for growing values of D. Also make sure to give each D a number, with D1 being 4 and D2 being 10. Finding all suitable candidates for going down a chain of functions isn’t too difficult as you just insert each function into the previous function’s “X” (or is it “n” here?) and solve algebraically. And yes, all 3 functions have a specific formula by how much they change the D when applied. No, I don’t remember them off the top of my head, but they don’t take long to figure out. Anyways, the first interesting thing of note is that since the formula for E-functions is just changing factors of 2 into 3 (ok, I do remember that one), you can’t infinitely string them together with a finite number to start with as you’d eventually run out of factors of 2 to convert into 3s, and be forced to undergo a B or A function. The other interesting thing is each time you stack A, B, or E functions with each other, the denominator will grow by a multiple of 2 or 4. For a path of finite length, this means each additional step is either halving or quartering the number of starting D values that will immediately go through it. This effectively debunks infinitely increasing repeating cycles, as the number of D values that could start such a cycle eventually decrease to 1/infinity with infinite steps (aka exactly 1 number on the number line that’ll result in this specific path) and with an infinite repeating growing cycle you could shift 1 down the cycle and find a second D value that gives the same result. Although thinking about it now there are some interesting applications of this method, as there can only exist 1 starting value for any unique infinitely long chain in the conjecture. Although I don’t think it helps much. Anyways, that’s about as far as I got. There was a pattern with the chaining of B and A functions in regards to the addition changes to the next D value, but that’s about it. Thank you for reading this.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    This is equivalent to working on base 6 =) Some research papers suggested and investigated its use as a lot of state transitions for the next few steps can be easily read from the final digit of a number. If you ever pick it up again look up modular arithmetic or modular congruence and you will find some familiarity within it. Have fun!

  • @noname117spore

    @noname117spore

    6 ай бұрын

    @@RadeticDaniel Yeah I definitely realized I was working in base 6 relatively quickly (and then basically just only working with numbers that end with 4). Definitely noticed parallels to modular arithmetic too although I don't know it well enough to figure out if what I was doing was that or just related to that. Glad to hear this route has been somewhat explored. Kind of expected that tbh.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    @@noname117spore working on base 6 is equivalent to modular arithmetic when you look at the last digit to check for an equivalence class, other than that no. The cool part of working in base 6 is that multiplying by 3 is just pushing the digits to the left once and dividing by 2. So, with base 6 in the open and base 10 in parentheses: 3 -> 13+1 (9+1) -> 14 (10) -> 5 -> 23+1 (15+1) -> 24 (16) ... The thing that 30 (18) and 30/2 = 13 (9) is somewhat simple after a while doing the division steps everytime anyway. Just like doing value x 10 / 2 when you want value x 5 in base 10

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    Besides that it doesn't really get very far from what I've seen

  • @tristanridley1601
    @tristanridley16016 ай бұрын

    I love how the comments prove exactly how tempting this problem is to anyone with a basic understanding of maths. Yes, we've tried that. And that. And that. My favourite way to UNDERSTAND the problem is in binary (of course) since you can sum the 'even' rule by just truncating trailing zeros, aka only tracking significant digits. This is what the strange digital funnel images are based on. Then, make trees by working in reverse from 1. This let my brain actually fully viaualize the puzzle and realize it was approximately impossible.

  • @obiwanpez

    @obiwanpez

    6 ай бұрын

    I draw out trees from a 2-power "spine" like other people draw out mandalas. Just something fun and decorative. I personally have discovered interesting patterns, which of course other people have found before me, but it's still something worth exploring occasionally, with no expectations.

  • @seedmole

    @seedmole

    6 ай бұрын

    Yeah in the end it becomes a problem of modular arithmetic, capable of being displayed clearly in binary. But it simply asks too much. By my toying with things, I ended up finding that we could reduce it to testing only prime numbers, by establishing that working upwards from 1 can produce all multiplicative combinations of prime factors. But that still fails to include any primes. And good luck establishing some general proof about primes? Might be doable using modular arithmetic, again, but I can't imagine how to do that except on a case-by-case basis for each prime, which makes for an unsolvable proof not much different from merely checking every number in the non-reversed manner.

  • @X1Y0Z0
    @X1Y0Z06 ай бұрын

    Just found your channel! New subscriber!🎉❤

  • @UmerHA
    @UmerHA6 ай бұрын

    Very cool video! Have you considered making more long-form videos like these? I'd definitely watch :)

  • @SpaceSoundMedia
    @SpaceSoundMedia6 ай бұрын

    Very interesting watch, thank you!

  • @ajayrv6669
    @ajayrv66699 ай бұрын

    This was an amazing video.

  • @tuskiomisham
    @tuskiomisham6 ай бұрын

    well hold up. -1 -> -2 -> -1 there's a loop that doesn't end in 1. also consider 0.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    yeap, negative numbers are an extension to try to better understand it the original sequence has natural numbers for its domain, all integer values 1 and up there are other negative loops on SLOAN and some wikipedia discussion pages

  • @sebcarter5251

    @sebcarter5251

    6 ай бұрын

    The conjecture is about positive whole nonzero numbers mate, negatives dont necessarily loop to one but they aren't part of the conjecture so ye you're right but it doesnt prove the collatz conjecture wrong

  • @scienceandmathHandle
    @scienceandmathHandle6 ай бұрын

    Thanks for this it was very informative!

  • @ScottLahteine
    @ScottLahteine6 ай бұрын

    I’ve done my time playing with the conjecture and it does quickly show you your limitations. It reminds me of the Halting Problem, but of course the HP only demonstrates that there is no *general* solution; it doesn’t rule out a tailored solution. In a certain sense, it means that some programs are just their own “solution” and that the ability to state a conjecture can never be taken to imply a simplified “solution.” If a program can be proven to halt, the proof is kind of isomorphic or analogous to the program itself. So I tend to think that Collatz is just one of those lovely undecidable programs that forms its own distinct continuum.

  • @mathkook
    @mathkook6 ай бұрын

    2^15 ~ 181^2 views!

  • @peilingliu
    @peilingliu7 ай бұрын

    great lecture❤

  • @Banna3Sixty
    @Banna3Sixty5 ай бұрын

    I got the answer i will soon publish. Its very easy than we think...

  • @anneaunyme
    @anneaunyme6 ай бұрын

    Hi! I wanted to stop by to say this video is the best I have seen so far on this topic and thank Math Kook for it. I personally dipped into this and happened to find a proof for the inexistence of "gliders" in 3x+1. Unfortunately publishing it isn't easy when you are not a professional mathematician, but if someone who reads this message is one and is interested I am sure we may find common ground. My paper is in French but I am fluent enough in English to translate it if needed. Have a nice day!

  • @KevinHall-ft8mw

    @KevinHall-ft8mw

    6 ай бұрын

    T'as un discord? i'd like to know more about it

  • @sirgog
    @sirgog6 ай бұрын

    Always loved this problem. I have a solution but it doesn't fit into this post's margin :)

  • @joshuamdiaz101
    @joshuamdiaz1016 ай бұрын

    You can break down the division of 2 more: 1/2 of evens are divisible by 2, 1/4 are divisible by 4, 1/8 are divisible by 8 and so on. If you were to pick a random even number the average "multiplier" it would get is just (1/2*1/2) + (1/4*1/4) + (1/8*1/8) ... This is the summation of 1/2^(2n) which is.. you guessed it, 1/3. So on average between swapping back to odd you're actually just dividing by 3 again.

  • @ohno5559

    @ohno5559

    6 ай бұрын

    If you're averaging multipliers you probably want to take a geometric mean

  • @HansPeterDeutsch_hpd

    @HansPeterDeutsch_hpd

    6 ай бұрын

    "If you were to pick a random even number..." yeah well... unfortunately ... already after the first iteration (and even more so after more iterations) the numbers are NOT completely RANDOM anymore. THAT is the whole problem. Otherwise (i.e. if the numbers after each step would still be random) it would be trivial to prove and not even worth mentioning.

  • @ianallen738
    @ianallen7386 ай бұрын

    This is among the most beautiful problems in all of mathematics. I guess I am an alien.

  • @bradsmith3750
    @bradsmith37506 ай бұрын

    Great talk Math Kook. It's amazing how many different creative approaches have been tried (and have failed). I am surprised that you say no one knows a simple proof that the only circuit cycle is the trivial cycle (1,2). Here's an outline. If we consider only the numbers in a trajectory preceded by a larger number and followed by a larger number (ie. a "local minimum"), we can easily write an equation for the next local minimum. We can show that the only case which returns to the initial value as the next local minimum is 1. Let s be an odd positive integer that is also a local minimum, and let m be the order of 2 in s+1, and k the order of 2 in (3/2)^m * (s + 1) - 1 (this is the largest number reached from s before any smaller number occurs). Then the next local minimum after s is ((3/2)^m * (s + 1) - 1) * (1/2)^k Suppose s = ((3/2)^m * (s + 1) - 1) * (1/2)^k. Some algebra produces s = (3^m - 2^m) / (2^(m+k) - 3^m) * s which means (3^m - 2^m) / (2^(m+k) - 3^m) = 1 Gathering powers of 3 and 2 on opposite sides gives 2 * 3^m = 2^m * (1 + 2^k), or 3^m = 2^(m-1) * (1 + 2^k) Since the 3^m is odd, the exponent (m-1) must be 0, giving m = 1 and 3 = 1 + 2^k, and therefore k = 1 So, the only circuit cycle has m = k = 1, which gives s = ((3/2) * s + 3/2 - 1) * (1/2) = 1, the trivial cycle.

  • @mathkook

    @mathkook

    6 ай бұрын

    Nice! Can you show the details of your some-algebra-produces part? All I can get is s = (3^m-2)/(2^(k+1)-3^m), leading to a potential path where we have to prove there's only one (s, m, k) solution to that equation in the positive integers.

  • @bradsmith3750

    @bradsmith3750

    6 ай бұрын

    @@mathkook My sincere apologies😳 I goofed on the algebra, which in fact produces s = (3^m - 2^m) / (2^(m+k) - 3^m) (not this expression times s).

  • @mathkook

    @mathkook

    6 ай бұрын

    @@bradsmith3750 i know what you mean, i've been there so many times!

  • @guedemedebremartin5081
    @guedemedebremartin50816 ай бұрын

    Too late, I am already in it!

  • @Bagline
    @Bagline6 ай бұрын

    Not a mathematician. Haven't seen it anywhere else, and I'm sure it isn't useful at all, but I found it interesting nonetheless. I started by looking at the last digit only, and decided upon a sequence of that last digit say 6,3,0,5 (any will do). When you look at all the starting numbers that end with that last digit for example 6,16,26,36... 686,696, etc. and stop it when it first breaks the 6,3,0,5 sequence, the lengths of these sequences end up looking like a lined ruler with equally spaced markings.

  • @katakana1
    @katakana16 ай бұрын

    45:50 18x - 7y = 35 limited to integers is very easy: Because 35 is a multiple of 7 and you're subtracting a multiple of 7, you just need to find a multiple of 18 that's also a multiple of 7... Which is trivial (18*7 so x = 7) and then y is just 18-5 = 13 from there (the 5 is the other factor of 35). Easy for high school (and middle school!) And then there are an infinite amount of solutions where x = 7k and y = 18k - 5

  • @mathkook

    @mathkook

    6 ай бұрын

    Thank you @katakana1! From the book Math Kook (p. 152): "Until recently, I thought 'irrational' was a derogatory word. I imagined ancient mathematicians arguing with each other: 'Sir, you are irrational, as are your arguments ... as are your very numbers!' But then I learned the root word of 'irrational' is 'ratio.' It just means 'un-ratio-able.' Upon hearing this, a European acquaintance told me, 'It's impossible to finish school without knowing this.' I replied that in the United States, anything is possible."

  • @tristanridley1601

    @tristanridley1601

    6 ай бұрын

    ​@@mathkookI also paused the video and solved this one. Good ending, honestly, after tempting my brain repeatedly with the impossible problem. :)

  • @BainesMkII

    @BainesMkII

    6 ай бұрын

    @@mathkook You probably did learn it in school, and then never thought about it again because the other definition is so ingrained. I'm almost certain at least one, if not all, of my high school teachers that explained irrationals did so by stressing the "ratio". I'm absolutely certain my mind thought it made perfect sense, and that by the next day I'd completely forgotten about it. Because math class would proceed to treat it as just another arbitrary label (like "imaginary"), while everything outside of math class would only use the other definition of "irrational".

  • @otter502
    @otter5026 ай бұрын

    5:57 this feels like the halting problem, like a lot like it

  • @brendawilliams8062

    @brendawilliams8062

    6 ай бұрын

    Yeap it halts a lot of efforts

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    @@brendawilliams8062 damn hahahaha still true though

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    yes otter, same thinking over here =)

  • @mikehibbett3301
    @mikehibbett33016 ай бұрын

    great xkcd link :)

  • @pondermatic
    @pondermatic4 ай бұрын

    What does Life simulating 3n+1 look like? I wonder if that’ll give us any more clues. In particular, stop looking at it as a function of human counting numbers and start looking at it as dots.

  • @Sollace
    @Sollace6 ай бұрын

    Now that's very interesting. I wonder if you could invert it somehow. Instead of a finite sequence ending at 1, you let it be a infinite sequence starting at one. Then proving the conjecture is just proving that the sequence contains every integer.

  • @KnufWons

    @KnufWons

    6 ай бұрын

    That’s the approach I’m using!

  • @Sollace

    @Sollace

    6 ай бұрын

    @@KnufWons Ooh nice! I hope you give an update on how that turns out. I'd be very interested to know if it works.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    that is how you generate the tree shown at the beginning if a number is even and one more than a multiple of 3 then you can do (n-1)/3 to find out which odd number would get to it and of course you can always include 2n for each number on the tree, as it will always be even and divide to get to n

  • @alfredclark994

    @alfredclark994

    Ай бұрын

    You still have to resolve the loops question. Alf.

  • @greggsenne1268
    @greggsenne12686 ай бұрын

    I've found an interesting way to map this, but no one seems to be interested. It reveals some interesting patterns.

  • @tjdrennan7147
    @tjdrennan71474 ай бұрын

    Just change 1 + 1 to equal 3, the unity of 2 creates something new a third, do this and 3n + 1 becomes infinite

  • @MelindaGreen
    @MelindaGreen6 ай бұрын

    Can you point me at a high resolution version of the plot you showed alongside the game of life? I'd like to stare at it a bit.

  • @mathkook

    @mathkook

    6 ай бұрын

    sure thing @MelindaGreen, go to math-kook-book.github.io/base2.png ... the different runs are graphically scaled to the same height, even though some runs take longer than others. (also, this is a base2 version that's clearer to read than the base10 version in the video)

  • @PedroPedruzzi
    @PedroPedruzzi6 ай бұрын

    I don't get the slide on cycle length bound. What is a high cycle? Where 8.89 comes from? Doesn't make sense to me since every cycle of len 13 (and up to 11e6) has 1 as its least member.

  • @mathkook

    @mathkook

    6 ай бұрын

    @PedroPedruzzi Right on. (1) You can also send fractions through the Collatz rule ... try 211/13 and see what you get (a fraction is odd if its numerator is). (2) Not every fraction is a cycle member, but every cycle shape is inhabited by some set of fractions. (3) Considering all cycles with x odd terms (almost surely non-integer fractions, but who knows?) the high cycle is the one whose least member is greatest ... a truly infelicitous phrase.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    @@mathkook not trying to rain on anyone's happiness here, but it is my first time reading about odds and evens with fractions. Considering 3/7 = 6/14 I'd assume parity has to be determined with the most reduced form? Interesting concept =)

  • @user-wj5yo9xx4l
    @user-wj5yo9xx4l10 күн бұрын

    (1)if n is even, n := -n/2 (2)if n is odd, n := -3n + 1 (3)if n is not 1, repeat(1)(2) for example,n = -7 -7→22→ -11→34→ -17→52→ -26→13→ -38→19→ -56→ 28→ -14→7→ -20→10→ -5 →16→ -8→4→ -2→1 I can't find counter-example.

  • @ianweckhorst3200
    @ianweckhorst32005 ай бұрын

    Actually, I think you could probably find a way to encode an initial starting pattern in binary for conways game of life, and if you applied the same logic to the collatz conjecture, you could likely make interesting simulations

  • @Manatoro
    @Manatoro10 күн бұрын

    I seee the pattern. I am not able to publish because I am not endorsed. Can you please help me or check my solution. I am serious! Thanks

  • @tommaniacal
    @tommaniacal6 ай бұрын

    Are there any conjectures like this that are thought to be impossible due to checking insane amounts of numbers, but it was later proved that the solution is just stupidly large?

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    Yes, the sum of 3 integer cubed numbers being equal to 3. It had 2 known solutions and it was conjectured no other solutions existed, until someone published another triplet that worked

  • @nightmisterio
    @nightmisterio6 ай бұрын

    Where in real problems does that 3n+1 come from?

  • @TheSinisterPorpoise1
    @TheSinisterPorpoise16 ай бұрын

    Thanks to computer scientists, we know the conjecture holds true for all numbers up to 2^69.

  • @cougar2013

    @cougar2013

    6 ай бұрын

    Actually it was 420^69

  • @bazooka712
    @bazooka7126 ай бұрын

    In the probabilistic sense, can the problem be described as always convergent, since no matter how big the number is, the odds of it never being a power of 2 is next to none due to the sheer amount of numbers it goes through?

  • @ianallen738

    @ianallen738

    6 ай бұрын

    next to none is not none.

  • @bazooka712

    @bazooka712

    6 ай бұрын

    @@ianallen738 Given that no natural number can be uncountable, a sequence can't have zero probability of being a power of 2 since the succession itself is never ending. Thus, the probability of landing in a power of 2 is non zero for every sequence since they're not finite.

  • @Aedi

    @Aedi

    6 ай бұрын

    ​@@bazooka712but they are finite, for any starting number, theres a finite set of numbers that it traverses.Yes you can extend the list infinitely with 1>4>2>1, but its not seeing new numbers, so you can, to use your argument, state that the odds of this sequence ever reaching 3 is 0%. you may have crossed 3 earlier, but theres no point continuing once the sequence has reached a number its already been too. its guaranteed to never see another number. Even without knowing the actual truth of the collatz conjecture, we know theres 3 outcomes. it goes to 1, and loops it goes to itself, and loops or it somehow extends upwards infinitely. 2 of those options see finitely many numbers, always. So you cant just say theyre not finite and use probability to make an argument

  • @tristanridley1601

    @tristanridley1601

    6 ай бұрын

    We can use probability to tell us the LIKELY answer. But not proof.

  • @wiilli4471

    @wiilli4471

    6 ай бұрын

    @@bazooka712 Doesnt matter because yoy need a finite counter example. Your case would only work if you were looking for an infinite number of exceptions. For example, imagine 3 didn't work but every single other number did; your convergence would still hold.

  • @Bethos1247-Arne
    @Bethos1247-Arne6 ай бұрын

    I thought I would be clever with my approach to do this calculation in binary, but it led to nowhere. I hoped, 3n+1 would yield a certain pattern. In the end one has to proof that 3n+1 at some point leads to a binary number which contains only a single 1, counting all digits (as powers of two collapse the 1-2-4 loop).

  • @beeble2003

    @beeble2003

    6 ай бұрын

    Never hurts to try, but it's very unlikely that a simple transformation will turn a hard problem into an easy one. Especially if it's a famous problem, where all the easy approaches have surely already been tried.

  • @ianallen738

    @ianallen738

    6 ай бұрын

    you cant change a problem by changing the base. some patterns may be more apparent to a lazy human eye in one base as opposed to another, but regardless those same patterns exist in all bases. 3n+1 is especially beautiful in binary, but ultimately the pattern boils down to the fact that you still need to solve the conjecture in order to prove the conjecture.

  • @cameronbigley7483

    @cameronbigley7483

    6 ай бұрын

    After messing about in binary for fun, I did see the pattern that strings of 1 lead to recurring odd numbers. It's quite fun to pick a random large number and let it run, see what'll happen.

  • @tristanridley1601

    @tristanridley1601

    6 ай бұрын

    It's actually FAR better to look at in binary, and generally considered that way. Still intractible, just more intelligibly. The steps just become "add the number to itself, bitshifted left by 1, plus one. Then truncate all trailing zeroes. Check for 1." So simple you could build a specialist computer chip to solve it nearly instantly for any given starting number. You're still left checking infinite starting numbers, of course. Lol

  • @beeble2003

    @beeble2003

    6 ай бұрын

    @@tristanridley1601 "add the number to itself, bitshifted left by 1, plus one" is no simpler than multiplying by 3 and adding 1; truncating all leading zeros is no simpler than dividing repeatedly by 2. Recasting it into binary doesn't make it conceptually any simpler, and it doesn't make it any easier for a computer, because everything we put into computers is encoded in binary anyway.

  • @isbestlizard
    @isbestlizard6 ай бұрын

    We should probably not ask an AI the answer to this in case it decides the universe needs converting into stuff better suited for answering the 3x+1 conjecture

  • @timothygaede277
    @timothygaede2776 ай бұрын

    2:22 Two Andrews disproved there were only two.

  • @XahhaTheCrimson
    @XahhaTheCrimson6 ай бұрын

    Maybe this might be a mathematically guaranteed unprovable problem... Also, thank you for the great explanation video.

  • @hhhhhh0175

    @hhhhhh0175

    6 ай бұрын

    john conway proved a generalization of this problem is undecidable in 1972 - en.wikipedia.org/wiki/Collatz_conjecture#Undecidable_generalizations his functions, however, do not use any addition, which gives them significantly different dynamics than the standard collatz conjecture

  • @tristanridley1601

    @tristanridley1601

    6 ай бұрын

    So far no one has successfully proven THAT either. Yet. Probably we'll prove one or the other eventually.

  • @dudethebagman
    @dudethebagman6 ай бұрын

    Wait a minute! At 12:48 you said that no positive whole-numbered cycles of length 3 exist. What about 4-2-1-4 ? Isn't that a cycle of length 3? What did you really mean, and where's the proof?

  • @mathkook

    @mathkook

    6 ай бұрын

    @dudethebagman Thanks for the reminder. I'm using the "short cut" rule that takes odds to (3n+1)/2 instead of (3n+1). So -5 goes to -7 instead of -14 (then to -7). Under the short-cut rule, the trivial loop is 2-1-2, of length 2.

  • @dudethebagman

    @dudethebagman

    6 ай бұрын

    Okay then. I see what you mean. It's "New Rule." The trivial loop is length 2. @@mathkook

  • @pierreabbat6157
    @pierreabbat61576 ай бұрын

    Avoid it like a hotpo tato!

  • @reilysmith5187
    @reilysmith51876 ай бұрын

    Why not just use n+1? That also goes down to one?

  • @radeklew1

    @radeklew1

    6 ай бұрын

    I think it's pretty easy to prove this one terminates, since the numbers decrease much more quickly. Starting any number n, you either go to n/2 in one step or (n+1)/2 in two steps. In both cases, you end up with a smaller number than you started with*, so you'll end up at 1 within 2lg(n) steps, and usually around 1.5lg(n) steps since you're dividing by 2 every one or two steps and I would expect the two possibilities to be roughly equally probable. Sanity check: lg(10000)≈13.3, and 10000 goes to 1 in 20 steps (10000, 5000, 2500, 1250, 625, 626, 313, 314, 157, 158, 79, 80, 40, 20, 10, 5, 6, 3, 4, 2, 1). Almost exactly 1.5lg(10000)! *this is only true for numbers greater than two. But 2 and 1 obviously go to 1. I think the reason 3n+1 makes it so much harder is that the next number can either go up or down by a reasonably similar amount (either a factor of 2 or 3), whereas with the n+1 version it can go down by a factor of two but only go up by a measly constant.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    @@radeklew1you are correct, half of the odds become a multiple of 2 and the other half a multiple of 4. So it gives 3n/2 and 3n/4 for those cases, which keeps some of the starting numbers floating in a narrow range until they hit a value that likes to jump particularly high or that falls particularly fast

  • @helengrives1546
    @helengrives15466 ай бұрын

    I don’t know much about math. If it’s about closeness of powers; then 2 raised to a power is missing the odd numbers and prime numbers. So, if you want to find some closeness, then you have to raise those numbers to some power. So maybe there’s a better question to be asked. Anyway I found it very entertaining fiddling around with numbers.

  • @roflattheworld
    @roflattheworld6 ай бұрын

    Psshhh - I will solve it and you heard it here first!

  • @JRazEd
    @JRazEd6 ай бұрын

    you cant stop me i will not avoid 3n+1

  • @alexander_adnan
    @alexander_adnan6 ай бұрын

    Too late … the last part is too entangled and too beautiful to let go

  • @willemesterhuyse2547
    @willemesterhuyse25476 ай бұрын

    You have displayed the 7-cycles, so why don't you say you proved the conjecture false?

  • @FadkinsDiet

    @FadkinsDiet

    6 ай бұрын

    They're not for the collatz conjecture (,3n+1), They're for 5n+1

  • @janmacek6984

    @janmacek6984

    6 ай бұрын

    And that is, in fact, a big difference (not kidding). @@FadkinsDiet

  • @jonathanschenck8154
    @jonathanschenck81546 ай бұрын

    If a value in an array is checked than skip. like the Fibonacci sequence is self checking. Powers of 2 always divide.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    this is how to solve problem 100 on UVa Online Judge for computer algorithm competitions stack all value until you find a known solved n unstack filling up the array when the index is not out of bound repeat until you know enough for each query cool problem and how i first heard of 3n+1 to begin with but working this out only gives a fast way to calculate solvable numbers and detect a loop if it exists however it does not tell us if a loop exists or if all numbers are solvable

  • @jonathanschenck8154

    @jonathanschenck8154

    6 ай бұрын

    Bruh, just because someone has a 19$ license, doesn't mean they have any prior experience in coding. Had to prove fandoms would ban those that have a lifetime license to test apps because fandoms be toxic on general populace. Proved promotion systems to be just as toxic as fandom hijackers.

  • @jonathanschenck8154

    @jonathanschenck8154

    6 ай бұрын

    But in general math & coding. I'd at least like to learn Address & directory scripting in programing. Because why not.!?

  • @jonathanschenck8154

    @jonathanschenck8154

    6 ай бұрын

    If Hex is ended in H, Than Bin is end: I/O, Than Octo ends: Ot? Decimal be tagged!?

  • @hhhpestock951
    @hhhpestock9516 ай бұрын

    There's gotta be a way to make a fractal structure with this

  • @markshiman5690

    @markshiman5690

    6 ай бұрын

    Already done.

  • @hhhpestock951

    @hhhpestock951

    6 ай бұрын

    @@markshiman5690 do tell?

  • @kurmetsultan
    @kurmetsultan4 ай бұрын

    An incomplete explanation of my proof of the Collatz conjecture is shown in the following video. kzread.info/dash/bejne/l6uO0MiPf5bdiJs.html

  • @tmlen845
    @tmlen8456 ай бұрын

    Maybe an ever increasing sequence is somehow possible. Starting with some odd number, adding a prime factor 3, and then incrementing the number by 1, should produce a number with only one 2 prime factor. And this should remain true when doing this repeatly. It seems to be about how incrementing a number affects its prime factors. If a number has at least one 2 (prime factor), incrementing it removes all 2's because it becomes odd. But if a number has no 2, incrementing it adds one or multiple 2's. And here the numbers should always remain such that only one 2 will be added.

  • @bazsnell3178

    @bazsnell3178

    6 ай бұрын

    So all the words in your comment are nonsense! Don't just waffle on, just tell us your solution!

  • @tristanridley1601

    @tristanridley1601

    6 ай бұрын

    I don't really think you're considering the impact of addition on factors. It pretty well scrambles them.

  • @tokajileo5928
    @tokajileo59286 ай бұрын

    maybe going from the other direction could be useful. let's prove that if we take the number 1 and apply the reverse collatz, then all natural numbers can be created that way.

  • @mathkook

    @mathkook

    6 ай бұрын

    Good idea & one would hope! See Episode 41 for a glimpse in this direction.

  • @ianallen738

    @ianallen738

    6 ай бұрын

    thats equivalent. if you can prove it going up, you have proved it going down, and vice-versa. it makes no effective difference on the difficulty of solving the problem.

  • @tristanridley1601

    @tristanridley1601

    6 ай бұрын

    That's basically the thought behind looking at the trees.

  • @alfredclark994

    @alfredclark994

    Ай бұрын

    Done that. Still have to resolve the question of possible loops. Alf.

  • @victorcossio
    @victorcossio Жыл бұрын

    Is the 1 million dollat prize legit? I cannot find any source of that in any trustable source. Only in a obscure web which doesn't seem to be legit

  • @gregorymorse8423

    @gregorymorse8423

    9 ай бұрын

    Just Google Collatz Bakuage it was in the news a couple years ago. But don't waste your time on the conjecture, as if you aren't smart enough to do basic web searches well...

  • @gjjkhjkk9241

    @gjjkhjkk9241

    9 ай бұрын

    leggit a tokyo company

  • @alexander_adnan

    @alexander_adnan

    6 ай бұрын

    Yes it is

  • @AltumNovo
    @AltumNovo4 ай бұрын

    You need 99.999...% odds to stay above the start number because even numbers on average don't just get divided by 2, every multiple of 4 gets divided by 4, every multiple of 8 gets divided by 8 etc... diverges to on average even numbers get divided an infinite number of times

  • @mahmoudattalla2972
    @mahmoudattalla29723 ай бұрын

    N= positive odd number. N changes to (3N+1)/2 (3N+1)/2 could be: 1- (3N+1)/2 = positive odd integer 2- (3N+1)/2 = positive even integer 1- assume (3N+1)/2 = positive odd integer. Since N = positive odd integer, it could be a value for (3N+1)/2 So, (3N+1)/2 = N 3N + 1 = 2N 3N - 2N = -1 N = -1, which contradicts with N = positive odd integer. So, the assumption (3N+1)/2 = positive odd integer is false. 2- assume (3N+1)/2 = positive even integer. Since N + 1 = positive even integer, it could be a value for (3N+1)/2 So, (3N+1)/2 = N + 1 3N + 1 = 2N + 2 3N - 2N = 2 - 1 N = 1, which does not contradict with N = positive odd integer. So, the assumption (3N+1)/2 = positive even integer is true, and (3N+1)/2 will change to smaller value (3N+1)/4 If N = 1, (3N+1)/4 will equal 1, which is a term within the destination loop 1 → 2 → 1. So, N = positive odd integer, just changes to (3N+1)/2 = positive even integer, which changes to (3N+1)/4 Eng. Mahmoud Attalla. WhatsApp: +20 1112669096.

  • @DeadJDona
    @DeadJDona6 ай бұрын

    (3x+1)^n / 2^n = 1

  • @user-id2ki4gl8m
    @user-id2ki4gl8m3 ай бұрын

    Dear, can I discuss about Collatz.

  • @alexander_adnan
    @alexander_adnan3 ай бұрын

    😂😂😂😂😂

  • @tylerbakeman
    @tylerbakeman6 ай бұрын

    It might be better to model the problem with a Poset, and see if it converges. Still a huge waste of time. Unless we can reapply the logic to another expression (ie 5x+1 )

  • @HoushouRattengod
    @HoushouRattengod6 ай бұрын

    I have found multiple repeating patterns within the Collatz Conjecture I just haven’t taken a proper class on Proof Writing so I can make a proper paper to submit

  • @PlaceholderAlex

    @PlaceholderAlex

    6 ай бұрын

    talk with a university mathematics professor. they'd help you. probably dont even have to attend that university

  • @HoushouRattengod

    @HoushouRattengod

    6 ай бұрын

    @@PlaceholderAlex tried. Local community college and the local university both told me that their maths departments are too busy to devote extra time with non-campus work. It’s alright though. I’ll get there. I’m signed up with a program. But yeah. I’ve found multiple repeating patterns. The funny thing is one set of patterns changes every time time you apply the Collatz Conjecture. EVERY. TIME. While I cannot predict what that pattern will look like, I can tell you exactly how many Odds and Evens will be in that pattern. (Note as that set of patterns approaches infinity, the quantity of Odds and Evens on the Numberline both approach a limit. 33.333…% Odd & 66.67% Even. But the more important pattern. Makes the numberline look like a Ruler. With evenly spaced lines.

  • @HoushouRattengod

    @HoushouRattengod

    6 ай бұрын

    @@PlaceholderAlex in fact the Ruler Pattern is thee most important pattern. As it basically proves that at infinity, there’s an odd number with an Infinite number of Evens between the initial odd number and the next odd number.

  • @Tzizenorec

    @Tzizenorec

    6 ай бұрын

    ​@@HoushouRattengod Just to be clear, are you talking about a counterexample, or just some odd side patterns that you found while playing with the conjecture? If you have a counterexample, then you shouldn't really bother reporting more than the single list of numbers in _one_ of your counterexamples (at least until someone impressed comes to you asking how you found it).

  • @HoushouRattengod

    @HoushouRattengod

    6 ай бұрын

    @@Tzizenorec it’s not a counter example. Just the opposite. I’m fairly certain it is the proof needed to show that all numbers will go to one. The pattern(s) in the first section shows that as you continue to use and apply the Collatz Conjecture. The literal Numberline starts to skew towards two limits. 33.3333…% Odd and 66.67% Even Look. 1,2,3,4, …. The numberline before The Collatz Conjecture. 50% Odd, 50% Even. Now apply the rules. Pattern: Odd-Even, Collatz, 1 Time (No shortcut) 4, 1, 10, 2, … Pattern: Even-Odd-Even-Even The pattern has doubled in size and the % of Odds:Evens is 25% Odd / 75% Even Don’t believe me? Watch: 5, 6, 7, 8, … -> 16, 3, 22, 4 Even-Odd-Even-Even That’s just on applying the Collatz Conjecture once. Do it again and you get a new pattern. 1, 2, 3, 4, 5, 6, 7, 8, … (base) 4, 1, 10, 2, 16, 3, 22, 4, … (Collatz-1 (C1)) 2, 4, 5, 1, 8, 10, 11, 2, … (C2) The pattern doubles in size a second time and changes to: E-E-O-O-E-E-O-E 3 Odds / 5 Evens Every time you apply the Collatz Conjecture, there is a new pattern. I cannot predict what the pattern will look like. But I can tell you that the size of the pattern is equal to 2^n , where n equals the number of times you have applied the Collatz Conjecture +1. That way the Base Integer Numberline is 2^(0+1) = 2^1 The formula for how many Odd numbers is a LOT more tricky. But it is based on a recurrence relation formula. And basically, if you map these out, you start to see that a limit starts to appear. And that limit is 1/3 of the Numberline are Odds, and 2/3 are Even. And while /that/ doesn’t prove the Collatz Conjecture. The process I went through to find that, is the basis of “The Ruler” pattern I have.

  • @o0Donuts0o
    @o0Donuts0o6 ай бұрын

    So multiplying two odd numbers results in an odd number. They make you add one to always make the result even. Then you have to divide the even numbers by 2. You will always go down because you are halving the result every time. The only reason you end up with the familiar 8-4-2-1 sequence is because of dividing by 2. This is only a result of the mechanics of math and our number system, not some mystical sequence.

  • @andrewhargreave7246

    @andrewhargreave7246

    6 ай бұрын

    It's not that simple. (3n+1)/2 is still > n. An alternating sequence of odd-even will always grow, not shrink. Easy example is n=5. You get 5->16->8, so it does increase. The question is, is there a chain that doesn't eventually hit a power of 2, and we can't know that without a more rigorous proof.

  • @o0Donuts0o

    @o0Donuts0o

    6 ай бұрын

    @@andrewhargreave7246 This isn't that amazing to me. The only interesting thing that happens is that sometimes when you have an even number and divide by two you get an odd number. That's just the mechanics of our number system. The rules force any odd number to become even thereby halving the number. Do it enough times and you will get to the 8-4-2-1 sequence which is ONLY divisible by 2 as per the rules. There is no upper limit to this sequence as it works on any whole number. This sequence only works with divide by two and is therefor just a curiosity and a mechanic of our number system.

  • @Aedi

    @Aedi

    6 ай бұрын

    ​@@o0Donuts0oThe conjecture interests so many people entirely because its not nearly as simple as you seem to believe. Noone has been able to prove that it always reaches 1, many people believe so, but proof of that is a lot harder to make. As Andrew mentioned (3n+1)/2 is larger than n, and if it results in an odd number it can continue to grow. It will almost go back down again, but in doing so it may go down to the original odd number, in which case it then repeats the loop

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    @@o0Donuts0o someone else could argument that if you keep dividing by 2, it will be odd, and jump times 3. Even if you divide it again, half the time you will get another odd number and become approximatedly 3n/2 from n/2 from n. Your argument with words only is not strong enough to apply the induction principle. More importantly, it is not strong enough to resist the flipping of terms of your own argument as i wrote above. For example, your argument doesn't say anything about 3 being the multiplier, but 7n+1 grows to infinity. If the multiplier matters, then your logic is either incomplete or wrong. Over simplifying an approach only solves easy problems, this one is open for more than 75 years and some of the best mathematicians of their days tried it. If it was that simple, it would be solved already.

  • @o0Donuts0o

    @o0Donuts0o

    6 ай бұрын

    @@RadeticDaniel no. You want it to be hard and mysterious. This isn’t something like solving primes. The rules are made up to make every odd number forcefully be even. And every even number divisible by two. This “puzzle” does not work if you divide by 4 or any other even number. It’s just product of our number system. It won’t work on any other base. All it shows is that if you halve certain numbers by two you may get the 8-4-2-1 sequence. Don’t make this some sort of golden ratio mysticism.

  • @imeprezime1285
    @imeprezime12856 ай бұрын

    Too many words to describe the problem, transition without algebra, recursion incapable. Not worth investing time

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    Let F( n ) = 3n+1 if 2|n, n/2 otherwise. Prove all natural values of n always reach 1. That's the simplest way to describe it and it has been open for nearly 80 years. Have fun! P.S.: ready Tao's paper for plenty of Algebra or Conway's automaton solution attempt for another incredibly puzzling perspective

  • @imeprezime1285

    @imeprezime1285

    6 ай бұрын

    @@RadeticDaniel Let f(x) be a real valued function. If x is rational than f(x)=1, otherwise f(x)=0.. Many would say that's description of a function is ok. I would say it describes a $hit.

  • @RadeticDaniel

    @RadeticDaniel

    6 ай бұрын

    @@imeprezime1285 you still don't say what is wrong with the description in your opinion and either ignored or just didn't acknowledge the reference to well known researchers with papers you could probably easily find... As far as I know even calculus books will describe the absolute value function over real numbers as Let F( x ) = -x if x

  • @imeprezime1285

    @imeprezime1285

    6 ай бұрын

    @@RadeticDaniel You are missing the point and give a supereasy calculable example to face my example. How would you build an algorithm in order to calculate f(x) for every given x? You must know for every possible x if it is irrational or not. Math will never be able to answer that. There are problems that math simply can't solve. Collatz conjecture, Goldbach conjecture and some others are very likely such problems. Words come easy, and with them you can describe almost everything. But that's not enough to reach constructible proof in some cases (and that's hard to prove as well)

  • @diogeneslaertius3365
    @diogeneslaertius33656 ай бұрын

    This "conjecture" is one of the most useless and dumbest thing that ever happened in mathematics. It's just ridiculous that people spend time on it. I am almost certain you can generalize it to work with different iterations, some n