Preprint
Article

This version is not peer-reviewed.

Collatz conjecture: an order isomorphic recursive machine

Submitted:

29 February 2024

Posted:

01 March 2024

You are already at the latest version

Abstract
Collatz conjecture (3x+1 problem) is a natural phenomenon in set theory that may be reconstructed using known combinatorics and order theory. Construction begins by selecting a specific order isomorphism with a bijectional order-embedding. Mapping by 3x+1 induces a unique property to only members of the mapped embedding. Under selective congruence from recursive division by two, that complex controls sequence behavior. This demonstration uses an order isomorphism consisting of two linear orders: the (1) odd positive integers and the always odd (2) Rule 50 Jacobsthal numbers, as the embedding. The argument proceeds by cardinality. When the order isomorphism is mapped under 3x+1, all Rule 50 Jacobsthal numbers are mapped to all the powers of four. This one-to-one correspondence guarantees that every odd integer is assigned to a Rule 50 Jacobsthal number, and subsequently, to a power of four. To align this construction with the conjecture, expand the set to all positive integers by showing that: (1) the powers of four embed the powers of two, in a natural way, and (2) the unique factorization of any positive even integer, not congruent to a power of two, is simply an odd integer, once the factorized power of two is divided out. In other words, if the initial choice for a positive integer is not congruent to a power of two, then recursion continues until a Rule 50 Jacobsthal number (guaranteed by cardinality) is attained. Since this value mapped by 3x+1 is always a power of four, repeated division by two will always send the sequence to one. Because this same process occurs for any choice of positive integer, Collatz conjecture is true.
Keywords: 
;  ;  ;  ;  ;  

1. Introduction

Collatz conjecture ( 3 x + 1 problem) is notorious for being simple to state, but impossible to prove. Starting from any positive integer, a recursive function maps odd integers to 3 x + 1 and even integers to x / 2 generating a sequence [13]. The conjecture concerns the behavior of these sequences. Attributed to Lothar Collatz, who is believed to have introduced the idea in 1937, the origin of this problem is obscure. Shrouded in mystery, it was largely circulated by word-of-mouth from known associates of Collatz and likely disseminated by others even prior to that time [18]. The sequences may be referred to as hailstone sequences, or wondrous numbers, due to the wide ranging values attained. The conjecture “asserts that starting from any positive integer, repeated iteration of this function eventually produces the value 1." [13] To-date, the conjecture remains open.

2. Background

2.1. Define Collatz Conjecture

A sequence is generated by selecting a positive integer, n. Then two rules are applied using a function, f, with recursive value, c i , for each iteration, i. If c i is an even value, then that number is divided by two. If c i is an odd value, then that number is multiplied by 3 and one is added. These rules are applied under recursion until, as it is conjectured, the value of the sequence tends to one.
Define the function f,
f ( c i ) : = c i / 2 , if c i 0 ( m o d 2 ) even 3 c i + 1 , if c i 1 ( m o d 2 ) odd
and the sequence ( c i ) recursively.
c i : = c 0 = n , for i = 0 , where n 1 , n N f ( c i 1 ) , for i > 0
Example calculations and sequences follow before formally stating the conjecture.
Example 1. 
Example calculation for a Collatz sequence.
  • Let n = c 0 = 3 . Three is odd, so c 1 = f ( 3 ) = 3 ( 3 ) + 1 = 10 . Ten is even, so c 2 = f ( 10 ) = 10 / 2 = 5 . Five is odd and iteration continues until the following sequence ( 3 , 10 , 5 , 16 , 8 , 4 , 2 , 1 ) is generated.
Example 2. 
Examples of other Collatz sequences.
  • Let n = 5 , the sequence is ( 5 , 16 , 8 , 4 , 2 , 1 ) . Let n = 7 , the sequence is ( 7 , 22 , 11 , 34 , 17 , 52 , 26 , 13 , 40 , 20 , 10 , 5 , 16 , 8 , 4 , 2 , 1 ) . Let n = 21 , the sequence is ( 21 , 64 , 32 , 16 , 8 , 4 , 2 , 1 ) .
