Extraction of the Ternary Gasket and Emergent Chaos via Redundant Ternary Representation
Hiroshi Harada — May 5, 2026
This repository presents a research project that decodes how complex trajectories (chaos) emerge in the 3-adic Collatz map (Collatz-3). It explains this complexity as the interference of three core elements: Order × Noise × Carry Avalanche.
The primary obstacles in analyzing the 3-adic Collatz map are two-fold:
- Nonlinear information loss due to right shifts (division by 3)
- Intense carry propagation inherent to ternary addition
To isolate and extract these destructive mechanisms, this study introduces the following three abstractions:
-
Shiftless Model
Eliminates right shifts and preserves all trit-level information. -
Redundant Ternary (RT) Representation
A redundant ternary representation using polynomials$P(x)$ .
It retains carries as coefficients ("delayed carries") instead of resolving them immediately. -
Carryless Model
Projects coefficients onto the finite field GF(3), creating a pure algebraic model that completely eliminates carries.
By utilizing these models, we successfully extract the pure ternary Sierpiński gasket, which is normally hidden by carries in standard integer arithmetic. This framework provides a visual and algebraic explanation for the origin of chaos in 3-adic dynamics.
-
2-adic Collatz:
Order (Rule 90) dominates; noise "floats on a sea of structure." -
3-adic Collatz:
Noise and carry avalanches dominate; order "sinks beneath the noise."
This inversion of dominance is the defining characteristic of Collatz-3 complexity.
The complexity of the Collatz-3 trajectory emerges from the interaction of the following factors:
-
Order:
The fractal structure (ternary gasket) generated by the geometric expansion$(x+1)$ . -
Noise:
Asymmetric noise injected by the lowest non-zero trit (NZT):
"+1" (triggering avalanches) and "-1" (silent erasure). -
Carry Avalanche:
Asymmetric ternary carries that propagate upward and destroy large-scale structure.
TITLE_EN.pdf
The title page (English) of this study.REPORT_EN.pdf/REPORT_JP.pdf
Research reports summarizing the theoretical background, visualization results, and conclusions of this study.
A suite of Python scripts designed to verify and visualize the theory presented in the study.
Confirms that the non-3 number subsequence of the standard Collatz-3 map exactly matches the Shiftless model under NZT normalization.
Demonstrates that Shiftless integer arithmetic perfectly matches the evaluation of the redundant ternary polynomial
Visually compares how carry propagation destroys the fractal versus the emergence of a perfect ternary Sierpiński gasket over GF(3).
Compares the Shiftless model (Noise + Carry) with the Carryless model (Noise only) to visualize the exact moment chaos emerges from the "Order × Noise × Carry" interference.
pip install numpy matplotlib- Research Document: CC BY 4.0
- Source Code: MIT License
© 2026 Hiroshi Harada