Binary expression of ancestors in the Collatz graph

Abstract

The Collatz graph is a directed graph with natural number nodes and where there is an edge from node x to node T(x)=T0(x)=x/2 if x is even, or to node T(x)=T1(x)=3x+12 if x is odd. Studying the Collatz graph in binary reveals complex message passing behaviors based on carry propagation which seem to capture the essential dynamics and complexity of the Collatz process. We study the set E Predk(x) that contains the binary expression of any ancestor y that reaches x with a limited budget of k applications of T1. The set E Predk(x) is known to be regular, Shallit and Wilson [EATCS 1992]. In this paper, we find that the geometry of the Collatz graph naturally leads to the construction of a regular expression, regk(x), which defines E Predk(x). Our construction, is exponential in k which improves upon the doubly exponentially construction of Shallit and Wilson. Furthermore, our result generalises Colussi's work on the x = 1 case [TCS 2011] to any natural number x, and gives mathematical and algorithmic tools for further exploration of the Collatz graph in binary.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…