Example 3. 
The (1, 4, 2, ...) loop. There is a closed loop sequence that occurs when c i is equal to 1. Let n = 1 , the sequence is ( 1 , 4 , 2 , 1 , 4 , 2 , . . . ) , which is an infinite loop. Therefore, it becomes agreeable that attaining c i 1 is sufficient to stop the recursive process and terminate the sequence, as indicated by the conjecture.
  • Collatz conjecture statement. For any initial choice of positive integer, c 0 = n , iteration using f will always generate a sequence that tends to one, that is ( c i ) 1 .

2.2. Prior Research and Results

Collatz conjecture is known as the simplest math problem that no one can solve . Many methods have been used over the last eighty years to show proof. According to Mueller (2021) [19], over 2 68 sequences have been computed and they all go to one. But, computation isn’t a complete proof and it doesn’t prevent the existence of counter-examples. It was shown by Conway (1972) [6] that Collatz conjecture is a Turing-machine and subject to the halting problem, which is undecidable. Making it possible that a sequence could enter an infinite loop.
Beyond data and algorithms, several types of analysis have been performed for this problem. Those studies are wide and varied, and include: sequence stopping time, coefficients for least iterate, linear transformations, periodicity, residue classes, density bounds, conjugacy maps, graphs and hypergraphs. Depending on the study of interest, readers should defer to the author or mathematics professional in that particular field or sub-field. Understanding these methods are not required to realize proof. Boundedness, heuristic probability, and the most recent research related to orbits will now be discussed.
In 1976, Terras [27] showed that almost all Collatz sequences reach a point below their initial value. The same result was discovered independently by Everett (1977) [10]. From those founding papers, that bound was significantly improved upon over the next several decades. Further validity was found by Barone (1999) [2] using a heuristic probabilistic argument, where the major finding was “that iterates of the 3 x + 1 -function should decrease on average by a multiplicative factor ( 3 / 4 ) 1 / 2 at each step" [15]. These studies indicated that most Collatz sequences were bounded and decreasing.
More recently, Tao (2019) [26] showed the 3 x + 1 problem follows a stricter set of criteria, proving that almost all Collatz orbits will attain a bounded value. Although a wonderful result, and a testament to the power of mathematics, it was still not complete proof. And it showed that finding a counter-example would be nearly impossible.

3. Methods and Results

3.1. Methodology

Collatz conjecture (3x+1 problem) is a natural phenomenon in set theory that may be reconstructed using known combinatorics and order theory. Construction begins by selecting a specific order isomorphism with a bijectional order-embedding. Mapping by 3x+1 induces a unique property to only members of the mapped embedding. Under selective congruence from recursive division by two, the mapped set property is able to be isolated.
This demonstration uses an order isomorphism consisting of two linear orders: the (1) positive odd integers and the always odd (2) Rule 50 Jacobsthal numbers [Appendix 5.3], as the embedding. The argument proceeds by cardinality. When the order isomorphism is mapped by 3 x + 1 , all Rule 50 Jacobsthal numbers are mapped to all the powers of four. This one-to-one correspondence guarantees that every odd integer is able to be assigned to a Rule 50 Jacobsthal number, and subsequently, to a power of four. And recursive division by two is selective for congruence to powers of two.
To align this construction with the conjecture, expand the set to all positive integers by showing that: (1) the powers of four embed the powers of two, in a natural way, and (2) the unique factorization of any positive even integer, not congruent to a power of two, is simply an odd integer, once the factorized power of two is divided out. In other words, if the initial choice for a positive integer is not congruent to a power of two, then recursion continues until a Rule 50 Jacobsthal number (guaranteed by cardinality) is attained. Since this value mapped by 3 x + 1 is always a power of four, repeated division by two will always send the sequence to one.

3.2. Set and Order Theory

