Chung-Graham and Zeckendorf representations
Rob Burns
TL;DR
The paper studies how Zeckendorf and Chung-Graham Fibonacci-based representations relate, using Walnut automata to formalize conversions and operations. It builds automata for Chung-Graham representations (cgval), CG addition (cgadd), and the split/convert pipeline to Zeckendorf forms (cgsplit, fibrepmsd, fibreplsd, cgrep), and verifies their interaction with the Zeckendorf system. It then shows that Fibonacci-synchronised functions, such as $f(n)=\\lfloor \\phi n\\rfloor$, can be transferred to Chung-Graham form via the cg bridge (fibcg), yielding a CG-synchronising automaton (cgphin). These results provide a rigorous, automated framework for comparing and composing multiple Fibonacci-based numeration systems and their synchronisation properties.
Abstract
We examine the relationship between the Chung-Graham and Zeckendorf representations of an integer using the software package {\tt Walnut}.
