<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bbchallenge.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ISquillante</id>
	<title>BusyBeaverWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bbchallenge.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ISquillante"/>
	<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/wiki/Special:Contributions/ISquillante"/>
	<updated>2026-04-30T19:04:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=6176</id>
		<title>User:ISquillante</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=6176"/>
		<updated>2026-02-10T11:23:51Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Rate_of_tape_growth&amp;diff=2139</id>
		<title>Rate of tape growth</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Rate_of_tape_growth&amp;diff=2139"/>
		<updated>2025-06-06T23:43:54Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;rate of tape growth&#039;&#039;&#039; of a given [[Turing machine]] (also called the &#039;&#039;&#039;order&#039;&#039;&#039; of the Turing machine), written &amp;lt;math&amp;gt;G_T&amp;lt;/math&amp;gt;, is a function which inputs a positive integer  &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; and outputs the number of cells which have been read by the head at least once up to the first &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; transitions.&lt;br /&gt;
&lt;br /&gt;
Rates of tape growths are usually denoted using [//en.wikipedia.org/wiki/Big_O_notation| big O notation], as finding closed form generating functions for &amp;lt;math&amp;gt;G_T(n)&amp;lt;/math&amp;gt; can be difficult and is not always of interest.&lt;br /&gt;
&lt;br /&gt;
The fastest possible order of a Turing Machine is exactly the identity function &amp;lt;math&amp;gt;G_T(n)=n&amp;lt;/math&amp;gt;. It has been conjectured that the fastest possible sublinear order is &amp;lt;math&amp;gt;O\bigg(\frac n{\log n}\bigg)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Another tape growth function, the &#039;&#039;&#039;rate of strict tape growth&#039;&#039;&#039; &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt;, is defined as the distance between the leftmost non-0 symbol and the rightmost non-0 symbol after &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; transitions. This function is used infrequently. &amp;lt;math&amp;gt;\gamma(n)&amp;lt;/math&amp;gt; is always bounded from above by &amp;lt;math&amp;gt;G_T(n)&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=2138</id>
		<title>User:ISquillante</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=2138"/>
		<updated>2025-06-06T22:45:38Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Formal definition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Isis Squillante&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Discord: @isisoftheeast&lt;br /&gt;
&lt;br /&gt;
E-Mail: isissquillante@gmail.com&lt;br /&gt;
&lt;br /&gt;
Drafts below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Quasicycler=&lt;br /&gt;
A &#039;&#039;&#039;quasicycler&#039;&#039;&#039; is a Turing machine which is neither a [[cycler]] nor a [[translated cycler]] but cycles through states periodically.&lt;br /&gt;
&lt;br /&gt;
==Formal definition==&lt;br /&gt;
A &#039;&#039;quasicycler&#039;&#039; or &#039;&#039;quasicyclic Turing machine&#039;&#039; &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt; is a Turing machine which has the following two properties:&lt;br /&gt;
# There exists some natural number &amp;lt;math&amp;gt;p\ge1&amp;lt;/math&amp;gt; such that for all sufficiently large &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;,  the current state of &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt; after &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt; transitions is identical to the current state of &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt; after &amp;lt;math&amp;gt;N+p&amp;lt;/math&amp;gt; transitions. &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; is called the &#039;&#039;period length&#039;&#039; of &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;.&lt;br /&gt;
# There is no natural number &amp;lt;math&amp;gt;x\ge1&amp;lt;/math&amp;gt; such that for all sufficiently large &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;, the &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;-th transition is identical to the &amp;lt;math&amp;gt;N+px&amp;lt;/math&amp;gt;-th transition.&lt;br /&gt;
This second property is what distinguishes quasicyclers from translated cyclers; translated cyclers are defined by the negation of the second property of quasicyclers.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
For any quasicyclic Turing machine with preperiod of length &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; and period of length &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt;, its [[Rate of tape growth|rate of strict tape growth]] &amp;lt;math&amp;gt;\gamma(x)&amp;lt;/math&amp;gt; is bounded above by &amp;lt;math&amp;gt;\frac p2\sqrt{x}+\frac r3&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=2137</id>
		<title>User:ISquillante</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=2137"/>
		<updated>2025-06-06T22:39:38Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Isis Squillante&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Discord: @isisoftheeast&lt;br /&gt;
&lt;br /&gt;
E-Mail: isissquillante@gmail.com&lt;br /&gt;
&lt;br /&gt;
Drafts below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Quasicycler=&lt;br /&gt;
A &#039;&#039;&#039;quasicycler&#039;&#039;&#039; is a Turing machine which is neither a [[cycler]] nor a [[translated cycler]] but cycles through states periodically.&lt;br /&gt;
&lt;br /&gt;
==Formal definition==&lt;br /&gt;
A &#039;&#039;quasicycler&#039;&#039; or &#039;&#039;quasicyclic Turing machine&#039;&#039; &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt; is a Turing machine which has the following two properties:&lt;br /&gt;
# There exists some natural number &amp;lt;math&amp;gt;p\ge1&amp;lt;/math&amp;gt; such that for all sufficiently large &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;,  the current state of &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt; after &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt; transitions is identical to the current state of &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt; after &amp;lt;math&amp;gt;N+p&amp;lt;/math&amp;gt; transitions. &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt; is called the &#039;&#039;period length&#039;&#039; of &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;.&lt;br /&gt;
# There is no natural number &amp;lt;math&amp;gt;x\ge1&amp;lt;/math&amp;gt; such that for all sufficiently large &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;, the &amp;lt;math&amp;gt;N&amp;lt;/math&amp;gt;-th transition is identical to the &amp;lt;math&amp;gt;N+px&amp;lt;/math&amp;gt;-th transition.&lt;br /&gt;
==Properties==&lt;br /&gt;
For any quasicyclic Turing machine with preperiod of length &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; and period of length &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt;, its [[Rate of tape growth|rate of strict tape growth]] &amp;lt;math&amp;gt;\gamma(x)&amp;lt;/math&amp;gt; is bounded above by &amp;lt;math&amp;gt;\frac p2\sqrt{x}+\frac r3&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Rate_of_tape_growth&amp;diff=2136</id>
		<title>Rate of tape growth</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Rate_of_tape_growth&amp;diff=2136"/>
		<updated>2025-06-06T22:16:48Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;rate of tape growth&#039;&#039;&#039; of a given [[Turing machine]] (also called the &#039;&#039;&#039;order&#039;&#039;&#039; of the Turing machine), written &amp;lt;math&amp;gt;G_T&amp;lt;/math&amp;gt;, is a function which inputs a positive integer  &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; and outputs the number of cells which have been read by the head at least once up to the first &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; transitions.&lt;br /&gt;
&lt;br /&gt;
Rates of tape growths are usually denoted using [//en.wikipedia.org/wiki/Big_O_notation| big O notation], as finding closed form generating functions for &amp;lt;math&amp;gt;G_T(n)&amp;lt;/math&amp;gt; can be difficult and is not always of interest.&lt;br /&gt;
&lt;br /&gt;
The fastest possible order of a Turing Machine is exactly the identity function &amp;lt;math&amp;gt;G_T(n)=n&amp;lt;/math&amp;gt;. It has been conjectured that the fastest possible sublinear order is &amp;lt;math&amp;gt;O\bigg(\frac n{\log n}\bigg)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Another tape growth function, the &#039;&#039;&#039;rate of strict tape growth&#039;&#039;&#039; &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt;, is defined as the distance between the leftmost non-0 symbol and the rightmost non-0 symbol after &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; transitions. This function is used infrequently. &amp;lt;math&amp;gt;\gamma(n)&amp;lt;/math&amp;gt; is always bound from above by &amp;lt;math&amp;gt;G_T(n)&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Rate_of_tape_growth&amp;diff=2134</id>
		<title>Rate of tape growth</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Rate_of_tape_growth&amp;diff=2134"/>
		<updated>2025-06-06T21:29:21Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: Add and fix whatever information you can. If someone knows citations, please add one for the O(n/log n) conj., thank you.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The &#039;&#039;&#039;rate of tape growth&#039;&#039;&#039; of a given [[Turing machine]] (also called the &#039;&#039;&#039;order&#039;&#039;&#039; of the Turing machine), written &amp;lt;math&amp;gt;G_T&amp;lt;/math&amp;gt;, is a function which inputs a positive integer  &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; and outputs the number of cells which have been read by the head at least once up to the first &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; transitions.&lt;br /&gt;
&lt;br /&gt;
Rates of tape growths are usually denoted using [//en.wikipedia.org/wiki/Big_O_notation| big O notation], as finding closed form generating functions for &amp;lt;math&amp;gt;G_T(n)&amp;lt;/math&amp;gt; can be difficult and is not always of interest.&lt;br /&gt;
&lt;br /&gt;
The fastest possible order of a Turing Machine is exactly the identity function &amp;lt;math&amp;gt;G_T(n)=n&amp;lt;/math&amp;gt;. It has been conjectured that the fastest possible sublinear order is &amp;lt;math&amp;gt;O\bigg(\frac n{\log n}\bigg)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Another tape growth function, &amp;lt;math&amp;gt;\gamma&amp;lt;/math&amp;gt;, is defined as the distance between the leftmost non-0 symbol and the rightmost non-0 symbol after &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; transitions. This function is used infrequently. &amp;lt;math&amp;gt;\gamma(n)&amp;lt;/math&amp;gt; is always bound from above by &amp;lt;math&amp;gt;G_T(n)&amp;lt;/math&amp;gt;.&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2118</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2118"/>
		<updated>2025-06-04T23:59:38Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: Working on a new definition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Exponential Collatz ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Demonstrating Collatz-like behavior with exponential piecewise component functions.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Talk:Collatz-like&amp;diff=2063</id>
		<title>Talk:Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Talk:Collatz-like&amp;diff=2063"/>
		<updated>2025-05-30T16:41:36Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definition */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Definition ==&lt;br /&gt;
&lt;br /&gt;
FWIW, I think the current definition is a bit too restrictive for the general idea of Collatz-like. Notice [[Bigfoot]] where each subfunction can depend upon all the inputs and the &#039;&#039;&#039;Tetration Machine&#039;&#039;&#039; example where the function don&#039;t need to be linear/polynomials.&lt;br /&gt;
&lt;br /&gt;
I think of Collatz-like as any situation where the the function is defined piecewise based on parity of the inputs.&lt;br /&gt;
&lt;br /&gt;
That said, I think the linear case is one of the most important and should definitely be documented well! [[User:Sligocki|Sligocki]] ([[User talk:Sligocki|talk]]) 14:15, 30 May 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Thanks Shawn. If you want the definition to be inclusive to TMs like Bigfoot and TetraMach, perhaps we could define an &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary CLF &amp;lt;math&amp;gt;f(\vec{x}):\omega^n\hookrightarrow\omega^n&amp;lt;/math&amp;gt; to be of the form&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;f(\vec{x})=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\rho_1(\vec{x}),\dots,\rho_n(\vec{x})) &amp;amp; \text{proj}_1(\vec{x})\equiv 0\mod z\\&lt;br /&gt;
    (\rho_{n+1}(\vec{x}),\dots,\rho_{2n}(\vec{x})) &amp;amp; \text{proj}_1(\vec{x})\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\quad\quad\vdots\\&lt;br /&gt;
    (\rho_{nz-n+1}(\vec{x}),\dots,\rho_{nz}(\vec{x})) &amp;amp; \text{proj}_1(\vec{x})\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
:where &amp;lt;math&amp;gt;z\ge2&amp;lt;/math&amp;gt; is a positive integer, &amp;lt;math&amp;gt;\text{proj}_1&amp;lt;/math&amp;gt; is the first projection function, and &amp;lt;math&amp;gt;\rho_1,\dots\rho_{nz}&amp;lt;/math&amp;gt; are (again not necessarily distinct) &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;general recursive functions&#039;&#039;. I&#039;ve shortened the input &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-tuple &amp;lt;math&amp;gt;(x_1,\dots,x_n)&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;\vec{x}&amp;lt;/math&amp;gt; to save space. This includes the current def., of course; a subsection is to be written highlighting Conway&#039;s generalized Collatz mappings which are equivalent to the current definition&#039;s linear case anyhow.&lt;br /&gt;
:This is notationally heavy. It can probably be simplified by sacrificing space lol. The fact that general recursive functions are defined only in the domain of nonnegative integers &amp;lt;math&amp;gt;\omega&amp;lt;/math&amp;gt; doesn&#039;t seem to pose any grave issues. The antihydra problem of whether &amp;lt;math&amp;gt;A^{\circ x}(8,0)=(y,-1)&amp;lt;/math&amp;gt; for some &amp;lt;math&amp;gt;x,y&amp;lt;/math&amp;gt; can be easily reworded with as &amp;lt;math&amp;gt;A^{\circ x}(8,1)=(y,0)&amp;lt;/math&amp;gt; instead.&lt;br /&gt;
:This new definition would not include functions which choose their subfunctions based on the modularity of &#039;&#039;multiple&#039;&#039; input values ... have we encountered one such beast yet? :) [[User:ISquillante|-- ISquillante]] ([[User talk:ISquillante|talk]]) 16:40, 30 May 2025 (UTC)&lt;br /&gt;
&lt;br /&gt;
Also, note, someone created a [[Consistent Collatz]] page a while ago that might fit in with this idea, but I&#039;m not really sure how to unite them ... [[User:Sligocki|Sligocki]] ([[User talk:Sligocki|talk]]) 14:17, 30 May 2025 (UTC)&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Bigfoot&amp;diff=2062</id>
		<title>Bigfoot</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Bigfoot&amp;diff=2062"/>
		<updated>2025-05-30T16:22:38Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Analysis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{machine|1RB2RA1LC_2LC1RB2RB_---2LA1LA}}{{TM|1RB2RA1LC_2LC1RB2RB_---2LA1LA}}{{unsolved|Does Bigfoot run forever?}}&lt;br /&gt;
&#039;&#039;&#039;Bigfoot&#039;&#039;&#039; is a [[BB(3,3)]] [[Cryptids|Cryptid]]. Its low-level behaviour was first shared [https://discord.com/channels/960643023006490684/1084047886494470185/1163168233445130270 over Discord] by savask on 14 Oct 2023, and within two days, Shawn Ligocki described the high-level rules shown below, whose attributes inspired the [[Turing machine|Turing machine&#039;s]] name.&amp;lt;ref name=&amp;quot;b&amp;quot;&amp;gt;S. Ligocki, &amp;quot;[https://www.sligocki.com/2023/10/16/bb-3-3-is-hard.html BB(3, 3) is Hard (Bigfoot)] (2024). Accessed 22 July 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: fit-content; text-align: center; margin-left: auto; margin-right: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
! !!0!!1!!2&lt;br /&gt;
|-&lt;br /&gt;
!A&lt;br /&gt;
|1RB&lt;br /&gt;
|2RA&lt;br /&gt;
|1LC&lt;br /&gt;
|-&lt;br /&gt;
!B&lt;br /&gt;
|2LC&lt;br /&gt;
|1RB&lt;br /&gt;
|2RB&lt;br /&gt;
|-align=&amp;quot;center&amp;quot;&lt;br /&gt;
!C&lt;br /&gt;
| ---&lt;br /&gt;
|2LA&lt;br /&gt;
|1LA&lt;br /&gt;
|}&lt;br /&gt;
The transition table of Bigfoot.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bigfoot was also [https://github.com/sligocki/sligocki.github.io/issues/8#issuecomment-2140887228 successfully compiled] to a 7-state 2-symbol machine by Iijil: {{TM|0RB1RB_1LC0RA_1RE1LF_1LF1RE_0RD1RD_1LG0LG_---1LB}} in May of 2024.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
Let &amp;lt;math&amp;gt;A(a,b,c):=0^\infty\;12^a\;1^{2b}\;\textrm{&amp;lt;A}\;1^{2c}\;0^\infty&amp;lt;/math&amp;gt;. Then,&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l l l|}\hline A(a,6b,c)&amp;amp;\xrightarrow{4a+(2b+1)48b+(12b+1)2c+13}&amp;amp;A(a,8b+c-1,2),\\A(a,6b+1,c)&amp;amp;\xrightarrow{4a+(6b+5)16b+(4b+1)6c+29}&amp;amp;A(a+1,8b+c-1,3),\\A(0,6b+2,c)&amp;amp;\xrightarrow{(b+1)96b+(3b+1)8c+18}&amp;amp;0^\infty\;\textrm{&amp;lt;C}\;1^{16b+2c+5}\;2\;0^\infty,\\A(a,6b+2,c)&amp;amp;\xrightarrow{4a+(2b+3)48b+(12b+7)2c+51}&amp;amp;A(a-1,8b+c+3,2)\text{ if }a\ge1,\\A(a,6b+3,c)&amp;amp;\xrightarrow{4a+(6b+7)16b+(12b+5)2c+91}&amp;amp;A(a,8b+c+1,5),\\A(a,6b+4,c)&amp;amp;\xrightarrow{4a+(2b+3)48b+(12b+7)2c+63}&amp;amp;A(a+1,8b+c+3,2),\\A(a,6b+5,c)&amp;amp;\xrightarrow{4a+(6b+11)16b+(4b+3)6c+103}&amp;amp;A(a,8b+c+5,3).\\\hline\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;toccolours mw-collapsible mw-collapsed&amp;quot;&amp;gt;&#039;&#039;&#039;Proof&#039;&#039;&#039;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;&lt;br /&gt;
For now, we will work with the slightly different configuration &amp;lt;math&amp;gt;A&#039;(a,b,c):=0^\infty\;12^a\;1^b\;\textrm{&amp;lt;A}\;1^c\;0^\infty&amp;lt;/math&amp;gt;. Consider the partial configuration &amp;lt;math&amp;gt;P(m,n):=1^m\;\textrm{&amp;lt;A}\;1^n\;0^\infty&amp;lt;/math&amp;gt;. We first require the following shift rule:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline\textrm{A&amp;gt;}\;1^s\xrightarrow{s}2^s\;\textrm{A&amp;gt;}\\\hline\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
Using this shift rule, we get &amp;lt;math&amp;gt;1^{m-1}\;2^{n+1}\;\textrm{A&amp;gt;}\;0^\infty&amp;lt;/math&amp;gt; after &amp;lt;math&amp;gt;n+1&amp;lt;/math&amp;gt; steps, followed by &amp;lt;math&amp;gt;1^{m-1}\;2^n\;\textrm{&amp;lt;C}\;122\;0^\infty&amp;lt;/math&amp;gt; four steps later. Observing that &amp;lt;math&amp;gt;22\;\textrm{&amp;lt;C}&amp;lt;/math&amp;gt; becomes &amp;lt;math&amp;gt;\textrm{&amp;lt;C}\;11&amp;lt;/math&amp;gt; in two steps leads to another shift rule:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline2^{2s}\;\textrm{&amp;lt;C}\xrightarrow{2s}\textrm{&amp;lt;C}\;1^{2s}\\\hline\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
From here, there are two different scenarios depending on if &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; is even or odd, given below as histories of transitions that use the aforementioned shift rules:&lt;br /&gt;
#If &amp;lt;math&amp;gt;n\equiv0\ (\operatorname{mod}2)&amp;lt;/math&amp;gt;, then what follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline 1^{m-1}\;2^n\;\textrm{&amp;lt;C}\;122\;0^\infty \xrightarrow{n} 1^{m-1}\;\textrm{&amp;lt;C}\;1^{n+1}\;22\;0^\infty\xrightarrow{4}1^{m-3}\;\textrm{&amp;lt;A}\;1^{n+3}\;22\;0^\infty\xrightarrow{n+4}\\&lt;br /&gt;
1^{m-4}\;2^{n+4}\;\textrm{A&amp;gt;}\;22\;0^\infty\xrightarrow{1}1^{m-4}\;2^{n+4}\;\textrm{&amp;lt;C}\;12\;0^\infty\xrightarrow{n+4}1^{m-4}\;\textrm{&amp;lt;C}\;1^{n+5}\;2\;0^\infty\xrightarrow{4}\\1^{m-6}\;\textrm{&amp;lt;A}\;1^{n+7}\;2\;0^\infty\xrightarrow{n+8}1^{m-7}\;2^{n+8}\;\textrm{A&amp;gt;}\;2\;0^\infty\xrightarrow{1}1^{m-7}\;2^{n+8}\;\textrm{&amp;lt;C}\;1\;0^\infty\xrightarrow{n+8}\\1^{m-7}\;\textrm{&amp;lt;C}\;1^{n+9}\;0^\infty\xrightarrow{4}1^{m-9}\;\textrm{&amp;lt;A}\;1^{n+11}\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;Therefore, we have&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline P(m,n)\xrightarrow{6n+43}P(m-9,n+11)\text{ if }m\ge9\text{ and }n\equiv0\ (\operatorname{mod}2).\\\hline\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
# If &amp;lt;math&amp;gt;n\equiv1\ (\operatorname{mod}2)&amp;lt;/math&amp;gt;, then what follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline 1^{m-1}\;2^n\;\textrm{&amp;lt;C}\;122\;0^\infty \xrightarrow{n-1} 1^{m-1}\;2\;\textrm{&amp;lt;C}\;1^n\;22\;0^\infty \xrightarrow{1}1^{m-1}\;\textrm{&amp;lt;A}\;1^{n+1}\;22\;0^\infty \xrightarrow{n+2}\\ 1^{m-2}\;2^{n+2}\;\textrm{A&amp;gt;}\;22\;0^\infty \xrightarrow{1} 1^{m-2}\;2^{n+2}\;\textrm{&amp;lt;C}\;12\;0^\infty \xrightarrow{n+1}1^{m-2}\;2\;\textrm{&amp;lt;C}\;1^{n+2}\;2\;0^\infty \xrightarrow{1}\\ 1^{m-2}\;\textrm{&amp;lt;A}\;1^{n+3}\;2\;0^\infty \xrightarrow{n+4} 1^{m-3}\;2^{n+4}\;\textrm{A&amp;gt;}\;2\;0^\infty\xrightarrow{1}1^{m-3}\;2^{n+4}\;\textrm{&amp;lt;C}\;1\;0^\infty\xrightarrow{n+3}\\1^{m-3}\;2\;\textrm{&amp;lt;C}\;1^{n+4}\;0^\infty\xrightarrow{1}1^{m-3}\;\textrm{&amp;lt;A}\;1^{n+5}\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;Therefore, we have&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline P(m,n)\xrightarrow{6n+19}P(m-3,n+5)\text{ if }m\ge3\text{ and }n\equiv1\ (\operatorname{mod}2).\\\hline\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
From this we know that Bigfoot&#039;s behaviour depends on the value of &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; modulo 12, and with &amp;lt;math&amp;gt;A&#039;(a,b,c)&amp;lt;/math&amp;gt; we have &amp;lt;math&amp;gt;P(b,c)&amp;lt;/math&amp;gt;. The following shift rules will be useful:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|l|l|}\hline12^s\;\textrm{&amp;lt;A}\xrightarrow{2s}\textrm{&amp;lt;A}\;21^s&amp;amp;\textrm{B&amp;gt;}\;1^s\xrightarrow{s}1^s\;\textrm{B&amp;gt;}&amp;amp;\textrm{B&amp;gt;}\;2^s\xrightarrow{s}2^s\;\textrm{B&amp;gt;}\\\hline\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
Only even values of &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; are relevant, so there remain six possible scenarios:&lt;br /&gt;
#If &amp;lt;math&amp;gt;b\equiv0\ (\operatorname{mod}12)&amp;lt;/math&amp;gt;, then in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;{\displaystyle\sum_{i=0}^{b/12-1}}(6(16i+c)+43+6(16i+11+c)+19)={\displaystyle\sum_{i=0}^{b/12-1}}4(48i+3c+32)=\frac{2}{3}b^2+\frac{8}{3}b+bc&amp;lt;/math&amp;gt; steps we arrive at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P\Big(0,16\times\frac{b}{12}+c\Big)&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;0^\infty\;12^a\;\textrm{&amp;lt;A}\;1^{4b/3+c}\;0^\infty&amp;lt;/math&amp;gt; when considering the complete configuration. What follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline0^\infty\;12^a\;\textrm{&amp;lt;A}\;1^{4b/3+c}\;0^\infty\xrightarrow{2a}0^\infty\;\textrm{&amp;lt;A}\;21^a\;1^{4b/3+c}\;0^\infty\xrightarrow{1}0^\infty\;1\;\textrm{B&amp;gt;}\;21^a\;1^{4b/3+c}\;0^\infty\xrightarrow{2a+4b/3+c}\\0^\infty\;12^a\;1^{4b/3+c+1}\;\textrm{B&amp;gt;}\;0^\infty\xrightarrow{12}0^\infty\;12^a\;1^{4b/3+c-2}\;\textrm{&amp;lt;A}\;1^4\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;This means that if &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{4}{3}b+c\ge2&amp;lt;/math&amp;gt;, then we will reach &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;A&#039;\Big(a,\frac{4}{3}b+c-2,4\Big)&amp;lt;/math&amp;gt; in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;4a+\frac{2}{3}b^2+4b+bc+c+13&amp;lt;/math&amp;gt; steps.&lt;br /&gt;
#If &amp;lt;math&amp;gt;b\equiv2\ (\operatorname{mod}12)&amp;lt;/math&amp;gt;, then in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;{\displaystyle\sum_{i=0}^{(b-2)/12-1}}4(48i+3c+32)=\frac{2}{3}b^2+bc-2c-\frac{8}{3}&amp;lt;/math&amp;gt; steps we arrive at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P\Big(2,\frac{4(b-2)}{3}+c\Big)&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;0^\infty\;12^a\;11\;\textrm{&amp;lt;A}\;1^{(4b-2)/3+c}\;0^\infty&amp;lt;/math&amp;gt;. What follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline0^\infty\;12^a\;11\;\textrm{&amp;lt;A}\;1^{4(b-2)/3+c}\;0^\infty\xrightarrow{4(b-2)/3+c+1}0^\infty\;12^a\;1\;2^{4(b-2)/3+c+1}\;\textrm{A&amp;gt;}\;0^\infty\xrightarrow{4}\\0^\infty\;12^a\;1\;2^{4(b-2)/3+c}\;\textrm{&amp;lt;C}\;122\;0^\infty\xrightarrow{4(b-2)/3+c}0^\infty\;12^a\;1\;\textrm{&amp;lt;C}\;1^{4(b-2)/3+c+1}\;22\;0^\infty\xrightarrow{1}\\0^\infty\;12^a\;\textrm{&amp;lt;A}\;2\;1^{4(b-2)/3+c+1}\;22\;0^\infty\xrightarrow{2a}0^\infty\;\textrm{&amp;lt;A}\;21^a\;2\;1^{4(b-2)/3+c+1}\;22\;0^\infty\xrightarrow{1}\\0^\infty\;1\;\textrm{B&amp;gt;}\;21^a\;2\;1^{4(b-2)/3+c+1}\;22\;0^\infty\xrightarrow{4(b-2)/3+2a+c+4}0^\infty\;12^{a+1}\;1^{4(b-2)/3+c+1}\;22\;\textrm{B&amp;gt;}\;0^\infty\xrightarrow{18}\\0^\infty\;12^{a+1}\;1^{4(b-2)/3+c-2}\;\textrm{&amp;lt;A}\;1^6\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;This means that if &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{4(b-2)}{3}+c\ge 2&amp;lt;/math&amp;gt;, then we will reach &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;A&#039;\Big(a+1,\frac{4b-14}{3}+c,6\Big)&amp;lt;/math&amp;gt; in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;4a+\frac{2}{3}b^2+4b+bc+c+\frac{55}{3}&amp;lt;/math&amp;gt; steps.&lt;br /&gt;
#If &amp;lt;math&amp;gt;b\equiv4\ (\operatorname{mod}12)&amp;lt;/math&amp;gt;, then in &amp;lt;math display=&amp;quot;inline&amp;gt;\frac{2}{3}b^2-\frac{8}{3}b+bc-4c&amp;lt;/math&amp;gt; steps we arrive at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P\Big(4,\frac{4(b-4)}{3}+c\Big)&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;0^\infty\;12^a\;1111\;\textrm{&amp;lt;A}\;1^{4(b-4)/3+c}\;0^\infty&amp;lt;/math&amp;gt;. What follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline0^\infty\;12^a\;1111\;\textrm{&amp;lt;A}\;1^{4(b-4)/3+c}\;0^\infty\xrightarrow{(8b-14)/3+2c}0^\infty\;12^a\;11\;\textrm{&amp;lt;A}\;2\;1^{4(b-4)/3+c+1}\;22\;0^\infty\xrightarrow{3}\\0^\infty\;12^a\;1\;\textrm{&amp;lt;A}\;1^{4(b-4)/3+c+3}\;22\;0^\infty\xrightarrow{4(b-4)/3+c+4}0^\infty\;12^a\;2^{4(b-4)/3+c+4}\;\textrm{A&amp;gt;}\;22\;0^\infty\xrightarrow{1}\\0^\infty\;12^a\;2^{4(b-4)/3+c+4}\;\textrm{&amp;lt;C}\;12\;0^\infty\xrightarrow{4(b-4)/3+c+4}0^\infty\;12^a\;\textrm{&amp;lt;C}\;1^{4(b-4)/3+c+5}\;2\;0^\infty\xrightarrow{1}\\0^\infty\;12^{a-1}\;1\;\textrm{&amp;lt;A}\;1^{4(b-4)/3+c+6}\;2\;0^\infty\xrightarrow{4(b-4)/3+c+7}0^\infty\;12^{a-1}\;2^{4(b-4)/3+c+7}\;\textrm{A&amp;gt;}\;2\;0^\infty\xrightarrow{1}\\0^\infty\;12^{a-1}\;2^{4(b-4)/3+c+7}\;\textrm{&amp;lt;C}\;1\;0^\infty\xrightarrow{4(b-4)/3+c+6}0^\infty\;12^{a-1}\;2\;\textrm{&amp;lt;C}\;1^{4(b-4)/3+c+7}\;0^\infty\xrightarrow{1}\\0^\infty\;12^{a-1}\;\textrm{&amp;lt;A}\;1^{4(b-4)/3+c+8}\;0^\infty\xrightarrow{2(a-1)}0^\infty\;\textrm{&amp;lt;A}\;21^{a-1}\;1^{4(b-4)/3+c+8}\;0^\infty\xrightarrow{1}\\0^\infty\;1\;\textrm{B&amp;gt;}\;21^{a-1}\;1^{4(b-4)/3+c+8}\;0^\infty\xrightarrow{2a+4(b-4)/3+c+6}0^\infty\;12^{a-1}\;1^{4(b-4)/3+c+9}\;\textrm{B&amp;gt;}\;0^\infty\xrightarrow{12}\\0^\infty\;12^{a-1}\;1^{4(b-4)/3+c+6}\;\textrm{&amp;lt;A}\;1^4\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;This means that if &amp;lt;math&amp;gt;a=0&amp;lt;/math&amp;gt;, then Bigfoot will reach the undefined &amp;lt;code&amp;gt;C0&amp;lt;/code&amp;gt; transition with the configuration &amp;lt;math&amp;gt;0^\infty\;\textrm{&amp;lt;C}\;1^{(4b-1)/3+c}\;2\;0^\infty&amp;lt;/math&amp;gt; in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{2}{3}b^2+\frac{8}{3}b+bc-\frac{10}{3}&amp;lt;/math&amp;gt; steps. Otherwise, it will proceed to reach &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;A&#039;\Big(a-1,\frac{4b+2}{3}+c,4\Big)&amp;lt;/math&amp;gt; in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;4a+\frac{2}{3}b^2+\frac{20}{3}b+bc+3c+\frac{41}{3}&amp;lt;/math&amp;gt; steps.&lt;br /&gt;
#If &amp;lt;math&amp;gt;b\equiv6\ (\operatorname{mod}12)&amp;lt;/math&amp;gt;, then in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{2}{3}b^2-\frac{16}{3}b+bc-6c+8&amp;lt;/math&amp;gt; steps we arrive at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P\Big(6,\frac{4(b-6)}{3}+c\Big)&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;0^\infty\;12^a\;111111\;\textrm{&amp;lt;A}\;1^{4(b-6)/3+c}\;0^\infty&amp;lt;/math&amp;gt;. What follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline0^\infty\;12^a\;111111\;\textrm{&amp;lt;A}\;1^{4(b-6)/3+c}\;0^\infty\xrightarrow{16b/3+4c-14}0^\infty\;12^a\;11\;\textrm{&amp;lt;C}\;1^{4(b-6)/3+c+5}\;2\;0^\infty\xrightarrow{4}\\0^\infty\;12^a\;\textrm{&amp;lt;A}\;1^{4(b-6)/3+c+7}\;2\;0^\infty\xrightarrow{2a}0^\infty\;\textrm{&amp;lt;A}\;21^a\;1^{4(b-6)/3+c+7}\;2\;0^\infty\xrightarrow{1}\\0^\infty\;1\;\textrm{B&amp;gt;}\;21^a\;1^{4(b-6)/3+c+7}\;2\;0^\infty\xrightarrow{2a+4(b-6)/3+c+8}0^\infty\;12^a\;1^{4(b-6)/3+c+8}\;2\;\textrm{B&amp;gt;}\;0^\infty\xrightarrow{60}\\0^\infty\;12^a\;1^{4(b-6)/3+c+2}\;\textrm{&amp;lt;A}\;1^{10}\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;This means that we will reach &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;A&#039;\Big(a,\frac{4}{3}b+c-6,10\Big)&amp;lt;/math&amp;gt; in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;4a+\frac{2}{3}b^2+\frac{4}{3}b+bc-c+59&amp;lt;/math&amp;gt; steps.&lt;br /&gt;
#If &amp;lt;math&amp;gt;b\equiv8\ (\operatorname{mod}12)&amp;lt;/math&amp;gt;, then in &amp;lt;math display=&amp;quot;inline&amp;gt;\frac{2}{3}b^2-8b+bc-8c+\frac{64}{3}&amp;lt;/math&amp;gt; steps we arrive at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P\Big(8,\frac{4(b-8)}{3}+c\Big)&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;0^\infty\;12^a\;1^8\;\textrm{&amp;lt;A}\;1^{4(b-8)/3+c}\;0^\infty&amp;lt;/math&amp;gt;. What follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline0^\infty\;12^a\;1^8\;\textrm{&amp;lt;A}\;1^{4(b-8)/3+c}\;0^\infty\xrightarrow{(16b-62)/3+4c}0^\infty\;12^a\;11\;\textrm{&amp;lt;A}\;1^{4(b-8)/3+c+7}\;2\;0^\infty\xrightarrow{4(b-8)/3+c+8}\\0^\infty\;12^a\;1\;2^{4(b-8)/3+c+8}\;\textrm{A&amp;gt;}\;2\;0^\infty\xrightarrow{1}0^\infty\;12^a\;1\;2^{4(b-8)/3+c+8}\;\textrm{&amp;lt;C}\;1\;0^\infty\xrightarrow{4(b-8)/3+c+8}\\0^\infty\;12^a\;1\;\textrm{&amp;lt;C}\;1^{4(b-8)/3+c+9}\;0^\infty\xrightarrow{1}0^\infty\;12^a\;\textrm{&amp;lt;A}\;2\;1^{4(b-8)/3+c+9}\;0^\infty\xrightarrow{2a}\\0^\infty\;\textrm{&amp;lt;A}\;21^a\;2\;1^{4(b-8)/3+c+9}\;0^\infty\xrightarrow{1}0^\infty\;1\;\textrm{B&amp;gt;}\;21^a\;2\;1^{4(b-8)/3+c+9}\;0^\infty\xrightarrow{2a+4(b-8)/3+c+10}\\0^\infty\;12^{a+1}\;1^{4(b-8)/3+c+9}\;\textrm{B&amp;gt;}\;0^\infty\xrightarrow{12}0^\infty\;12^{a+1}\;1^{4(b-8)/3+c+6}\;\textrm{&amp;lt;A}\;1^4\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;This means that we will reach &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;A&#039;\Big(a+1,\frac{4b-14}{3}+c,4\Big)&amp;lt;/math&amp;gt; in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;4a+\frac{2}{3}b^2+\frac{4}{3}b+bc-c+\frac{29}{3}&amp;lt;/math&amp;gt; steps.&lt;br /&gt;
#If &amp;lt;math&amp;gt;b\equiv10\ (\operatorname{mod}12)&amp;lt;/math&amp;gt;, then in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{2}{3}b^2-\frac{32}{3}b+bc-10c+40&amp;lt;/math&amp;gt; steps we arrive at &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P\Big(10,\frac{4(b-10)}{3}+c\Big)&amp;lt;/math&amp;gt;, or &amp;lt;math&amp;gt;0^\infty\;12^a\;1^{10}\;\textrm{&amp;lt;A}\;1^{4(b-10)/3+c}\;0^\infty&amp;lt;/math&amp;gt;. What follows is:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline0^\infty\;12^a\;1^{10}\;\textrm{&amp;lt;A}\;1^{4(b-  10)/3+c}\;0^\infty\xrightarrow{8b+6c-37}0^\infty\;12^a\;1\;\textrm{&amp;lt;A}\;1^{4(b-  10)/3+c+11}\;0^\infty\xrightarrow{4(b-  10)/3+c+12}\\0^\infty\;12^a\;2^{4(b-  10)/3+c+12}\;\textrm{A&amp;gt;}\;0^\infty\xrightarrow{4}0^\infty\;12^a\;2^{4(b-10)/3+c+11}\;\textrm{&amp;lt;C}\;122\;0^\infty\xrightarrow{4(b-10)/3+c+10}\\0^\infty\;12^a\;2\;\textrm{&amp;lt;C}\;1^{4(b-  10)/3+c+11}\;22\;0^\infty\xrightarrow{1}0^\infty\;12^a\;\textrm{&amp;lt;A}\;1^{4(b-10)/3+c+12}\;22\;0^\infty\xrightarrow{2a}\\0^\infty\;\textrm{&amp;lt;A}\;12^a\;1^{4(b-10)/3+c+12}\;22\;0^\infty\xrightarrow{1}0^\infty\;1\;\textrm{B&amp;gt;}\;12^a\;1^{4(b-10)/3+c+12}\;22\;0^\infty\xrightarrow{2a+4(b-10)/3+c+14}\\0^\infty\;12^a\;1^{4(b-10)/3+c+13}\;22\;\textrm{B&amp;gt;}\;0^\infty\xrightarrow{18}0^\infty\;12^a\;1^{4(b-10)/3+c+10}\;\textrm{&amp;lt;A}\;1^6\;0^\infty\\\hline\end{array}&amp;lt;/math&amp;gt;This means that we will reach &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;A&#039;\Big(a,\frac{4b-10}{3}+c,6\Big)&amp;lt;/math&amp;gt; in &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;4a+\frac{2}{3}b^2+\frac{4}{3}b+bc-c+23&amp;lt;/math&amp;gt; steps.&lt;br /&gt;
The information above can be summarized as&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A&#039;(a,b,c)\rightarrow\begin{cases}A&#039;\Big(a,\frac{4}{3}b+c-2,4\Big)&amp;amp;\text{if }b\equiv0\pmod{12}\text{ and }\frac{4}{3}b+c\ge2,\\A&#039;\Big(a+1,\frac{4b-14}{3}+c,6\Big)&amp;amp;\text{if }b\equiv2\pmod{12}\text{ and }\frac{4(b-2)}{3}+c\ge2,\\0^\infty\;\textrm{&amp;lt;C}\;1^{(4b-1)/3+c}\;2\;0^\infty&amp;amp;\text{if }b\equiv4\pmod{12}\text{ and }a=0,\\A&#039;\Big(a-1,\frac{4b+2}{3}+c,4\Big)&amp;amp;\text{if }b\equiv4\pmod{12}\text{ and }a&amp;gt;0,\\A&#039;\Big(a,\frac{4}{3}b+c-6,10\Big)&amp;amp;\text{if }b\equiv6\pmod{12},\\A&#039;\Big(a+1,\frac{4b-14}{3}+c,4\Big)&amp;amp;\text{if }b\equiv8\pmod{12},\\A&#039;\Big(a,\frac{4b-10}{3}+c,6\Big)&amp;amp;\text{if }b\equiv10\pmod{12}.\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
Using the definitions of &amp;lt;math&amp;gt;A&#039;&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; to transform these rules produces this:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;A(a,b,c)\rightarrow\begin{cases}A\Big(a,\frac{4}{3}b+c-1,2\Big)&amp;amp;\text{if }b\equiv0\pmod{6}\text{ and }\frac{4}{3}b+c\ge1,\\A\Big(a+1,\frac{4b-7}{3}+c,3\Big)&amp;amp;\text{if }b\equiv1\pmod{6}\text{ and }\frac{4(b-1)}{3}+c\ge1,\\0^\infty\;\textrm{&amp;lt;C}\;1^{(8b-1)/3+2c}\;2\;0^\infty&amp;amp;\text{if }b\equiv2\pmod{6}\text{ and }a=0,\\A\Big(a-1,\frac{4b+1}{3}+c,2\Big)&amp;amp;\text{if }b\equiv2\pmod{6}\text{ and }a&amp;gt;0,\\A\Big(a,\frac{4}{3}b+c-3,5\Big)&amp;amp;\text{if }b\equiv3\pmod{6},\\A\Big(a+1,\frac{4b-7}{3}+c,2\Big)&amp;amp;\text{if }b\equiv4\pmod{6},\\A\Big(a,\frac{4b-5}{3}+c,3\Big)&amp;amp;\text{if }b\equiv5\pmod{6}.\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
Substituting &amp;lt;math&amp;gt;b\leftarrow6b+k&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; is the remainder for each case yields the final result.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
Using the floor function, it is possible to describe the behaviour of &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; using a function that is not defined piecewise:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\textstyle\begin{array}{c}f(m,n)=\Big(\frac{4m-3-4(\delta_1(m)-\delta_2(m)+\delta_4(m))-2(3\delta_3(m)+\delta_5(m))}{3}+n,2+\delta_1(m)+3\delta_3(m)+\delta_5(m)\Big),\\\delta_i(m)=\Big\lfloor\frac{m-i}{6}\Big\rfloor-\Big\lfloor\frac{m-i-1}{6}\Big\rfloor=\begin{cases}1&amp;amp;\text{if }m\equiv i\pmod{6},\\0&amp;amp;\text{otherwise.}\end{cases}\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
In effect, the halting problem for Bigfoot is about whether through enough iterations of &amp;lt;math&amp;gt;f(m,n)&amp;lt;/math&amp;gt; we encounter more &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; values that are congruent to 2 modulo 6 than ones that are congruent to 1 or 4 modulo 6.&lt;br /&gt;
&lt;br /&gt;
An important insight is that if &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; is odd and &amp;lt;math&amp;gt;c=2&amp;lt;/math&amp;gt;, then after four iterations of &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, that will remain the case. This allows one to define a configuration that eliminates the &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; parameter and whose rules use a modulus of 81.&amp;lt;ref name=&amp;quot;b&amp;quot;&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trajectory ==&lt;br /&gt;
After 69 steps, Bigfoot will reach the configuration &amp;lt;math&amp;gt;A(2,1,2)&amp;lt;/math&amp;gt; before the [[Collatz-like]] rules are repeatedly applied. Simulations of Bigfoot have shown that after 24000000 rule steps, we have &amp;lt;math&amp;gt;a=3999888&amp;lt;/math&amp;gt;. Here are the first few:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{|l|}\hline A(2,1,2)\xrightarrow{49}A(3,1,3)\xrightarrow{59}A(4,2,3)\xrightarrow{109}A(3,6,2)\xrightarrow{221}A(3,9,2)\xrightarrow{379}A(3,11,5)\xrightarrow{597}A(3,18,3)\rightarrow\cdots\\\hline\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
There exists a heuristic argument for Bigfoot being [[probviously]] non-halting. By only considering the rules for which &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; changes, one may notice that the trajectory of &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; values can be approximated by a random walk in which at each step, the walker moves +1 with probability &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{2}{3}&amp;lt;/math&amp;gt; or moves -1 with probability &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;\frac{1}{3}&amp;lt;/math&amp;gt;, starting at position 2. If &amp;lt;math&amp;gt;P(n)&amp;lt;/math&amp;gt; is the probability that the walker will reach position -1 from position &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, then &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(n)=\frac{1}{3}P(n-1)+\frac{2}{3}P(n+1)&amp;lt;/math&amp;gt;. Solutions to this recurrence relation come in the form &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt; P(n)=c_02^{-n}+c_1&amp;lt;/math&amp;gt;, which after applying the appropriate boundary conditions reduces to &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;P(n)=2^{-(n+1)}&amp;lt;/math&amp;gt;. As a result, if the walker gets to position 3999888, then the probability of it ever reaching position -1 would be &amp;lt;math display=&amp;quot;inline&amp;quot;&amp;gt;2^{-3999889}\approx 2.697\times 10^{-1204087}&amp;lt;/math&amp;gt;.&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
[[Category:Cryptids]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2059</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2059"/>
		<updated>2025-05-30T13:33:24Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; of degree &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) univariate polynomials with rational coefficients of at most degree &amp;lt;math &amp;gt;m&amp;lt;/math&amp;gt;. This definition is often restricted to those functions of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of nonempty subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039; Collatz-like functions and problems are named for the unsolved &#039;&#039;&#039;Collatz conjecture&#039;&#039;&#039;, equivalent to &amp;lt;math&amp;gt;\forall \sigma\in\mathbb{N}\exists x.C^{\circ x}(\sigma)=1&amp;lt;/math&amp;gt;, where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