Sets needed for the demonstration are defined explicitly by a set rule. N is taken to be the positive integers with zero. The sets are enumerated by N with cardinality | N | = 0 . Since equinumerous sets are arguably more fundamental than the principle of counting1, argument supporting theorems will be introduced. The main focus will be the Rule 50 Jacobsthal numbers that embed the odd integers. When mapped by 3 x + 1 they are each congruent to a power of four. This property may be isolated by recursive division by two, since it’s selective for congruence to powers of two. This a unique complex of a higher order.
Definition 1 
(Order isomorphism). Given two partially ordered sets (posets) ( M , M ) and ( N , N ) , an order isomorphism is a bijection f : M N having the property that for every x , y M , x M y if and only if f ( x ) N f ( y ) [33].That is, it is a bijective order-embedding [5].
Theorem 1. 
Cantor’s isomorphism theorem Every two countable dense unbounded linear orders are order-isomorphic [30].
Begin by defining the two o d d x linear orders that make up the order isomorphism. The (1) odd positive integers,
O : = 2 n + 1 { n | n N }
: = { 1 , 3 , 5 , 7 , 9 , 11 , . . . }
and the always odd (2) Rule 50 Jacobsthal numbers [Appendix 5.3],
J : = 1 3 ( 4 n + 1 1 ) { n | n N }
: = { 1 , 5 , 21 , 85 , 341 , 1365 , . . . }
as the bijectional order-embedding. Please see the figure demonstrating the embedding of J in O [Figure 1].
The o d d x order isomorphism consisting of O and J is not unique. That comes after mapping by 3 x + 1 makes the Rule 50 Jacobsthal numbers congruent to powers of four. Uniqueness is derived from recursive division by two being selective for congruence to powers of two.
Now define F, the odd positive integers mapped under 3 x + 1 . This is the primary set under observation from Collatz conjecture since o d d x 3 x + 1 .
F : = 3 O + 1 { n | n N }
Or equivalently,
F : = 6 n + 4 { n | n N }
: = { 4 , 10 , 16 , 22 , 28 , 34 , . . . }
And define G, the Rule 50 Jacobsthal numbers mapped under 3 x + 1 . Set G is bijectional with and embeddable into set F.
G : = 3 J + 1 { n | n N }
: = { 4 , 4 2 , 4 3 , 4 4 , 4 5 , 4 6 , . . . }
Please see the figure demonstrating the embedding of G in F [Figure 2].
Theorem 2. 
Equinumerosity theorem Equinumerosity is an equivalence relation ≈ on a family of sets[3].
Proof. 
The equivalence relation ≈ is reflexive, symmetric, and transitive [Appendix  4].    □
By definition, O, J, F, and G are countably infinite sets each with a mapping equivalent to the bijection ψ , where X N and Y O , J , F , o r G .
ψ : X Y o : N O j : N J f : N F g : N G
These mappings are congruent, ψ ( x ) = y , and invertible, ψ 1 ( y ) = x , for all x X and y Y .
ψ 1 : Y X o 1 : O N j 1 : J N f 1 : F N g 1 : G N
They are equinumerous
O J F G
and cardinally equivalent.
| O | = | J | = | F | = | G | = 0
Each set is strictly ordered, monotonic, increasing, and denumerable. For any x X it is always true that x < ψ ( x ) . For all distinct x 1 , x 2 X , it is always true that x 1 < x 2 implies ψ ( x 1 ) < ψ ( x 2 ) and x 2 < x 1 implies ψ ( x 2 ) < ψ ( x 1 ) . The set rule, which is enumerated by N , is in one-to-one correspondence between the domain and codomain of ψ .
The automorphism of F, which contains G, is the primary mapping under Collatz conjecture. Only odd integers may serve as escape values if the initial choice for an integer, c 0 = n , is not congruent to 2 n . The purpose here is to show that G is isomorphic to F by structure and order. The Cantor-Bernstein theorem will be introduced and applied. It simplifies showing the bijection between them to only demonstrating both injections, which is plain when they are equinumerous. It will be shown that G is a bijectional order-embedding of F [9].
Theorem 3. 
Cantor-Bernstein theorem  If each of two sets M and N can be mapped injectively into the other, f : M N and g : N M , then there exists a bijection from M to N, h : M N , such that | M | = | N | and M N .
Proof. 
Several proofs of this theorem exist and are attributable to Bernstein, Borel, Dedekind, Zermelo, König, and others. Some proofs rely on the axiom of choice, while others do not invoke it. The back-and-forth method (Silver, Huntington), the going-forth method (Cantor), and chain theory (i.e. chains of elements, König) can be used to show the bijection between M and N [1].    □
The injections as described by the Cantor-Bernstein theorem and set rule equinumerosity are given as,
α : F G
β : G F
which guarantee the bijection,
γ : F G

