A Decimal Automaton Unveils the Hidden Order in Collatz

The 3x + 1 problem, as famous for its stubborn simplicity as for its stubbornness, keeps outsmarting us with every new numerical trick and heuristic. Yet Leonard Ben Aurel Brauer, presenting under the banner of an Independent Researcher, turns the lens inward. Instead of chasing a universal invariant or a probabilistic canopy over endless sequences, Brauer builds a self-contained, finite-looking machine that lives inside the digits themselves. The result is a decimal finite-state automaton that renders the Collatz map as a purely local, digit-by-digit dance, yet reproduces the global arithmetic with exactness. In short: the paper proposes a symbolic, verifiable way to watch the entire Collatz saga unfold, one decimal place at a time.

What makes this approach striking is not just the claim of correctness, but the structure it reveals. The automaton encodes each decimal digit as a tiny character in a three-part triplet (r, p, c): the digit’s value r, the parity p of the next higher digit, and a carry c flowing from the lower place. There are only 60 possible symbolic states, one for every combination of r (0–9), p (0 or 1), and c (0–2). Each step uses a local rule that looks at a single digit and its immediate context, yet the ensemble of all digits rewrites the entire number as if the classic 3n + 1 rule had been recast in a clever, hand-crafted cipher. The payoff is a rigorous, finite-state description of Collatz dynamics that yields a canonical symbolic normal form for the trajectories.

Brauer’s study situates the work at the intersection of number theory, automata theory, and symbolic computation. It is not a casual doodle in a notebook; it is a carefully argued construction that aims to be decidable, transparent, and potentially automatable. The author emphasizes a key point early on: the digitwise world is not a rough approximation of Collatz behavior—it exactly emulates T(n) on base-10 representations. From that, a cascade of consequences follows: all symbolic trajectories eventually collapse to a single absorbing state in the higher positions, with the least significant position entering a tiny, perpetual three-step cycle that mirrors the familiar 4 → 2 → 1 loop. The mathematics behind this collapse is not merely empirical observation; it is a structural theorem about how local digit interactions constrain global growth and decay.

What the machine is really doing with digits

At first glance, the idea of a 60-state machine might sound quaint, even puny, compared to the sprawling integer world of the Collatz map. But the power lies in what those 60 states encode. Each decimal digit of n is assigned a symbolic state si := (ri, pi, ci), where ri is the digit value, pi equals ri+1 mod 2 (the parity of the next higher digit), and ci is a carry from the lower position. Strung together from least significant to most significant, these digit-stacks evolve independently at each step, the evolution driven by parity-aware local rules. The global operation of T(n) is recovered by stitching the per-digit updates back together, with carries ensuring the arithmetic remains faithful to base-10 arithmetic. In other words, a long, messy arithmetic operation becomes a sequence of clean, provably finite, local updates.

The even-case transition, corresponding to n / 2, is implemented through a lookup that maps the current digit and the next-digit parity to a new local digit, all while accounting for a carry from the right. The odd-case transition, corresponding to 3n + 1, unfolds as a digitwise multiplication by 3 with carry propagation. The paper even translates these into closed-form rules that look deceptively simple once you write them down: the even rule becomes a per-digit subtraction and division that mirrors manual long division, while the odd rule becomes a careful per-digit multiplication followed by carry update. The outcome is a deterministic, finite-state emulation of the Collatz function, exact to the last decimal place.

What’s particularly satisfying is how the model layers: you don’t need the whole number at once to see the evolution. You can visualize a number as a vertical stack of symbolic digits, each column marching forward in lockstep, with the entire stack gradually shedding complexity as higher digits absorb into an absorbing state. The research proves that, no matter where you start, every symbolic trajectory collapses at all positions i > 0 to the null state (0, 0, 0). Only the least significant digit position s0 survives long enough to participate in a small terminal cycle. The global picture is thus a controlled, almost architectural collapse, culminating in the familiar 4 → 2 → 1 loop that has become the canonical tail-end of Collatz sequences.

A structural story of convergence

Convergence in this framework is not an invitation to rely on numerical heuristics. It is a proof of structure. The core theorems—the precise absorption of all higher digits and the persistence of a three-node cycle in the least significant position—form a deterministic termination argument for the symbolic system. The ranking function, dubbed a symbolic drift, and a corresponding energy or potential function together guarantee that every symbolic trajectory cannot wander forever. They strictly decrease outside the terminal cycle, and, once you reach the cycle in the least significant digit, you’re locked into the 4 → 2 → 1 loop, with all higher digits already absorbed into the null state. The upshot is a fully symbolic, finite-state convergence guarantee that mirrors the numerical Collatz convergence, but now proven in a compact, mechanizable framework.

