0

For collatz hypothesis, is it possible to find general formulas which will give 1 result ??
Is it possible that we can find all collatz numbers with these formulas?
Have the generic formulas been used to express the Collatz numbers before?

Please do not negatively reply to this question without full understanding.

I came to the decision to express my question more clearly. I developed a method.

For example, for $k = 100$, I found a system of generic formulas that allows us to find all Collatz numbers with $100$ odd steps.
But it is not feasible to give a formula for the direct $k=N$ number. It is only possible to do this for the known number.
NOTE: for number $27$ odd step is $41$. $( k=41)$

Now I can write "formulas system" to find all the odd collatz numbers that have $41$ odd steps.

Does that benefit us?

  • I expect most people here are familiar with the Collatz Problem, but what are Collatz Numbers? – lulu Apr 24 '17 at 15:36
  • 1
    Which that, are give Result 1. –  Apr 24 '17 at 15:38
  • 1
    Oh, you just mean numbers that eventually make it to $1$? But of course a useful formula would (most likely) give us a solution to the problem. – lulu Apr 24 '17 at 15:43
  • 1
    İ underatood. Does it work if we find the distribution of the general formulas? –  Apr 24 '17 at 15:47
  • 2
    Very little is known generally. Most things you think of could be turned into a solution. – lulu Apr 24 '17 at 15:50
  • @lulu Would it be useful for us to find short general formulas? –  Apr 24 '17 at 16:01
  • Of course people have tried this...which is no reason not to try again. It's easy to write down lots and lots of cases which are sure to work....now all you have to do is show that your cases cover all possibilities! Harder than it sounds, of course. – lulu Apr 24 '17 at 16:04
  • @lulu This is very important. Please contact me. https://m.facebook.com/SamadovElvin –  May 11 '17 at 10:55
  • Sorry, I don't use facebook or anything like that. Nor do I think that I am the right person for what you want. Good luck. – lulu May 11 '17 at 11:04
  • @lulu so be it. –  May 11 '17 at 11:59
  • @lulu I wanted to get your idea by sending you the function I found. That's all. I do not use facebook anyway. Thank you very much. –  May 11 '17 at 12:51
  • ((-5(x)-2)floor(0.5(x))+x(2.5(x)+1.5)) Just whipped this up, will produce the next number in the sequence for any number x. If I understand what you're asking correctly – Albert Renshaw Nov 20 '18 at 17:14

2 Answers2

3

I have once (example html example pdf) taken up a notation $$ b = T(a;A,B,C,...,Z) $$ where the small letters $a,b,c,...$ denote odd numbers to be transformed by the Collatz transformation rule in the "Syracuse"-definition (see Collatz in Wikipedia) and the capital letters $A,B,C,...,Z \ge 1$ indicate exponents in powers of $2$ such that $$\begin{array}{rl|ll|l} &\text{operation}&\qquad \quad\text{ my}&\text{notation}&\small {\text{in your notation }\\\text{as I assume}} \\ \hline b &= {3a+1 \over 2^A } &b=T(a;A) & &\small 1 \text{"odd step"}\\ c &= {3b+1 \over 2^B } &c=T(b;B) &=T(a;A,B) &\small 2 \text{"odd step"}\\ d&= {3c+1 \over 2^C } &d=T(c;C) &=T(a;A,B,C) &\small 3 \text{"odd step"}\\ & \vdots & &\vdots & \vdots\end{array} $$