3.3. Combinatorics

The motivation now is to show the o d d x set can be can be expanded to accommodate any positive integer. Division by two is seen as a recursive device used to produce odd integers while being selective for congruence to 2 n . The order machine diagram is used to illustrate these ideas and to understand the connected graph.
Until now, division of even integers by two has been ignored; however, the purpose of mapping, x x / 2 , is important twofold. First, any positive even integer congruent to 2 n sends the sequence to one [Lemma  3]. Second, any even integer not congruent to 2 n , is repeatedly divided by two until it becomes an odd integer [Corollary  1]. That odd integer is mapped by 3 x + 1 to an even value [Lemma  1]. And iteration continues until an always odd Rule 50 Jacobsthal number is attained [Lemma  4]. Since mapping by 3 x + 1 yields a value congruent to a power of four, the sequence tends to one. These situations will be discussed using the o d d x order isomorphism and 3 x + 1 mapping. Some lemmas will now be reviewed.
Lemma 1. 
3 x + 1 for positive odd x is always even.
Proof. 
Let x be an integer that is odd and positive. Then, x + 1 must be even. Since 2 x is divisible by two, it is even. Thus, the sum of these two even numbers, ( x + 1 ) + 2 x = 3 x + 1 , must also be even.    □
Lemma 2. 
Every positive even integer is either congruent to 2 n or it isn’t (dichotomy).
Proof. 
By definition, 2 n is even for all n 1 , so those values may be listed. Any even number not on the list may be readily found (i.e. 6). Which must have a unique factorization (i.e. 2 · 3 ) that is different from 2 n by the fundamental theorem of arithmetic.    □
Corollary 1. 
The unique factorization of any positive even integer, not congruent to 2 n , with the powers of two removed, is necessarily odd.
Lemma 3. 
4 n 0 ( m o d 2 ) for all positive n N .
Proof. 
Demonstrated using mathematical induction. Let n = 1 , then 4 = 2 2 is twice divisible by two. Thus, 4 0 ( m o d 2 ) . Let n = k , then 4 k = ( 2 2 ) k is twice divisible by two, k-times. Thus, 4 k 0 ( m o d 2 ) . Let n = k + 1 , then 4 k + 1 = ( 2 2 ) k · 2 2 and the product implies 4 k + 1 0 ( m o d 2 ) .    □
Lemma 4. 
J is strictly odd for all positive n N .
Proof. 
Let 4 n = 3 J + 1 for n 1 as detailed through the binomial theorem [Example  4]. It is always true that 4 n is evenly divisible by two for all n 1 [Lemma  3]. Thus, 3 J + 1 is always even, so 3 J must be odd. And the product of 3 J cannot be odd unless J is as well.   □
Proof 
(Proof by contradiction.). Assume J is even, then 3 J is also even. But, that implies 3 J + 1 is odd, which is impossible by equivalence to 4 n [Lemma  3].    □
Collatz conjecture may be viewed as an order isomorphic recursive machine; an o d d x order isomorphism mapped by 3 x + 1 that is under selective congruence using recursive division by two. For perspective, this shown diagrammatically [Figure 3. Order machine (OM)]. The initial selection of a positive integer, c 0 = n , enters the loop from the top as either even or odd. If c 0 is even, it is repeatedly divided by two, using an internal loop, until either (1) the sequence goes to one, or (2) at some iteration i, c i becomes an odd number. When c i is odd it’s mapped to 3 c i + 1 , which is even, and the same process repeats. This continues until an order-embedded value from set J is found. Since 3 J + 1 is always congruent to 4 k for some k 1 , repeated division by two sends the sequence to one.
Observe, if an initial choice for a positive integer is congruent to 2 n , then the sequence tends to one. If it isn’t, then iteration continues until an odd integer, a Rule 50 Jacobsthal number, is found. No other odd integers mapped by 3 x + 1 are congruent to 2 n (uniqueness). And even numbers that aren’t congruent are used to facilitate recursion by producing more odd integers.
All Collatz sequences can be placed on one connected graph [Figure 5]. This occurs for a few reasons. First, conjecture recursion is selective for congruence to 2 n . As detailed, the embedded Rule 50 Jacobsthal numbers are congruent to 4 n when mapped by 3 x + 1 . Since 4 n embeds 2 n [Figure 6], this allows for all 2 n to be connected under recursive division by two. Starting from one, the only branch points off the main 2 k -tree come from set J. It further branches to 2 k J for all k N , and then to all other positive integers.
That’s the reason a sequence can’t be known before it’s calculated. The 2 n -congruence fixes and connects all sequences, but proceeds in the direction opposite the conjecture. While any Collatz sequence is reversible, these are differing perspectives. The construction starts from one and allows for any branch pathway to be taken by applying the recursion rules in reverse, but the path to any specific integer remains unknown. The conjecture, on the other hand, allows for any positive integer to be specified, but the path back to one is unknown. Except that the sequence must attain a Rule 50 Jacobsthal number, if not initially congruent to 2 n .

