Hydra function: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
The '''Hydra function''' is a [[Collatz-like]] function whose behavior is connected to the unsolved halting problems for the [[Cryptids]] [[Hydra]] and [[Antihydra]] | The '''Hydra function''' is a [[Collatz-like]] function whose behavior is connected to the the unsolved halting problems for the [[Cryptids]] [[Hydra]] and [[Antihydra]]: | ||
<math display="block">\begin{array}{l} | <math display="block">\begin{array}{l} | ||
H(2n) & = & 3n \\ | H(2n) & = & 3n \\ | ||
H(2n+1) & = & 3n+1 \\ | H(2n+1) & = & 3n+1 \\ | ||
\end{array}</math> | \end{array}</math> | ||
which can alternatively be written as<math display="block">H(n) = \begin{cases} | |||
<math display="block"> | \frac{3n}{2} & \text{if } n \text{ even} \\ | ||
\frac{3n-1}{2} & \text{if } n \text{ odd} \\ | |||
\end{cases}</math>or simply<math display="block">H(n) = \left\lfloor \frac{3n}{2} \right\rfloor</math>It has some connections to [[wikipedia:Mahler's_3/2_problem|Mahler's 3/2 problem]]. |
Revision as of 09:43, 23 February 2025
The Hydra function is a Collatz-like function whose behavior is connected to the the unsolved halting problems for the Cryptids Hydra and Antihydra:
which can alternatively be written as
or simply
It has some connections to Mahler's 3/2 problem.