C(a)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    \frac12a &amp;amp; a\equiv 0\mod 2\\&lt;br /&gt;
    3a+1 &amp;amp; a\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists \tau\in\mathbb{N}\times\{-1\}\exists x.A^{\circ x}(8,0)=\tau&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(a,b)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}a,b+2) &amp;amp; a\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}a-\frac{1}{2},b-1) &amp;amp; a\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2052</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2052"/>
		<updated>2025-05-29T22:59:18Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) univariate polynomials with rational coefficients. This definition is almost always restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of nonempty subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039; Collatz-like functions and problems are named for the unsolved &#039;&#039;&#039;Collatz conjecture&#039;&#039;&#039;, equivalent to &amp;lt;math&amp;gt;\forall \sigma\in\mathbb{N}\exists x.C^{\circ x}(\sigma)=1&amp;lt;/math&amp;gt;, where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
C(a)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    \frac12a &amp;amp; a\equiv 0\mod 2\\&lt;br /&gt;
    3a+1 &amp;amp; a\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists \tau\in\mathbb{N}\times\{-1\}\exists x.A^{\circ x}(8,0)=\tau&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(a,b)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}a,b+2) &amp;amp; a\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}a-\frac{1}{2},b-1) &amp;amp; a\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2051</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2051"/>
		<updated>2025-05-29T22:01:41Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) univariate polynomials with rational coefficients. This definition is almost always restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of nonempty subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists \tau\in\mathbb{N}\times\{-1\}\exists x.A^{\circ x}(8,0)=\tau&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(a,b)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}a,b+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}a-\frac{1}{2},b-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2050</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2050"/>
		<updated>2025-05-29T21:02:41Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) univariate polynomials with rational coefficients. This definition is often restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of nonempty subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists \tau\in\mathbb{N}\times\{-1\}\exists x.A^{\circ x}(8,0)=\tau&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(a,b)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}a,b+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}a-\frac{1}{2},b-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2047</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2047"/>
		<updated>2025-05-29T20:28:01Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) univariate polynomials with rational coefficients. This definition is often restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists \tau\in\mathbb{N}\times\{-1\}\exists x.A^{\circ x}(8,0)=\tau&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(a,b)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}a,b+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}a-\frac{1}{2},b-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2046</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2046"/>
		<updated>2025-05-29T20:06:54Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) polynomials with rational coefficients. This definition is often restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists \tau\in\mathbb{N}\times\{-1\}\exists x.A^{\circ x}(8,0)=\tau&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(a,b)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}a,b+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}a-\frac{1}{2},b-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2045</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2045"/>
		<updated>2025-05-29T19:16:54Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) polynomials with rational coefficients. This definition is often restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists x\in\mathbb{N}\times\{-1\}\exists n.A^{\circ n}(8,0)=x&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(x,y)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}x,y+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}x-\frac{1}{2},y-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=2044</id>
		<title>User:ISquillante</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=User:ISquillante&amp;diff=2044"/>
		<updated>2025-05-29T19:11:25Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Isis Squillante&amp;#039;&amp;#039;&amp;#039;  Amateur of amateurs.  Discord: @isisoftheeast&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Isis Squillante&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Amateur of amateurs.&lt;br /&gt;
