I wonder how the Collatz conjecture could possibly be undecidable. Let's say it's undecidable, then no counter example can ever be found, and that to me seems to imply that none exist, and thus that it's true.
2026-02-23 15:29:59.1771860599
How could the Collatz conjecture possibly be undecidable?
6.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
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?
Related Questions in DECIDABILITY
- Deciding wether a language is regular, in the arithmetic hierarchy
- SAT preserving conversion of statement to existential one
- The elementary theory of finite commutative rings
- Is the sign of a real number decidable?
- Relation between the monadic and two-variable fragment of first order logic
- Literature about decidable and undecidable theories
- Flaw in self-referential proof that all languages are undecidable
- A recursively enumerable theory without a decidable set of axioms.
- Proving decidability of $(\mathbb N, +)$ with Quantifier elimination and evaluating basic formulas
- Showing that Presburger arithmetic is decidable by deciding if $\mathbb N \models \varphi$, but does it give provability in the axioms?
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?
The original Collatz problem concerns the $3x+1$ function in particular. The generalized problem takes as input an arbitrary Collatz-like function (a function with associated modulus $n$ that restricts to an affine function $x\mapsto ax+b$, with rational coefficients $a,b\in\Bbb Q$, on each residue class mod $n$) and must determine as output a determination of whether or not the original Collatz problem is resolved in the affirmative for that function. Note a finite amount of data is enough to describe any Collatz function, so this idea makes sense.
It turns out the problem is undecidable: there is no algorithm that can take as input a Collatz-like function and offer as output a yes/no determination of whether every integer iterates to $1$ under the inputted Collatz function. This notion of algorithmic undecidability is to be distinguished from a different notion of independence in mathematical logic. One might claim, for instance, that whether or not the original Collatz conjecture is true, our currect axiom system (the basic assumptions underlying most modern mathematics as encoded in ZFC) is not powerful enough to prove or disprove it. This is for instance what happened with the Continuum Hypothesis: ZFC cannot prove it true or false either way, CH is independent of ZFC.