I have a couple of questions, but I need to give some quote and some reasoning before I ask.
Quote from Wikipedia:
A $k$-cycle is a cycle that can be partitioned into $2k$ contiguous subsequences: $k$ increasing sequences of odd numbers alternating with $k$ decreasing sequences of even numbers. For instance, if the cycle consists of a single increasing sequence of odd numbers followed by a decreasing sequence of even numbers, it is called a $1$-cycle.
This is not the exact definition of a cycle loop. We just have to include that it is a loop. If you are not very familiar with the Collatz you might be confused by cycles and must know in which context it is used.
A cycle is defined as being just increasing odds vs decreasing evens. This is one of those things that got me confused while reading about cycles in the Collatz. But I think I finally understand it, please correct me if I am wrong. I thought a cycle was the actual repeating of the numbers in the cycle. But it is not, it needs that extra loop. In some other context some cycles can be loops, but in the Collatz context, there is only one known special case where a cycle is looping, is when it hits $1$ and repeats the process. But when I think of it in another way, this I might be wrong. Maybe odds and even $k$-cycles can happen in a large sequence, where there are several $k$'s for $k$-cycles in a single trajectory. Not taking "loop" into the context. I find the definitions that I read a bit fuzzy and I feel it might get mixed up. Or is there one formal definition, just poorly explained?
So from what I understand there are only one type of cycle, the $k$-cycle, but in addition it can be extended to a loop. And the only known loop is the trivial $4,2,1$ or $2,1$ closed loop cycle. I.e. it jumps from $1$ to $2$ or $4$. Other jumps to previous numbers are not known to exist. The above definition is not telling anything about the nature of the numbers in the subsequences.
But there's a version that is called the Syracuse (also known as the Reduced Collatz) where there are no trivial loops, the sequence jumps to $1$ immediately without the $2$- or $2,4$-subsequence parts. Then it repeats the $1$'s only.
Let me quote from Wikipedia again:
For instance, if the cycle consists of a single increasing sequence of odd numbers followed by a decreasing sequence of even numbers, it is called a $1$-cycle
No $1$-cycle exists in this reduced form (the Syracuse). So, what is it? Is it a $0$-cycle?
I make an example with the number $27$ for the Reduced function:
$27\rightarrow41\rightarrow31\rightarrow47\rightarrow71\rightarrow107\rightarrow161\rightarrow121\rightarrow91\rightarrow137\rightarrow103\rightarrow155\rightarrow233\rightarrow175\rightarrow263\rightarrow395\rightarrow593\rightarrow445\rightarrow167\rightarrow251\rightarrow377\rightarrow283\rightarrow425\rightarrow319\rightarrow479\rightarrow719\rightarrow1079\rightarrow1619\rightarrow2429\rightarrow911\rightarrow1367\rightarrow2051\rightarrow3077\rightarrow577\rightarrow433\rightarrow325\rightarrow61\rightarrow23\rightarrow35\rightarrow53\rightarrow5\rightarrow1$
I make a list when the next number in the sequence is higher than the previous I write an 'u' (for up), when the next number is lower I write a 'd' (for down):
uduuuudduduuduuudduududuuuuuduuuddddddudd
I don't know if this is the way it is interpreted in formal literature.
From the list I just made I can't seem to make any sense of this and the definition of a $k$-cycle. So my last question is, is $k$-cycles relevant in the Reduced Collatz function? But would it make sense to make such a list in the Formal- and Shortcut Collatz sequence?
Clarification: Seems some of my explanation wasn't clear enough, here's a minor modification: ud is $27\rightarrow41\rightarrow31$, and so on. Starting on $27$. So the letters represent increase or decrease. I should have used up down arrows, like this:
$27\uparrow41\downarrow31\uparrow47\uparrow71\uparrow107\uparrow161\downarrow121\downarrow91\uparrow137\downarrow103\uparrow155\uparrow233\downarrow175\uparrow263\uparrow395\uparrow593\downarrow445\downarrow167\uparrow251\uparrow377\downarrow283\uparrow425\downarrow319\uparrow479\uparrow719\uparrow1079\uparrow1619\uparrow2429\downarrow911\uparrow1367\uparrow2051\uparrow3077\downarrow577\downarrow433\downarrow325\downarrow61\downarrow23\uparrow35\uparrow53\downarrow5\downarrow1$
Additional note of why cycles definition are confusing:
Here 's a subsequence from the reduced collatz function: there are many $1$-cycles; $251,377,283,425,319...$ which is $\uparrow\downarrow\uparrow\downarrow$.. (index 19 to 23) or is there? Just as a thought experiment, we could trade the numbers into $2$'s and $1$'s. $1,2,1,2,1,..$ and if this repeated it would be a $1$-cycle according to the definition. But the numbers in the subsequence is not the short-cut map, and so there are no even's and a cycle does not exist in the definition prescribed.
