A named formulation that weaves the Collatz conjecture with universal computation β producing a rigorously undecidable question.
Each positive integer n secretly encodes a computer program Pn.
We let two processes unfold in parallel:
Does this combined process eventually output 1?
Fix a universal programming language and a standard encoding of programs by natural numbers.
For each positive integer n:
Define the function R(n) as follows:
If Pn(n) halts β R(n) = 1For a given integer n, determine whether R(n) = 1.
The Rondanini Convergence Problem is undecidable.
There exists no algorithm that correctly determines R(n) for all positive integers n.
The definition embeds the Halting Problem:
Suppose Collatz always reaches 1 (widely believed).This problem mixes:
Although Collatz itself is unproven but believed to converge, the undecidability here does not depend on the Collatz conjecture being true or false. The impossibility arises from embedding universal computation into the definition.