The Collatz conjecture is visible from within the crystal geometry before it is axiomatic within it. The coefficient c = 3 is the triad fingerprint. The gap between visibility and proof is a gap in formal language, not in underlying truth.
That last sentence is a hypothesis, not a result. What a translation between two theories actually transports — equality, isomorphism or interpretation, and in which direction — is the subject of Vol XIII · Ch 9. The case where a gap of exactly this shape was genuinely closed, by changing the measure rather than by finding new truth, is Book 7 · Terence Tao.
This chapter is not a proof of the Collatz conjecture. It is a structural and dynamical reinterpretation of the Collatz map within the dm³ / GTCT framework — the same framework that governs plasma reconnection, circadian entrainment, the G6 Crystal, and Saturn's north-polar hexagon.
All internal GTCT theorems are formalized in AXLE. All external bridges to the Collatz arithmetic are explicitly marked as open. No hidden invariants, no unverified identifications. The honest position is that the structure is visible; the proof remains to be written in a higher-order language that does not yet fully exist.
χ(H*(X⁶)) = 33, the central open conjecture
of Book 6's G6 Crystal chapter (g6-crystal.html,
marked "em construção," AXLE Issue 6 unresolved). The "3 independent coherence
operators × 11 minimum closure count" decomposition is asserted here with no
derivation shown, and "Saturn's hexagon has exceeded this threshold" is not a
measurement this page defines or performs. See WP-28
for the same g₃₃/g⁶ = 33 numeral surfacing, unsourced, elsewhere in the corpus.
| Axiom | dm³ (continuous) | Collatz analogue | Status |
|---|---|---|---|
| A1 | Hyperbolic limit cycle Γ | Absorbing cycle {4→2→1} with |T'| ≠ 1 | ARGUED |
| A2 | Quadratic Lyapunov V = (r−1)² | Stopping time proxy; average descent Λ₂ < 0 | OPEN (G2) |
| A3 | Contact form α = dz − r²dθ | Parity-state alternation (even/odd) as contact structure | OPEN (G1) |
| A4 | μ_max ≤ −2 (transverse bound) | Λ₂ = log(3/4) ≈ −0.2877 (discrete analogue) | ARGUED |
| A5 | Stability radius ε₀ = 1/3; τ = 2 | τ × ε₀ = 2/3; triad fingerprint in Collatz coefficient | ARGUED |
| A6 | Integer resonance k:m = 6:1 | Six-fold crystal symmetry; wavenumber-6 Chladni figure | ESTABLISHED (Saturn) |
| A7 | Anti-collapse barrier dP/dr > 0 | 3n+1 step provides expansion preventing fixed-point collapse inside cycle | ARGUED |
| A8 | Categorical closure (pushout ≅ Γ) | Cycle {4→2→1} absorbs all perturbations | OPEN (G3) |
-- AXLE Target 5: Collatz as dm³ Corollary -- Status: OPEN — skeleton formalised, proofs pending import Mathlib.Topology.MetricSpace.Basic import Mathlib.Analysis.SpecialFunctions.Log.Basic namespace AXLE.T5 -- Canonical dm³ invariants noncomputable def mu_max : Real := -2 noncomputable def tau : Real := 2 noncomputable def eps_0 : Real := 1/3 def g6 : Nat := 33 -- monster threshold = 3 × 11 -- The Collatz map on ℕ def T_collatz : Nat → Nat | 0 => 0 | n + 1 => let m := n + 1 if m % 2 = 0 then m / 2 else 3 * m + 1 -- Discrete dm³ membership (open: axiom analogues A1–A8) structure DiscreteDM3System where carrier : Type* mean_contraction : Real contraction_neg : mean_contraction < 0 triad_coeff : Nat -- Main conjecture (AXLE Target 5) -- Gap G2 is the precise open obligation (Lyapunov bridge) conjecture collatz_is_dm3 : ∃ sys : DiscreteDM3System, sys.carrier = Nat ∧ sys.mean_contraction = Real.log (3/4) ∧ sys.triad_coeff = 3 := by sorry -- AXLE T5: requires discrete dm³ extension (Gaps G1, G2, G3) theorem collatz_convergence_from_dm3 (h : ∃ sys : DiscreteDM3System, sys.carrier = Nat) : ∀ n : Nat, n > 0 → ∃ k : Nat, Nat.iterate T_collatz k n = 1 := by sorry -- follows from dm³ closure once h is proved end AXLE.T5
import numpy as np def collatz_step(n): return n//2 if n%2==0 else 3*n+1 def dm3_metrics(orbit): orbit = np.array(orbit, dtype=float) log_ratios = [] for i in range(0, len(orbit)-2, 2): if orbit[i] > 0 and orbit[i+2] > 0: log_ratios.append(np.log(orbit[i+2]/orbit[i])) return np.mean(log_ratios) if log_ratios else None theoretical = np.log(3/4) # -0.2877 — discrete analogue of μ_max = -2 # Empirical values for large n₀ converge to -0.2877 # n₀=27: -0.2901 n₀=837799: -0.2878
Not claimed: that the Collatz conjecture is proved; that dm³ membership alone implies convergence without formal verification; that the three gaps are easy to close.
Established: the dm³ operator grammar governs generative transitions across plasma, biology, markets, and architecture. Saturn's north-polar hexagon is a dm³ system at the monster threshold (Proposition 1). The c = 3 coefficient in the Collatz rule is the triad fingerprint (Observation 1). The eight axiom analogues hold in argued form.
Open (AXLE Target 5): formal extension of the dm³ category to discrete generative systems; Lean 4 verification of discrete dm³ membership for the Collatz map; proof that discrete dm³ membership implies convergence. The required extension is a higher-order logic — one from which smooth manifolds, integers, plasma sheets, and polar vortices are all instances of G = U ∘ F ∘ K ∘ C at different resolutions.
"The structure is visible. The proof will be written in the language that closes Gap G2."
— Principia Orthogona · A.11
The Collatz map touches exactly two primes: it divides by 2 and multiplies by 3. That prime set is not arbitrary elsewhere in this volume either.
LCM(1,2,3,4) = 12 = 2² · 3 prime set {2, 3}
LCM(1,2,3,4,5) = LCM(1,…,6) = 60 = 2² · 3 · 5 prime set {2, 3, 5}WP-45 · Dividing Unity establishes base 12 as the minimal base terminating halves, thirds and quarters — that is, 12 = LCM(1,2,3,4). Its prime set is exactly the Collatz prime set {2, 3}. WP-46 · The Prime Ladder climbs one rung: 60 = LCM(1,…,5), which is also LCM(1,…,6), and adds the prime 5.
The shared modulus is 6 = 2 · 3, and it has a checkable consequence for the odd orbit. Write odd-succ(n) for 3n+1 with all factors of 2 stripped. Then, verified by exhaustive enumeration over all odd n < 10⁵:
n mod 6 = 1 -> odd-succ(n) mod 6 in {1, 5}
n mod 6 = 3 -> odd-succ(n) mod 6 in {1, 5}
n mod 6 = 5 -> odd-succ(n) mod 6 in {1, 5}
residue 3 is never produced. 3 | n => 3n+1 = 1 (mod 3):
once the factor 3 is lost it never returns, so odd multiples
of 3 are transient in the odd-orbit graph.After one step the odd orbit lives permanently in the residue classes ±1 (mod 6) — which are precisely the classes that can contain a prime greater than 3. That is the partition the Dual Ulam Spiral draws in its mod 6 residues mode: the diagonals along which primes concentrate are diagonals of constant residue, and the Collatz odd-orbit occupies the same two classes.
Established: the arithmetic above — the LCM factorisations, the transition
table, the transience of odd multiples of 3, and that primes > 3 are ±1 (mod 6).
All are exhaustively checked, not asserted.
Not established: that any of this is evidence of a shared cause.
6 is the smallest modulus that separates 2 from 3, so any statement about the
primes {2, 3} will express itself mod 6 — including statements with nothing to do with
Collatz. The agreement of residue classes is therefore expected on base rate alone, and
is not offered here as a bridge. It is offered as the reason these three pages belong in
each other's margins.
This is the same discipline
WP-29 applies to the triad analogy removed
from Role 2 above, and it applies here to the author's own observation.