I read here https://www.maa.org/sites/default/files/pdf/upload_library/22/Ford/Lagarias3-23.pdf that the Collatz conjecture is equivalent to $ Q_{\infty}(\mathbb{N}) \subseteq \frac{1}{3} \mathbb{Z} $. Where $Q_{\infty} : \mathbb{Z}_2 \to \mathbb{Z}_2 $ is a continous and measure preserving transformation defined by $$ x \mapsto Q_{\infty}(x) = \sum_{k=0}^{\infty} \left( T^k(x) \mod 2 \right) 2^k $$ and $T : \mathbb{Z}_2 \to \mathbb{Z}_2 $ is an ergodic map defined by $$ x \mapsto T(x) =\left\{\begin{matrix} \frac{x}{2} & \text{if} & x \equiv 0 \mod 2 \\ \frac{3x+1}{2}& \text{if} & x \equiv 1 \mod 2 \end{matrix}\right. $$ I was wondering how to prove that they are equivalent, and I was wondering if there is any reference I can read to further explore the connection between the Collatz conjecture and the Ergodic Theory.
2026-03-30 04:54:52.1774846492
$3x+1$ Conjecture and link with Ergodic Theory
388 Views Asked by user104955 https://math.techqa.club/user/user104955/detail At
1
There are 1 best solutions below
Related Questions in ERGODIC-THEORY
- the mathematics of stirring
- Kac Lemma for Ergodic Stationary Process
- Ergodicity of a skew product
- Is every dynamical system approaching independence isomorphic to a Bernoulli system?
- Infinite dimensional analysis
- Poincaré's Recurrence Theorem
- Chain recurrent set is the set of fixed points?
- Is this chaotic map known?
- A complex root of unity and "dense" property of the its orbit on the unit circle
- Books on ergodic operators
Related Questions in COLLATZ-CONJECTURE
- Why do these Collatz values seemingly explode and then implode?
- What's the image of the function $f(x)=(3x+2^{v_2(x)})$ on the Prufer 2-group?
- Assuring Lipschitzian and contraction of a mapping
- Finding an equation for fixed points
- Are there any false variants of the Collatz conjecture for which the probability heuristic works?
- Investigating natural numbers in relations with prime numbers
- Some details about 'Collatz Conjecture'?
- Are the prime-free sequences $x_{n+1}=4x_n+1$ of odd numbers in bijection with the square numbers greater than $16$?
- Simplistic Odd Collatz formulas
- Are there specific numbers for which the Collatz Conjecture is proven?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
There's an idea in play here that isn't completely obvious. First, let's talk about the more straightforward part.
Choose a positive integer, say $5$. It has a 2-adic expansion, usually written $...0000101.$, which represents (reading from right-to-left) $1\times2^0 + 0\times2^1 + 1\times2^2 + 0\times2^3 + 0\times 2^4 + \cdots$.
The same number has another binary sequence associated with it, namely, its parity sequence under the (shortcut version of the) Collatz function. Since the number's trajectory is:
$5 \to 8 \to 4 \to 2 \to 1 \to 2 \to 1 \to 2 \to 1 \to 2 \to \cdots$,
we write the parity sequence $1,0,0,0,1,0,1,0,1,0,\ldots$
Now here's the interesting part: We can re-interpret that parity sequence as another 2-adic number! Reversing the digits, to see it the usual way around, it looks like:
$...0101010001.$, or emphasizing the repeating part: $\overline{01}0001.$
This is the 2-adic expansion of the rational number $-\frac{13}3$.
This is the map $Q_\infty$. We have just seen that $Q_\infty(5)=-\frac{13}3$.
Now, the fact that it's a fraction with denominator $3$ reflects the fact that it falls into a pattern repeating "$01$". (Note that $\overline{01}.=-\frac13$) Therefore, the claim that every element of $\mathbb{N}$ has a trajectory eventually reaching $1,2,1,2,\ldots$ is transformed, with this $Q_\infty$ map, into the claim that every element of $\mathbb{N}$ is mapped by $Q_\infty$ to a 2-adic integer with $...0101$ trailing off to the left. Such numbers are precisely the elements of $\frac13\mathbb{Z}\setminus\mathbb{Z}$.
Does this help?