There’s a second layer of intuition here that’s worth savoring. The paper introduces a binary lens to the same story: each block of the Collatz orbit alternates between a growth phase (driven by 3n + 1) and a decay phase (driven by successive halving). The trailing bits of n’s binary expansion govern how long those growth phases last and how aggressively the decay phases prune the number down. Brauer formalizes this as a two-phase decomposition and couples it with a drift function that predicts, on average, a net contraction per symbolic block. The remarkable outcome is a near-Gaussian distribution of the symbolic drift over large ranges of numbers, a surprising echo of probabilistic results that nonetheless arises from a purely deterministic, symbolic construction. The statistics do not imply randomness in the system; they reveal an emergent regularity born from structured digit and carry interactions.

In other words, the decimal FSM and the binary drift are two sides of the same coin. They offer complementary proofs of convergence: the first by a finite-state, digitwise collapse to a stable terminal cycle; the second by a probabilistic-appearing but deterministic drift that behaves like a statistical invariant when you sample many odd numbers. It’s a rare example where a deterministic process exhibits probabilistic-looking regularity not because chance governs it, but because a carefully engineered symbolic framework reveals an underlying order that is, in fact, tightly constrained.

From digits to devices and decisions

Beyond the pure math, Brauer’s construction invites practical imagination. A finite-state automaton with a bounded state space, performing 60 local transitions per digit, is a natural fit for simple hardware: a low-power symbolic processor, a digital circuit that can perform Collatz-like iterations without large integers or complex arithmetic. The idea of encoding arithmetic as a network of local symbolic rules, with carries confined to a small range, hints at a design philosophy for explainable AI and symbolic reasoning systems. If a complex dynamical problem can be re-expressed as a finite, verifiable automaton with a transparent transition rule set, then it becomes mechanically provable, auditable, and easier to port to hardware with guarantees about its behavior.

The broader mathematical message is equally provocative. The author shows that a class of problems—affine maps of the form T(n) = a n + b—can be emulated by similar digitwise automata, with the same finite-state logic applying, albeit with base-specific tweaks. This opens the door to a family of digitally grounded dynamical systems where local rules enforce global structure. It’s not a summons to abandon the deep analytic work into conjectures like Collatz, but a complementary path: a constructive, verifiable alternative for understanding recursive processes in a way that can be mechanized, checked, and generalized.

Why this matters for the math of thinking machines

One of the paper’s most appealing claims is methodological: it offers a way to translate a stubborn, high-variance problem into a deterministic, finite symbolic calculus. If you’re excited by the idea that deep math can be made legible—and even testable—by carefully designed symbolic frameworks, this is a vivid example. The symbolic approach doesn’t merely simulate; it certifies. The routine updates, the bounded carries, the guaranteed absorption—all of these are laid out as constructive steps that could, in principle, be formalized in proof assistants. The author even notes that, while the main construction is presented in decimal, the same philosophy carries over to binary and to other affine maps. The door is open for formal verification in systems like Coq or Lean, a prospect that could push the Collatz conversation from curiosity to computable certainty in a new sense.

And there’s a human dimension to this work as well. The pursuit of a finite-state, constructive story for a problem famed for stubbornness echoes a broader longing in science: to domesticate the wildness of mathematical phenomena by finding the right representation, the right language, and the right abstractions. If the digits themselves can be turned into protagonists in a narrative about order emerging from iteration, then a piece of the mystery becomes legible not as inevitability, but as architecture.

What’s next, and what to watch for

The paper maps several promising avenues. First, it invites mechanization: a formal, machine-verified proof that the decimal FSM faithfully emulates Collatz could turn a folkloric intuition into a certified landmark. Second, it suggests generalization beyond Collatz to broader affine maps with symbolic carry logic, potentially turning a single conceptual framework into a family of finite-state dynamical systems. Third, the binary variants teased in the appendices show that this approach isn’t confined to decimal arithmetic—it can be adapted to base-2 representations and perhaps to modular or mixed-r-base schemes. Finally, the conceptual payoff—seeing convergence as a property of a finite symbolic system rather than a numerical mirage—could influence how we teach, model, and reason about recursive processes in computing and mathematics.

To readers outside the orbit of abstract number theory, the message is perhaps the most human of all: sometimes the stubbornest questions bend when you pick the right representation and the right rules. The Collatz map, long treated as a numeric beast that defies a simple invariant, looks rather different when you encode it as a disciplined, tiny automaton. The digits become a kind of microcosm of arithmetic, and the global power of the rule emerges from the way countless local decisions—the carry here, a parity cue there—compile into a dependable ending. It’s not just a new proof—it’s a new lens, and lenses, as any observer knows, can reshape what we choose to look for next.

In the end, Brauer’s work doesn’t claim to settle the Collatz conjecture in the grand sense. What it does offer is a strikingly clear, fully symbolic pathway to watch and verify convergence, one digit at a time. It reframes a famously unruly problem as a finite, transparent machine, and it suggests that the deepest surprises in number theory may lie not in the numbers themselves, but in the way we choose to see them. The decimal automaton is more than a curiosity—it’s a blueprint for how to turn the wildness of iteration into a story we can read, prove, and, perhaps one day, simulate with the same calm confidence we bring to circuit diagrams and software verification.