Collatz-like: Difference between revisions
m (Added a blank line to improve vertical spacing) |
m (More (minor) vertical space changes.) |
||
Line 19: | Line 19: | ||
M(3k+2) & \xrightarrow{6k +12} & 0^\infty \;\; 1 \;\; \textrm{H>} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty \\ | M(3k+2) & \xrightarrow{6k +12} & 0^\infty \;\; 1 \;\; \textrm{H>} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty \\ | ||
\end{array}</math> | \end{array}</math> | ||
Line 31: | Line 34: | ||
C(2n, & b+1) & \to & C(3n, & b) \\ | C(2n, & b+1) & \to & C(3n, & b) \\ | ||
C(2n+1, & b) & \to & C(3n+1, & b+2) \\ | C(2n+1, & b) & \to & C(3n+1, & b+2) \\ | ||
\end{array}</math>Where <math>\textrm{Halt}(n)</math> is a halting configuration with <math>n</math> non-zero symbols on the tape. | \end{array}</math> | ||
Where <math>\textrm{Halt}(n)</math> is a halting configuration with <math>n</math> non-zero symbols on the tape. | |||
Starting from config <math>C(3, 0)</math> this simulates a pseudo-random walk along the <math>b</math> parameter, increasing it by 2 every time <math>a</math> 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<math display="block">\begin{array}{l} | Starting from config <math>C(3, 0)</math> this simulates a pseudo-random walk along the <math>b</math> parameter, increasing it by 2 every time <math>a</math> 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<math display="block">\begin{array}{l} | ||
Line 47: | Line 53: | ||
K(4n+2) & \to & K(\frac{3^{k+3} - 11}{2}) \\ | K(4n+2) & \to & K(\frac{3^{k+3} - 11}{2}) \\ | ||
K(4n+3) & \to & K(\frac{3^{k+3} + 1}{2}) \\ | K(4n+3) & \to & K(\frac{3^{k+3} + 1}{2}) \\ | ||
\end{array}</math>Starting from config <math>K(5)</math>, these rules iterate 15 times before reaching the halt config leaving over <math>10 \uparrow\uparrow 15</math> non-zero symbols on the tape.<ref>Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) > 10↑↑15]. 21 Jun 2022.</ref> | \end{array}</math> | ||
Starting from config <math>K(5)</math>, these rules iterate 15 times before reaching the halt config leaving over <math>10 \uparrow\uparrow 15</math> non-zero symbols on the tape.<ref>Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) > 10↑↑15]. 21 Jun 2022.</ref> | |||
== References == | == References == | ||
<references /> | <references /> |
Revision as of 22:05, 5 June 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:
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:
Starting on a blank tape , these rules iterate 15 times before reaching the halt config.[1]
Hydra
Consider Hydra (a Cryptid) 1RB3RB---3LA1RA_2LA3RA4LB0LB0LA
and the generalized configuration:
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
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:
Starting from config , these rules iterate 15 times before reaching the halt config leaving over non-zero symbols on the tape.[3]
References
- ↑ Pascal Michel's Analysis of the BB(5, 2) Champion
- ↑ Shawn Ligocki. BB(2, 5) is Hard (Hydra). 10 May 2024.
- ↑ Shawn Ligocki. BB(6, 2) > 10↑↑15. 21 Jun 2022.