4. Discussion and Conclusion

An order isomorphism with a bijectional-order embedding is not unique, and in fact, many variations in labelling could be substituted. However, Collatz conjecture is the exact opposite: it represents specificity of labelling, mapping, and selective congruence. While it is a proverbial ‘needle in a haystack’, the cardinality of the situation, as studied by Cantor, Dedekind, Zermelo, and others, is undeniable. Understanding that recursive division by two can be used as both a way (1) to make odd integers and (2) to find congruence to 2 n , greatly reduces the complexity of the situation.
It behaves as a state function. Initial, c 0 = n , and final, c i = 1 , states of the system are known, but information from the intermediate states are lost to the system. Collatz conjecture allows us to recreate the connected path, through calculation, and obtain the lost information. But as demonstrated, these are random sequences, all bounded by a forced congruence, which uses some of the most fundamental principles of mathematics. May this methodology serve as a guide for other analogously similar problems, where situational awareness can be used to provide proof, but random variation is still internally present.

5. Appendix

5.1. Set Theory Definitions

Definition 2 
(Countable). Countable sets are those whose elements can be listed and indexed by the natural numbers. For example, let M = { m 0 , m 1 , m 2 , m 3 } , then set M is countable. If a set is not countable then it is uncountable.
Definition 3 
(Injection). The function f on set M is an injection (one-to-one), if for all m 1 , m 2 M , if f ( m 1 ) = f ( m 2 ) that implies m 1 = m 2 . That is, f : M N .
Definition 4 
(Surjection). The function f on set M is a surjection (onto), if for all n N , there exists a unique m M such that n = f ( m ) . That is, f : M N .
Definition 5 
(Bijection). The function f is a bijection, if each element of its codomain N is mapped to exactly one element of the domain M. A bijection is both injective and surjective. That is, f : M N .
Definition 6 
(Denumerable). A set M is termed denumerable (or countably infinite) if there exists a bijection f : N M .
Definition 7 
(Equinumerous). Two sets M and N are said to be equinumerous (or cardinally equivalent) provided there is a one-to-one correspondence (a bijection) from M to N. That is, h : M N . This equivalence relation is expressed as M N or | M | = | N | and is sometimes termed equipollent, equipotent, or simply equivalent[8].
Theorem 4. 
Equinumerosity theorem Equinumerosity is an equivalence relation ≈ on a family of sets[3].
Proof. 
The equivalence relation ≈ is reflexive, symmetric, and transitive.
  • Reflexive. For any set M, M M is a bijection f : M M .
  • Symmetric. If M N is a bijection f : M N , then f 1 : N M implies N M .
  • Transitive. If M N and N P are bijections f : M N and g : N P , respectively, then g f : M P implies M P .
   □

