Collatz-like: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
m (fix typo)
m (fix typo)
Line 52: Line 52:


=== Tetration Machine ===
=== Tetration Machine ===
Consider the current [[1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE|BB(6,2) Champion]] (discovered by Pavel Kropitz in May 2022) and consider the general configuration:<math display="block">K(a, b) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C>} \; 0^\infty</math>Shawn Ligocki showed that:
Consider the current [[1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE|BB(6,2) Champion]] (discovered by Pavel Kropitz in May 2022) and consider the general configuration:<math display="block">K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C>} \; 0^\infty</math>Shawn Ligocki showed that:
<math display="block">\begin{array}{l}
<math display="block">\begin{array}{l}
   \\
   \\
   0^\infty \; \textrm{A>} \; 0^\infty & \xrightarrow{45} & K(5) \\
   0^\infty \; \textrm{A>} \; 0^\infty & \xrightarrow{45} & K(5) \\
   K(4k)  & \to & \text{Halt}(9n-6) \\
   K(4k)  & \to & \text{Halt}(\frac{3^{k+3} - 11}{2}) \\
   K(4k+1) & \to & K(\frac{3^{k+3} - 11}{2}) \\
   K(4k+1) & \to & K(\frac{3^{k+3} - 11}{2}) \\
   K(4k+2) & \to & K(\frac{3^{k+3} - 11}{2}) \\
   K(4k+2) & \to & K(\frac{3^{k+3} - 11}{2}) \\

Revision as of 06:35, 13 August 2024

A Collatz-like function is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:

A Collatz-like problem is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.

Many Busy Beaver Champions have Collatz-like behavior, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.

Examples

BB(5,2) Champion

Consider the BB(5,2) Champion and the generalized configuration:

Pascal Michel showed that:

Starting on a blank tape , these rules iterate 15 times before reaching the halt config.[1]

Hydra

Consider Hydra (a Cryptid) and the generalized configuration:

Daniel Yuan showed that:

Where is a halting configuration with non-zero symbols on the tape.

Starting from config this simulates a pseudo-random walk along the parameter, increasing it by 2 every time is odd, decreasing by 1 every time it's even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function

starting from 3:

Specifically, will it ever reach a point where the cumulative number of E (even transitions) applied is greater than twice the number of O (odd transitions) applied?[2]

Tetration Machine

Consider the current BB(6,2) Champion (discovered by Pavel Kropitz in May 2022) and consider the general configuration:

Shawn Ligocki showed that:

Starting from config , these rules iterate 15 times before reaching the halt config leaving over non-zero symbols on the tape.[3]

References