So

  • $1 = T(a;A)$ denotes all odd numbers $a$ which decrease to $1$ by $1$ "odd step",
  • $1 = T(a;A,B)$ all that $a$ which decrease to $1$ by $2$ "odd steps",and
  • $1 = T(a;A_1,A_2,...,A_{41})$ all that $a$ which decrease to $1$ by $41$ "odd steps" (Here the smallest $a$ is $a_{\min}=27$ if I've understood your indication correctly)


Ok; in my linked small treatize I discuss the application of this ansatz in some depth. So - regarding your question, what benefit this has:
  • It helped to understand intuitively and then algebraically the problem of cycles up to the proofs for (general) cycles of certain lengthes.

    • A simple example is the proof for the existence of exactly 1 cycle of length 1 in the positive and one in the negative numbers.
      Proof: consider the cycle equation with indeterminates $a$ and $A$: $a = T(a;A) $.
      This means the length $N$ is $N=1$ and the sum of exponents $S$ is $S=A$.
      Then we look for a solution for $a={3a+1 \over 2^A}$.
      We rearrange $ a2^A = 3a+1$ and $2^A=3+1/a $ and it is obvious that the only solutions are $a=1,A=2$ giving $ 2^2 = 3 + 1/1$ and $a=-1,A=1$ giving $ 2^1 = 3 + 1/-1 $
    • Another simple example is the proof for the nonexistence of a cycle of length 2 in the positive and the existences of one in the negative numbers.
      Proof: consider the cycle equation with indeterminates $a,b$ and $A,B$: $b = T(a;A) $ and $a = T(b;B)$. This means the length $N$ is $N=2$ and the sum of exponents $S$ is $S=A+B$ .
      Then we look for a solution for $b={3a+1 \over 2^A}$ and simultanously $a={3b+1 \over 2^B}$.
      We write the product $a\cdot b={3a+1 \over 2^A}{3b+1 \over 2^B}$ rearrange $ 2^{A+B} = {3a+1\over a}{3b+1\over b}$ and shorter $ 2^S = (3+{1\over a})(3+{1\over b})$ and it is obvious that the only solutions are $a=b=1,A=B=2,S=4$ - but this gives the already known 1-step-cycle-
      and a cycle in the negative numbers can be found by $A=1,B=2,S=3$ and $a=-5,b=-7$
  • it even helps to disprove certain types of cycles (so called "1-cycles","2-cycles" of arbitrary length). From the "1-cycle" we find an interesting relation to the Waring-problem and the general problem of approximation of perfect powers $3^N$ and $2^S$

  • it gives a general framework easily transferable to the domain of negative numbers $a,b,c,...$ and allows to find some cycles in the negative numbers algebraically

  • it gives a general framework easily transferable to the Collatz variants of $mx+1$ problem and helps to discuss and find cycles there (for instance for $5x+1$ and $181x+1$ - problems)

  • it did not yet lead to a complete proof for the nonexistence of nontrivial cycles in the Collatz-problem

  • it did not help so far for the discussion of possible divergent trajectories

  • so it did not yet help to make much progress for the complete solution of the Collatz problem.

Under the name "Syracuse-problem"(see wikipedia) the ansatz of the $b=T(a;A)$ transformation rule has been sometimes discussed in the sixties to seventies; for instance there is a paper of R Crandall from '76 online which provides some earliest estimates of the possible minimal length of a cycle worked out with that method, and is often cited, for instance in G. Lagarias' great overview.
Moreover you might be interested in looking at the P. Schorer papers, who thinks, that building trees by this formulation of the transformation would provide a solution of the Collatz-problem (but where he has made mistakes, search for references to his name here in MSE) .

All in all I think that ansatz has a big advantage for the study of the Collatz-problem and of its generalization, and gives many interesting aspects for the novice in number-theory.


In the comment it was asked, whether this ansatz allows to display all formulae for the "number of odd steps" (N=100 in my notation). Well, this means to display all explicite formulae for $1 = T(a;A_1,A_2,...,A_{100})$ and this is a unlimited combinatorical list, where only some modular conditions are restricting the pattern in the $A_k$.

For the set of possible solutions $a$ we know only that it is again unlimited, because even for $N=1$ and $1= T(a;A)$ we get infinitely many solutions: $A \in \{2,4,6,8,...\}$ and $a \in \{1,5,21,85,...{4^k-1\over3} \}$.

For the question of existence of cycles, however, this is a very powerful tool!

When we ask, whether $a = T(a;A_1,A_2,...,A_N)$ with $N=100$ has a solution in odd $a>1 \in \mathbb N^+$ then we find first, that $S=159$ because $2^S \gt 3^N \gt 2^{S-1}$ is (implicitely) required. With this we can ask, whether there can a solution exist with $$ 2^S = (3 + {1 \over a_1})(3 + {1 \over a_2})...(3 + {1 \over a_N}) $$ We can estimate a mean $a_m$ by $$ 2^{S/N} = (3 + {1 \over a_m}) \\ a_m = {1 \over2^{S/N} -3 } \approx 95.3 $$ Because it is a (rough) mean value many $a_k$ must be smaller and the other $a_k$ must be larger than that $a_m$. But because the $a_k$ can only be congruent $\pm 1 \pmod 6$ only $95.3/3 \approx 32$ such numbers are below $a_m$, which is less than the half of the available 100 $a_k$. So very likely we can not have a solution and thus not a cycle.
We can make it even sharper and find, that the minimal element $a_1 < 13 $ is required, - and by trying only that handful of candidates $a_k <13 \in {5,7,11} $ we find that all fall down to $1$ and are thus not members of a cycle.

Conclusion: By this we have proven, that a cycle of length $N=100$ odd steps cannot exist - and for such proofs that general schema of notations and formulae is very powerful.

  • Yes Teacher, You understand me correctly. –  Apr 24 '17 at 21:42
  • İ read your solution full.Please explain me.Can you write all formulas systems(expressing all collatz number) for example odd step count $100$.? –  Apr 24 '17 at 22:17
  • @Deneme: that is too much. Think only for odd step count $N=5$. For $N=5$ means we need a perfect power of 2 greater than $3^N=243$ which is possible for $2^8=256$ so $S=8$. So we ask for the number of solutions in the problem $a=T(a;A,B,C,D;E)$ where $A+B+C+D+E=S=8$ and we have a lot of possible combinations of values in $A,B,C,D,E$ to test for existence or nonexistence of solutions. For $N=100$ and $S=159$ we had a huge lot of combinatorical possibilities and thus a huge lot of formulae. But the ansatz allows to make a formula for an upper bound for the smallest $a$ very easily (see answer). – Gottfried Helms Apr 24 '17 at 23:02
  • İ understood.Thank you very much.But there were some question marks in my mind. –  Apr 24 '17 at 23:29
  • @deneme: Hmm, my previous comment didn't match your question well, but after rereading it I inserted a better answer at the end of the answer-box above. Sorry for that misreading... – Gottfried Helms Apr 24 '17 at 23:42
  • Can we talk with messenger this topics??Because, I did not say anything I had not found yet.Can you come messenger? –  May 27 '17 at 19:46
  • @deneme : tonight it is too late, I'm really tired. Let's see tomorrow. Also, perhaps you can save the input of you and me into your question today which you've deleted - I think this is the most I really can say about your problem. – Gottfried Helms May 27 '17 at 20:58
  • i understood. İ will wait you tomorrow! –  May 27 '17 at 21:10
  • can we talk, now??? –  May 28 '17 at 08:20
2

Yes, we can. Take as example $x=2^n$. It obviously goes to $1$. If a general formula is known, then the Collatz Conjecture would be proved, therefore nobody knows it right now.

Perheaps it is possible, but note that the number of steps that are required to go to 1 from some $x$ behaves quite randomly for every known $x$, so if one exists, it will be either very enlightening or very smelly.

enedil
  • 1,710
  • Does it work if we find the distribution of the general formulas? –  Apr 24 '17 at 15:43
  • Hey, if we find a distribution, that means that the set of possible lengths is bounded which implies a quite hard part of the problem (that for no $x$ consequent steps become larger and larger and never hit any visited number). – enedil Apr 24 '17 at 15:47
  • In short, if we find the distribution of general formulas (for example, these formulas can be multivariable functions)., Did the problem solve? –  Apr 24 '17 at 15:58
  • Still not. The sequence can loop itself (i.e. $a_1 -> a_2 -> a_3 -> \ldots -> a_1$). – enedil Apr 24 '17 at 16:01
  • I improved my question. –  Apr 24 '17 at 18:01
  • I want to share the function I found with you –  May 03 '17 at 14:07
  • How do I communicate with you? –  May 03 '17 at 14:08
  • Thanks for effort. Do you mean the most upvoted answer? It certainly brings some interesting insights. – enedil May 03 '17 at 15:08
  • 1
    I have struggled to find the distribution function. The function I found without high mathematics, however, does not work at all. –  May 03 '17 at 19:12
  • What do you mean by "odd steps is 2"? – enedil May 04 '17 at 16:47
  • You can test the function I wrote. The number of odd steps is always $2$. –  May 04 '17 at 16:54
  • For example. $n=1$ , $f(n)=59652309$, Count of odd steps is $2$. –  May 04 '17 at 17:21
  • Ah, now I understand. I guess it's not hard to come up with such specific functions. It's hard to capture all possible numbers that way though. But these insights are interesting. – enedil May 05 '17 at 13:50
  • I found the general distribution function. Now I wrote his derivation. You are responding too late. I asked you a few questions. Do you have a messenger? –  May 05 '17 at 14:31
  • @Deneme yep, we may talk. Just give me your username on whichever messenger you like – enedil May 05 '17 at 17:15