5.2. Order Theory Definitions

Definition 8 
(Trichotomy law). For any arbitrary real numbers x , y R ,exactly one of the the following relations is true.
  • x < y
  • x > y
  • x = y
Definition 9 
(Comparability). Two elements x , y M are said to be comparable with respect to a binary relation ≤ if at least one of x y or y x is true. The elements x , y are incomparable if they are not comparable.
Definition 10 
(Partial order). A relation ≤ is a partial order on a nonempty set M if it satisfies these three properties for all x , y , z M :
  • Reflexivity: x x for all x M .
  • Antisymmetry: x y and y x implies x = y .
  • Transitivity: x y and y z implies x z .
A partially ordered set is also called a poset [35].
Definition 11 
(Bounded). A subset M of a partially ordered set N is called bounded below if there is an element b in N such that b m for all m in M. The subset M is bounded above if there is an element c in N such that c m for all m in M.
Definition 12 
(Unbounded). Let ( N , N ) be an ordered set. A subset M N is unbounded in N if and only if it is not bounded.
Definition 13 
(Linear order). A linear order is a partial order that is strongly connected in which any two elements are comparable.
  • Reflexive, antisymmetric, and transitive for all x , y , z M .
  • Comparability: either x y or y x is true for all x , y M .
A linearly ordered set is also called a loset [34].
Definition 14 
(Dense order). A linear order ≤ on a set M is said to be dense, if for all m 1 , m 2 M for which m 1 < m 2 , there exists an m 3 M such that m 1 < m 2 < m 3 . That is, for any two distinct elements, one less than the other, there is another element between them.

5.3. Jacobsthal Sequence

Definition 15 
(Jacobsthal numbers). Like the Fibonacci numbers, the Jacobsthal numbers (OEIS A001045) [20] are a constant-recursive integer sequence where the recurrence relation is similarly defined,
J m = 0 , i f m = 0 1 , i f m = 1 J m 1 + 2 J m 2 , i f m > 1
and there exists a closed-form expression[24],
J m = 2 m ( 1 ) m 3 m N
which may be used to find the terms of the sequence.
J m = ( 0 , 1 , 1 , 3 , 5 , 11 , 21 , 43 , 85 , 171 , 341 , . . . )
From the closed-form expression, take only the even-indexed terms of  J m , by letting m = 2 n for all n 1 where n N .
J 2 n = 2 2 n ( 1 ) 2 n 3
Since the powers of negative one will always be even,
( 1 ) 2 n = [ ( 1 ) · ( 1 ) ] n = 1
the expression is able to be simplified.
J 2 n = 2 2 n 1 3
Rearrangement gives the desired result,
J 2 n = 1 3 ( 4 n 1 ) f o r n 1
and provides for another statement of equality,
4 n = 3 ( J 2 n ) + 1
to demonstrate another closed-form expression.
J 2 n = k = 1 n n k 3 k 1 f o r n 1
The even-indexed terms of the Jacobsthal sequence ( 1 , 5 , 21 , 85 , 341 , 1365 , . . . ) are recognized as (OEIS A002450) [21]. They are the interpretation of Rule 50 [36] for the triangle read-by-row (successive states) generated by an elementary cellular automaton, which has the following binary sequence (OEIS A071028) [22]:
1 = 1 101 = 5 10101 = 21 1010101 = 85 101010101 = 341 10101010101 = 1365 = ( 10 ) k 1 = 1 3 ( 4 k + 1 1 )

5.4. Binomial Theorem

