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.
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