Collatz-like: Difference between revisions

From BusyBeaverWiki
Jump to navigation Jump to search
Tjligocki (talk | contribs)
m The text associated with "\xrightarrow" was being clipped in some cases and wasn't readable.
Hsjoihs (talk | contribs)
m Removing the space after the comma when in the main text (but not when it is a citation), adhering to https://discord.com/channels/960643023006490684/1249351319756607619/1260560590192115764
Line 10: Line 10:
== Examples ==
== Examples ==


=== BB(5, 2) Champion ===
=== BB(5,2) Champion ===
Consider the [[BB(5, 2)]] Champion (<code>1RB1LC_1RC1RB_1RD0LE_1LA1LD_1RZ0LA</code>) and the generalize configuration:
Consider the [[BB(5,2)]] Champion (<code>1RB1LC_1RC1RB_1RD0LE_1LA1LD_1RZ0LA</code>) and the generalize configuration:


<math display="block">M(n) = 0^\infty \; \textrm{<A} \; 1^n \; 0^\infty</math>Pascal Michel showed that:
<math display="block">M(n) = 0^\infty \; \textrm{<A} \; 1^n \; 0^\infty</math>Pascal Michel showed that:
Line 52: Line 52:


=== Tetration Machine ===
=== Tetration Machine ===
Consider the current [[BB(6, 2)]] Champion (discovered by Pavel Kropitz in May 2022)  <code>1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE</code> 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 [[BB(6,2)]] Champion (discovered by Pavel Kropitz in May 2022)  <code>1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE</code> 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:
<math display="block">\begin{array}{l}
<math display="block">\begin{array}{l}
   \\
   \\

Revision as of 11:51, 10 July 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:c(2k)=kc(2k+1)=3k+2

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 (1RB1LC_1RC1RB_1RD0LE_1LA1LD_1RZ0LA) and the generalize configuration:

M(n)=0<A1n0Pascal Michel showed that:

0<A0=M(0)M(3k)5k2+19k+15M(5k+6)M(3k+1)5k2+25k+27M(5k+9)M(3k+2)6k+1201H>01(001)k+110

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

Hydra

Consider Hydra (a Cryptid) 1RB3RB---3LA1RA_2LA3RA4LB0LB0LA and the generalized configuration:

C(a,b)=0<B03(a2)3b20 Daniel Yuan showed that:0A>019C(3,0)C(2n,0)Halt(9n6)C(2n,b+1)C(3n,b)C(2n+1,b)C(3n+1,b+2)

Where Halt(n) is a halting configuration with n non-zero symbols on the tape.

Starting from config C(3,0) this simulates a pseudo-random walk along the b parameter, increasing it by 2 every time a 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 functionh(2n)=3nh(2n+1)=3n+1starting from 3:

3O4E6E9O13O19O28E42E63

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) 1RB0LD_1RC0RF_1LC1LA_0LE1RZ_1LF0RB_0RC0RE and consider the general configuration:K(a,b)=010n1105C>0Shawn Ligocki showed that: 0A>045K(5)K(4k)Halt(9n6)K(4n+1)K(3k+3112)K(4n+2)K(3k+3112)K(4n+3)K(3k+3+12)

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

References