The binomial theorem [29] describes the algebraic expansion of powers of a binomial. According to the theorem, it is possible to expand any non-negative integer power of x + y into a sum,
( x + y ) n = n 0 x n y 0 + n 1 x n 1 y 1 + n 2 x n 2 y 2 + + n n 1 x 1 y n 1 + n n x 0 y n
where n k is the familiar binomial coefficient
n k = n ! k ! ( n k ) !
for n choose k.
This gives the general result,
( x + y ) n = k = 0 n n k x n k y k = k = 0 n n k x k y n k
in compact summation notation. Proof may be found in standard text.
Example 4. 
Application of the binomial theorem. Using the generalized binomial theorem, let x = 1 and y = 3 . Then, perform the necessary algebraic rearrangement.
4 n = ( 1 + 3 ) n = k = 0 n n k 3 k = ( 1 + 3 n ) + k = 2 n n 2 3 k = 1 + 3 k = 1 n n k 3 k 1 = 1 + 3 J
The set rules used for the two linear orders F and G, which make up the o d d x order isomorphism mapped by 3 x + 1 , come from the previous example. ( 1 + 3 n ) may be defined for all o d d n N and called F. Whereas, 1 + 3 k = 1 n n k 3 k 1 may be define for all n 1 and called G : = 1 + 3 J . These sets are cardinally equivalent | F | = | G | = 0 .