&lt;br /&gt;
Discord: @isisoftheeast&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2043</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2043"/>
		<updated>2025-05-29T19:02:31Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) polynomials with rational coefficients. This definition is often restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write the well-formed formula&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists x\in\mathbb{N}\times\mathbb{Z}^-\exists n.A^{\circ n}(8,0)=x&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(x,y)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}x,y+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}x-\frac{1}{2},y-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2042</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2042"/>
		<updated>2025-05-29T19:00:31Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: /* Definitions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) polynomials with rational coefficients. This definition is often restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write a well-formed formula which states&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists x\in\mathbb{N}\times\mathbb{Z}^-\exists n.A^{\circ n}(8,0)=x&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(x,y)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}x,y+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}x-\frac{1}{2},y-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
	<entry>
		<id>https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2041</id>
		<title>Collatz-like</title>
		<link rel="alternate" type="text/html" href="https://wiki.bbchallenge.org/w/index.php?title=Collatz-like&amp;diff=2041"/>
		<updated>2025-05-29T18:58:51Z</updated>

		<summary type="html">&lt;p&gt;ISquillante: Added precise definition of a Collatz-like function.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function defined piecewise depending on the remainder of an input modulo some number. The canonical example is the original Collatz function:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  c(2k)   &amp;amp; = &amp;amp;  k \\&lt;br /&gt;
  c(2k+1) &amp;amp; = &amp;amp; 3k+2 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Collatz-like problem&#039;&#039;&#039; is a question about the behavior of iterating a Collatz-like function. Collatz-like problems are famously difficult.&lt;br /&gt;
&lt;br /&gt;
Many [[Busy Beaver Champions]] have &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function.&lt;br /&gt;
&lt;br /&gt;
== Definitions ==&lt;br /&gt;
An &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary &#039;&#039;&#039;Collatz-like function&#039;&#039;&#039; is a partial function &amp;lt;math&amp;gt;f:\mathbb{Z}^n\hookrightarrow\mathbb{Z}^n&amp;lt;/math&amp;gt; of the form &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
f(t_1,t_2,\dots,t_n)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (P_1(t_1),P_2(t_2),\dots,P_n(t_n)) &amp;amp; t_1\equiv 0\mod z\\&lt;br /&gt;
    (P_{n+1}(t_1),P_{n+2}(t_2),\dots,P_{2n}(t_n)) &amp;amp; t_1\equiv 1\mod z\\&lt;br /&gt;
    \quad\quad\quad\quad\quad\quad\quad\quad\vdots &amp;amp; \quad\quad\quad\vdots\\&lt;br /&gt;
    (P_{nz-n+1}(t_1),\dots,P_{nz}(t_n)) &amp;amp; t_1\equiv -1\mod z,&lt;br /&gt;
\end{cases} &amp;lt;/math&amp;gt;&lt;br /&gt;
where &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt; is a positive integer and &amp;lt;math&amp;gt;P_1,P_2,\dots,P_{nz}&amp;lt;/math&amp;gt; are (not necessarily distinct) polynomials with rational coefficients. This definition is often restricted to those polynomials of degree one.&lt;br /&gt;
&lt;br /&gt;
For any given &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-ary Collatz-like function &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; and some two indexed series of subsets &amp;lt;math&amp;gt;\{S_1,S_2,\dots,S_n\},\{T_1,T_2,\dots,T_n\}&amp;lt;/math&amp;gt; of the integers, we can write a well-formed formula which states&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
\forall \sigma \in \prod_{i=1}^n S_i\exists\tau\in\prod_{i=1}^nT_i\exists x.g^{\circ x}(\sigma)=\tau&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;g^{\circ x}(\sigma)&amp;lt;/math&amp;gt; is the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;-th iterate of &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; on &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt;. Proving or disproving a formula of the above form is a &#039;&#039;&#039;Collatz-like problem.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many [[cryptids]] exhibit &#039;&#039;&#039;Collatz-like behavior&#039;&#039;&#039;, meaning that their behavior can be concisely described via the iterated values of a Collatz-like function. For example, [[Antihydra]]&#039;s halting status is directly related to the truth value of &amp;lt;math&amp;gt;\exists x\in\mathbb{N}\times\mathbb{Z}^-\exists n.A(8,0)=x&amp;lt;/math&amp;gt; where&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;&lt;br /&gt;
A(x,y)=&lt;br /&gt;
\begin{cases}&lt;br /&gt;
    (\frac{3}{2}x,y+2) &amp;amp; x\equiv 0\mod 2\\&lt;br /&gt;
    (\frac{3}{2}x-\frac{1}{2},y-1) &amp;amp; x\equiv 1\mod 2.&lt;br /&gt;
\end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== BB(5,2) Champion ===&lt;br /&gt;
Consider the [[5-state busy beaver winner|BB(5,2) Champion]] and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;M(n) = 0^\infty \; \textrm{&amp;lt;A} \; 1^n \; 0^\infty&amp;lt;/math&amp;gt;Pascal Michel showed that:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{lcl}&lt;br /&gt;
  0^\infty \; \textrm{&amp;lt;A} \; 0^\infty &amp;amp; = &amp;amp; M(0) \\&lt;br /&gt;
  M(3k)   &amp;amp; \xrightarrow{5 k^2 + 19 k + 15} &amp;amp; M(5k+6) \\&lt;br /&gt;
  M(3k+1) &amp;amp; \xrightarrow{5 k^2 + 25 k + 27} &amp;amp; M(5k+9) \\&lt;br /&gt;
  M(3k+2) &amp;amp; \xrightarrow{6k +12} &amp;amp; 0^\infty \;\; 1 \;\; \textrm{H&amp;gt;} \;\; 01 \;\; {(001)}^{k+1} \;\; 1 \;\; 0^\infty  \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting on a blank tape &amp;lt;math&amp;gt;M(0)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config.&amp;lt;ref&amp;gt;[https://bbchallenge.org/~pascal.michel/beh#tm52a Pascal Michel&#039;s Analysis of the BB(5, 2) Champion]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Hydra ===&lt;br /&gt;
Consider [[Hydra]] (a [[Cryptids|Cryptid]]) and the generalized configuration:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;C(a, b) = 0^\infty \; \textrm{ &amp;lt;B } \; 0^{3(a-2)} \; 3^b \; 2 \; 0^\infty&amp;lt;/math&amp;gt;&lt;br /&gt;
Daniel Yuan showed that:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; &amp;amp; \xrightarrow{19} &amp;amp; C(3, 0) \\&lt;br /&gt;
  C(2n,   &amp;amp; 0)   &amp;amp; \to &amp;amp; \text{Halt}(9n-6) \\&lt;br /&gt;
  C(2n,   &amp;amp; b+1) &amp;amp; \to &amp;amp; C(3n,   &amp;amp; b) \\&lt;br /&gt;
  C(2n+1, &amp;amp; b)   &amp;amp; \to &amp;amp; C(3n+1, &amp;amp; b+2) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;math&amp;gt;\textrm{Halt}(n)&amp;lt;/math&amp;gt; is a halting configuration with &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; non-zero symbols on the tape.&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;C(3, 0)&amp;lt;/math&amp;gt; this simulates a pseudo-random walk along the &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; parameter, increasing it by 2 every time &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; is odd, decreasing by 1 every time it&#039;s even. Deciding whether or not Hydra halts requires being able to prove a detailed question about the trajectory of the Collatz-like function&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  h(2n)   &amp;amp; = &amp;amp; 3n   \\&lt;br /&gt;
  h(2n+1) &amp;amp; = &amp;amp; 3n+1 \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;starting from 3:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  3 \xrightarrow{O} 4 \xrightarrow{E} 6\xrightarrow{E} 9 \xrightarrow{O} 13 \xrightarrow{O} 19 \xrightarrow{O} 28 \xrightarrow{E} 42 \xrightarrow{E} 63 \cdots \\&lt;br /&gt;
\end{array}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Specifically, will it ever reach a point where the cumulative number of &amp;lt;code&amp;gt;E&amp;lt;/code&amp;gt; (even transitions) applied is greater than twice the number of &amp;lt;code&amp;gt;O&amp;lt;/code&amp;gt; (odd transitions) applied?&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2024/05/10/bb-2-5-is-hard.html BB(2, 5) is Hard (Hydra)]. 10 May 2024.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Tetration Machine ===&lt;br /&gt;
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:&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;K(n) = 0^\infty \; 1 \; 0^n \; 11 \; 0^5 \; \textrm{C&amp;gt;} \; 0^\infty&amp;lt;/math&amp;gt;Shawn Ligocki showed that:&lt;br /&gt;
&amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt;\begin{array}{l}&lt;br /&gt;
  \\&lt;br /&gt;
  0^\infty \; \textrm{A&amp;gt;} \; 0^\infty &amp;amp; \xrightarrow{45} &amp;amp; K(5) \\&lt;br /&gt;
  K(4k)   &amp;amp; \to &amp;amp; \text{Halt}(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+1) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+2) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} - 11}{2}) \\&lt;br /&gt;
  K(4k+3) &amp;amp; \to &amp;amp; K(\frac{3^{k+3} +  1}{2}) \\&lt;br /&gt;
\end{array}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Starting from config &amp;lt;math&amp;gt;K(5)&amp;lt;/math&amp;gt;, these rules iterate 15 times before reaching the halt config leaving over &amp;lt;math&amp;gt;10 \uparrow\uparrow 15&amp;lt;/math&amp;gt; non-zero symbols on the tape.&amp;lt;ref&amp;gt;Shawn Ligocki. [https://www.sligocki.com/2022/06/21/bb-6-2-t15.html BB(6, 2) &amp;gt; 10↑↑15]. 21 Jun 2022.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Zoology]]&lt;/div&gt;</summary>
		<author><name>ISquillante</name></author>
	</entry>
</feed>