HomeAIEvaluating local LLMs with the Collatz Conjecture

Comments

Evaluating local LLMs with the Collatz Conjecture — 1 Comment

  1. Mike
    Collatz conjecture is at best, misleading. The Collatz Conjecture as written is a process, but not an equation. As a process, using mathematical principals to solve leads to impossibilities. But turn the tables and treat Collatz Conjecture like the equation it should be, the solution is quite simple. Collatz, as written, operates on only the mantissa of a stated value without regard of the characteristic. With each divide by 2 cycle, Collatz simply discards each division of 2. That is fine for a process, but it is not mathematically sound. To truly evaluate Collatz, the divide by 2 must be accounted for. Collatz, when seen in binary as an equation, will show the process builds a mantissa of 2^n+ by continuously adding 2^n.
    The real equation for Collatz: (Collatz Process)*2^n, (Where the 2^n clocks up plus 1 for each Collatz divide by 2 from the Collatz Process)

    The Collatz Process (the Collatz conjecture as written) the value always returned is 1. Yet, the true value from the Collatz Equation renders 1*2^n.

    The proof to the Collatz Conjecture:
    When the Collatz Equation is viewed in binary, it will show where the upper bits of the Collatz mantissa increment by 3x and the least significant bit of the mantissa increments by 4x. The mantissa effectively eats itself from the least significant bit left. Kind of a race car theory. I will show how this process builds a mantissa of 2^n by continuously adding 2^n to an ever-increasing mantissa. I will also discard the use of “Steps” for Collatz. When viewed in binary, Collatz can be worked in iterations.

    I taught Binary Floating-Point Binay Math as part of a computer course for the Navy in the ’80s. I know binary. And Collatz “IS” binary.

    I am looking for someone who has a passion for Collatz to show my solution and processes I use to resolve it. I need an unbiased review of my paper so I can feel confident to publish.

    Please contact me.