References

  1. M. Aigner and G.M. Ziegler (2018), Proofs from THE BOOK, sixth ed., Springer-Verlag GmbH Germany.
  2. E. Barone, A heuristic probabilistic argument for the Collatz sequence. (Italian), Ital. J. Pure Appl. Math. 4 (1999), 151–153.
  3. N. Bourbaki, Theory of Sets, Eléments de mathématiques 1, reprint ed. Springer (2004).
  4. G. Cantor (1883), “Ueber unendliche, lineare Punktmannichfaltigkeiten”, Mathematische Annalen 21, pp. 545–591. [CrossRef]
  5. K. Ciesielski, Set Theory for the Working Mathematician, London Mathematical Society Student Texts, vol. 39, Cambridge University Press, 1997, pp. 38–39.
  6. J. H. Conway, Unpredictable Iterations, Proc. 1972 Number Theory Conference (Univ. Colorado, Boulder, Colo., 1972), pp. 49-–52. Univ. Colorado, Boulder, Colo. 1972.
  7. J. H. Conway, FRACTRAN: A Simple Universal Computing Language for Arithmetic, In: Open Problems in Communication and Computation (T. M. Cover and B. Gopinath, Eds.), Springer-Verlag: New York 1987, pp. 3–27.
  8. F. H. Croom, Principles of Topology, reprint ed. Dover (2016).
  9. L. Fuchs (1963), Partially Ordered Algebraic Systems, Dover Publications, Reprint ed. March 5, 2014, pp. 2–3. 5 March.
  10. C. J. Everett (1977), Iteration of the number theoretic function f(2n)=n,f(2n+1)=3n+2, Advances in Math. 25 (1977), 42–45. [CrossRef]
  11. R. K. Guy (1983a) Don’t try to solve these problems!, Amer. Math. Monthly 90 (1983), 35–-41. [CrossRef]
  12. K. Hartnett, Mathematician Proves Huge Result on ’Dangerous’ Problem, Quanta Magazine, 2019.
  13. J. C. Lagarias, The 3x+1 problem and its generalizations, Amer. Math. Monthly 92 (1985), pp. 3–-23. [CrossRef]
  14. J. C. Lagarias, The set of rational cycles for the 3x + 1 problem, Acta Arithmetica 56 (1990), pp. 33–-53.
  15. J. C. Lagarias, The 3x+1 problem: An annotated bibliography (1963-1999), arXiv:math/0309224 Jan. 11, 2011, v13.
  16. J. C. Lagarias, The 3x+1 problem: An annotated bibliography, II (2000-2009), arXiv:math/0608208 Feb. 12, 2012, v6.
  17. The Ultimate Challenge: The 3x + 1 Problem. Edited by Jeffrey C. Lagarias. American Mathematical Society, Providence, RI, 2010, pp. 3–29.
  18. J. C. Lagarias, The 3x+1 Problem: An Overview. arXiv:2111.02635 Nov. 21, 2021, v1.
  19. D. Muller, A. Kontorovich, The simplest math problem no one can solve (short video), Veritasium, 2021.
  20. OEIS Foundation Inc. (2022), The Jacobsthal numbers, Entry A001045 in The On-Line Encyclopedia of Integer Sequences. http://oeis.org/A001045.
  21. OEIS Foundation Inc. (2022), The even-index Jacobsthal numbers, Entry A002450 in The On-Line Encyclopedia of Integer Sequences. http://oeis.org/A002450.
  22. OEIS Foundation Inc. (2022), Triangle read by rows giving successive states of cellular automaton generated by "Rule 50", Entry A071028 in The On-Line Encyclopedia of Integer Sequences. http://oeis.org/A071028.
  23. Bakuage Co., Ltd. (Japan). https://mathprize.net/posts/collatz-conjecture/index.htmlAccessed on 22 November 2021.
  24. N. J. A. Sloane (ed.), Sequence A001045 (Jacobsthal numbers), The On-Line Encyclopedia of Integer Sequences, OEIS Foundation.
  25. T. Tao, Almost all Collatz orbits attain almost bounded values, What’s new, Sept. 10, 2019. 2022. https://terrytao.wordpress.com/2019/09/10/almost-all-collatz-orbits-attain-almost-bounded-valuesAccessed 03 January 2022.
  26. T. Tao, Almost all orbits of the Collatz map attain almost bounded values, arXiv:1909.03562 Sept. 18, 2021, v4.
  27. R. Terras, A stopping time problem on the positive integers, Acta Arithmetica 30 (1976), 241–252.
  28. V. Thierry, Handbook of Mathematics, Norderstedt: Springer (1945), p. 23.
  29. Binomial theorem. (2021, July 18). Wikipedia. Wikimedia Foundation. https://en.wikipedia.org/wiki/Binomial_theoremAccessed 25 July 2021.
  30. Cantor isomorphism theorem. (2021, July 18). Wikipedia. Wikimedia Foundation. https://en.wikipedia.org/wiki/Cantor%27s_isomorphism_theoremAccessed 22 November 2021.
  31. Collatz conjecture. (2021, July 18). Wikipedia. Wikimedia Foundation. 25 July. https://en.wikipedia.org/wiki/Collatz_conjectureAccessed 25 July 2021.
  32. Equivalence relation. (2021, December 26). Wikipedia. Wikimedia Foundation. https://en.wikipedia.org/wiki/Equivalence_relation.
  33. Order isomorphism. (2021, July 18). Wikipedia. Wikimedia Foundation. https://en.wikipedia.org/wiki/Order_isomorphismAccessed 22 November 2021.
  34. Weisstein, Eric W. "Totally Ordered Set." From MathWorld–A Wolfram Web Resource. 05 January. https://mathworld.wolfram.com/TotallyOrderedSet.htmlAccessed 05 January 2022.
  35. Weisstein, Eric W. "Partial Order." From MathWorld–A Wolfram Web Resource. https://mathworld.wolfram.com/PartialOrder.htmlAccessed 05 January 2022.
  36. Weisstein, Eric W. "Rule 50." From MathWorld–A Wolfram Web Resource. 03 January. https://mathworld.wolfram.com/Rule50.htmlAccessed 03 January 2022.
1
A child is able to show one-to-one finger correspondence long before they are able to count to five [8]
Figure 1. Odd x order isomorphism.
Figure 1. Odd x order isomorphism.
Preprints 100278 g001
Figure 2. Odd x order isomorphism mapped by 3 x + 1 .
Figure 2. Odd x order isomorphism mapped by 3 x + 1 .
Preprints 100278 g002
Figure 3. Order machine (OM).
Figure 3. Order machine (OM).
Preprints 100278 g003
Figure 4. Even integer order-embeddings.
Figure 4. Even integer order-embeddings.
Preprints 100278 g004
Figure 5. Connected graph of Collatz conjecture.
Figure 5. Connected graph of Collatz conjecture.
Preprints 100278 g005
Figure 6. Isomorphic order-embedding of 4 n in 2 n .
Figure 6. Isomorphic order-embedding of 4 n in 2 n .
Preprints 100278 g006
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings

© 2025 MDPI (Basel, Switzerland) unless otherwise stated