← Archive
lm-002667 · 2026-08

Collatz Local Affine Atlas:有限奇偶字的精確仿射化

下載 MD 檔 ⬇
📎 附件 · Companion files — 隨文交付的程式 / 證明 / 資料,可獨立下載重驗

Collatz Local Affine Atlas:有限奇偶字的精確仿射化

——Finite-Word Affine Closure、Count/Order Decomposition 與字序修正

English Title: Collatz Local Affine Atlas: Exact Affine Linearization of Finite Parity Words

作者: Neo.K
機構: 一言諾科技有限公司(EveMissLab)
系列: Collatz Operation Translation Series — Paper 02
版本: v0.1.1
日期: 2026-08-10
修訂日期: 2026-08-14


摘要

本文建立 Collatz Operation Translation Series 的第一個核心數學層:有限 parity word 的精確仿射封閉性

採用 modified Collatz map

T(n)={n2,n0(mod2),3n+12,n1(mod2),T(n)= \begin{cases} \dfrac n2,&n\equiv0\pmod2,\\[2mm] \dfrac{3n+1}{2},&n\equiv1\pmod2, \end{cases}

並定義兩個 branch operators

D(x)=x2,U(x)=3x+12.D(x)=\frac x2, \qquad U(x)=\frac{3x+1}{2}.

對任意長度 kk 的有限字

w=σ1σ2σk,σj{D,U},w=\sigma_1\sigma_2\cdots\sigma_k, \qquad \sigma_j\in\{D,U\},

u(w)u(w)UU 的總出現次數。本文證明存在唯一非負整數 bwb_w,使形式 composition 恆可寫為

Fw(x)=3u(w)x+bw2k.\boxed{ F_w(x) = \frac{3^{u(w)}x+b_w}{2^k}. }

UU 出現在位置

1j1<j2<<juk,1\le j_1<j_2<\cdots<j_u\le k,

bw=t=1u2jt13ut.\boxed{ b_w = \sum_{t=1}^{u} 2^{j_t-1}3^{u-t}. }

因此 finite Collatz word 的全部仿射資訊可精確分解為

(k,u(w))+bw.\boxed{ (k,u(w)) + b_w. }

其中 (k,u)(k,u) 決定主斜率

λw=3u2k,\lambda_w=\frac{3^u}{2^k},

bwb_w 保存 branch order 所造成的 affine offset。這提供本文最重要的結構性分解:

counts determine the multiplicative skeleton;\boxed{ \text{counts determine the multiplicative skeleton;} } order determines the affine correction.\boxed{ \text{order determines the affine correction.} }

本文進一步建立遞迴律

bwD=bw,b_{wD}=b_w, bwU=3bw+2w,\boxed{ b_{wU}=3b_w+2^{|w|}, }

以及字串 composition law。若先執行 ww 再執行 vv,則

bwv=3u(v)bw+2wbv.\boxed{ b_{wv} = 3^{u(v)}b_w + 2^{|w|}b_v. }

因此三元組

Ω(w)=(w,u(w),bw)\Omega(w)=(|w|,u(w),b_w)

在 concatenation 下具有精確半直積型結構。

同一結構亦可用 upper-triangular matrices 表示:

MD=(1002),MU=(3102),M_D= \begin{pmatrix} 1&0\\ 0&2 \end{pmatrix}, \qquad M_U= \begin{pmatrix} 3&1\\ 0&2 \end{pmatrix},

以及

Mw=(3u(w)bw02w).\boxed{ M_w= \begin{pmatrix} 3^{u(w)}&b_w\\ 0&2^{|w|} \end{pmatrix}. }

字的 composition 因此轉化為矩陣乘法。這一表示清楚揭示:標量主乘數 3u3^u 與分母 2k2^k 只依賴 branch counts;非交換的字序資訊則集中在右上角 correction term bwb_w

本文同時嚴格區分兩個層次:

  1. Formal Word Operator:任意 w{D,U}w\in\{D,U\}^* 均定義一個 Q\mathbb Q 上的仿射算子;
  2. Admissible Collatz Itinerary:只有當輸入 nn 的實際 parity decisions 與 ww 一致時,才有Tk(n)=Fw(n).T^k(n)=F_w(n).

因此 finite-word affine closure 並不等於任意 word 對任意正整數都是合法 Collatz trajectory。這個 domain restriction 將在 Paper 03 被進一步精確化為 parity word 與唯一 residue cylinder modulo 2k2^k 的對應。

本文還證明固定 (k,u)(k,u) 下, bwb_w 的極值由字序決定:

3u2ubw2ku(3u2u),\boxed{ 3^u-2^u \le b_w \le 2^{k-u}(3^u-2^u), }

其中最小值由

UuDkuU^uD^{k-u}

取得,最大值由

DkuUuD^{k-u}U^u

取得。這使「order correction」不只是一個概念,而具有明確可計算的有限範圍。

本文不聲稱 finite affine closure 本身解決 Collatz 猜想。相反地,本文的結論正是:

finite local arithmetic is exactly compressible;\boxed{ \text{finite local arithmetic is exactly compressible;} }

而真正未閉合的問題將轉移到:

which affine chart is admissible at each stage?\boxed{ \text{which affine chart is admissible at each stage?} }

亦即後續所稱的 global itinerary problem。

關鍵詞: Collatz conjecture、parity word、affine operator、operation translation、correction term、upper-triangular matrix、finite-word closure、local atlas、3n+1


1. 問題設定

傳統 Collatz map 為

Col(n)={n/2,n even,3n+1,n odd.\operatorname{Col}(n) = \begin{cases} n/2,&n\text{ even},\\ 3n+1,&n\text{ odd}. \end{cases}

本文採用等價的 modified form:

T(n)={n/2,n0(mod2),(3n+1)/2,n1(mod2).\boxed{ T(n) = \begin{cases} n/2,&n\equiv0\pmod2,\\[2mm] (3n+1)/2,&n\equiv1\pmod2. \end{cases} }

之所以採此形式,是因為奇數經 3n+13n+1 後必為偶數,因此可把必然出現的一次除以 2 合併進 odd branch。

定義:

D(x)=x2,D(x)=\frac{x}{2}, U(x)=3x+12.U(x)=\frac{3x+1}{2}.

2. Formal Word 與 Admissible Itinerary 必須分開

令:

Σ={D,U}.\Sigma=\{D,U\}.

有限字:

w=σ1σkΣk.w=\sigma_1\cdots\sigma_k \in\Sigma^k.

本文約定字由左至右執行:

σ1σ2σk.\sigma_1 \to \sigma_2 \to\cdots\to \sigma_k.

因此形式算子:

Fw=σkσ2σ1.F_w = \sigma_k\circ\cdots\circ\sigma_2\circ\sigma_1.

這個算子可以對所有:

xQx\in\mathbb Q

形式計算。

但對真正 Collatz trajectory,

必須有:

σj={D,Tj1(n) even,U,Tj1(n) odd.\sigma_j = \begin{cases} D,&T^{j-1}(n)\text{ even},\\ U,&T^{j-1}(n)\text{ odd}. \end{cases}

才稱 wwnn admissible


3. Admissible Domain

定義:

Ωw={nZ>0:the first w parity branches of n equal w}.\boxed{ \Omega_w = \{ n\in\mathbb Z_{>0}: \text{the first }|w| \text{ parity branches of }n \text{ equal }w \}. }

若:

nΩw,n\in\Omega_w,

則:

Tw(n)=Fw(n).\boxed{ T^{|w|}(n)=F_w(n). }

若:

nΩw,n\notin\Omega_w,

Fw(n)F_w(n) 仍是一個合法有理數算式,

但它不代表 nn 的實際 Collatz itinerary。

這正是 Operation Translation 中的:

formal transform legalitydynamical-domain legality.\boxed{ \text{formal transform legality} \neq \text{dynamical-domain legality}. }

4. Finite-Word Affine Closure Theorem

定理 4.1

對任意:

w{D,U}k,w\in\{D,U\}^k,

令:

u(w)=#{j:σj=U}.u(w) = \#\{j:\sigma_j=U\}.

則存在唯一:

bwZ0b_w\in\mathbb Z_{\ge0}

使:

Fw(x)=3u(w)x+bw2k\boxed{ F_w(x) = \frac{3^{u(w)}x+b_w}{2^k} }

對所有 xQx\in\mathbb Q 成立。


5. 歸納證明

對空字:

ε,\varepsilon,

有:

Fε(x)=x.F_\varepsilon(x)=x.

所以:

k=0,u=0,bε=0.k=0,\qquad u=0,\qquad b_\varepsilon=0.

假設長度 kkww

Fw(x)=3ux+bw2k.F_w(x) = \frac{3^ux+b_w}{2^k}.

5.1 加上一個 DD

FwD(x)=D(Fw(x))F_{wD}(x) = D(F_w(x)) =3ux+bw2k+1.= \frac{3^ux+b_w}{2^{k+1}}.

所以:

u(wD)=u(w),\boxed{ u(wD)=u(w), } bwD=bw.\boxed{ b_{wD}=b_w. }

5.2 加上一個 UU

FwU(x)=U(Fw(x))F_{wU}(x) = U(F_w(x)) =33ux+bw2k+12= \frac{ 3\frac{3^ux+b_w}{2^k}+1 }{2} =3u+1x+3bw+2k2k+1.= \frac{ 3^{u+1}x+3b_w+2^k }{ 2^{k+1} }.

因此:

u(wU)=u(w)+1,\boxed{ u(wU)=u(w)+1, } bwU=3bw+2k.\boxed{ b_{wU}=3b_w+2^k. }

歸納完成。


6. Correction Recurrence

所以 bwb_w 可以被看成一個字上的狀態量:

初始:

bε=0.b_\varepsilon=0.

讀取符號:

D:bb,D: \quad b\mapsto b, U:b3b+2j,\boxed{ U: \quad b\mapsto3b+2^j, }

其中 jj 是加入該符號前的字長。

這不是 numerical error。

它是 exact structural correction。


7. Closed Form of the Order Correction

假設:

UU

出現在位置:

1j1<j2<<juk.1\le j_1<j_2<\cdots<j_u\le k.

ttUU 在加入時產生:

2jt1.2^{j_t-1}.

之後每遇到另一個 UU

既有 correction 乘以 3。

ttUU 後面共有:

utu-t

UU

因此:

bw=t=1u2jt13ut.\boxed{ b_w = \sum_{t=1}^{u} 2^{j_t-1}3^{u-t}. }

8. 例一: UDUD

先:

U(x)=3x+12.U(x)=\frac{3x+1}{2}.

DD

FUD(x)=3x+14.F_{UD}(x) = \frac{3x+1}{4}.

所以:

k=2,u=1,bUD=1.k=2, \qquad u=1, \qquad b_{UD}=1.

closed form:

j1=1j_1=1

給:

b=20=1.b=2^0=1.

9. 例二: DUDU

先:

D(x)=x2.D(x)=\frac x2.

UU

FDU(x)=3x+24.F_{DU}(x) = \frac{3x+2}{4}.

所以:

bDU=2.b_{DU}=2.

兩個字:

UDUD

與:

DUDU

具有相同:

k=2,u=1,k=2,\qquad u=1,

因此相同主斜率:

34.\frac34.

但:

bUDbDU.\boxed{ b_{UD}\neq b_{DU}. }

所以:

branch counts do not determine the full operator.\boxed{ \text{branch counts do not determine the full operator}. }

10. Count/Order Decomposition

本文定義:

Multiplicative Skeleton

S(w)=(k,u(w)).\boxed{ S(w) = (k,u(w)). }

它決定:

λw=3u(w)2k.\boxed{ \lambda_w = \frac{3^{u(w)}}{2^k}. }

Order Correction

C(w)=bw.\boxed{ C(w)=b_w. }

因此:

Fw(x)=λwx+bw2k.\boxed{ F_w(x) = \lambda_wx+\frac{b_w}{2^k}. }

可讀作:

finite dynamics=order-insensitive multiplicative skeleton+order-sensitive affine correction.\boxed{ \text{finite dynamics} = \text{order-insensitive multiplicative skeleton} + \text{order-sensitive affine correction}. }

11. 為什麼這不是普通的「線性化」?

因為:

Fw(x)F_w(x)

本身已是 affine。

本文真正做的是:

many branch-dependent stepsone exact affine operator.\boxed{ \text{many branch-dependent steps} \longrightarrow \text{one exact affine operator}. }

原始流程:

xσ1(x)σ2σ1(x)Fw(x).x \to\sigma_1(x) \to\sigma_2\sigma_1(x) \to\cdots \to F_w(x).

轉譯後:

x3ux+bw2k.\boxed{ x \longmapsto \frac{3^ux+b_w}{2^k}. }

這是 finite temporal composition 的 operator compression。


12. 三元組表示

定義:

Ω(w)=(kw,uw,bw).\boxed{ \Omega(w) = (k_w,u_w,b_w). }

若先執行:

ww

再執行:

v,v,

則:

Fwv=FvFw.F_{wv} = F_v\circ F_w.

設:

Fw(x)=3uwx+bw2kw,F_w(x) = \frac{3^{u_w}x+b_w}{2^{k_w}}, Fv(x)=3uvx+bv2kv.F_v(x) = \frac{3^{u_v}x+b_v}{2^{k_v}}.

代入:

Fv(Fw(x))=3uv(3uwx+bw2kw)+bv2kv.F_v(F_w(x)) = \frac{ 3^{u_v} \left( \frac{3^{u_w}x+b_w}{2^{k_w}} \right) +b_v }{ 2^{k_v} }.

整理:

=3uv+uwx+3uvbw+2kwbv2kv+kw.= \frac{ 3^{u_v+u_w}x + 3^{u_v}b_w + 2^{k_w}b_v }{ 2^{k_v+k_w} }.

因此:

Ω(wv)=(kw+kv,uw+uv,3uvbw+2kwbv).\boxed{ \Omega(wv) = \left( k_w+k_v,\, u_w+u_v,\, 3^{u_v}b_w+2^{k_w}b_v \right). }

13. 半直積型結構

前兩個分量:

kw+kv,k_w+k_v, uw+uvu_w+u_v

只做 ordinary addition。

第三分量:

3uvbw+2kwbv3^{u_v}b_w+2^{k_w}b_v

則受前兩個分量作用。

因此可以把這個結構視作一種:

additive count monoid acting on an affine correction coordinate.\boxed{ \text{additive count monoid acting on an affine correction coordinate}. }

這是 finite parity words 的 operation-translation algebra。


14. Concatenation Order Defect

交換 w,vw,v 的執行次序。

有:

bwv=3uvbw+2kwbv,b_{wv} = 3^{u_v}b_w+2^{k_w}b_v,

而:

bvw=3uwbv+2kvbw.b_{vw} = 3^{u_w}b_v+2^{k_v}b_w.

所以:

bwvbvw=bw(3uv2kv)bv(3uw2kw).\boxed{ b_{wv}-b_{vw} = b_w(3^{u_v}-2^{k_v}) - b_v(3^{u_w}-2^{k_w}). }

這是精確的 word-order defect。

注意:

kw+kvk_w+k_v

與:

uw+uvu_w+u_v

完全不變。

因此在標量 Collatz finite-word algebra 中:

noncommutativity is confined to the affine correction coordinate.\boxed{ \text{noncommutativity is confined to the affine correction coordinate}. }

這個現象將在 Paper 08 與矩陣/非交換 algebra 對比;在真正 noncommutative multiplier 中,order dependence 會進入 leading linear part,而不再只停在 correction。


15. Upper-Triangular Matrix Representation

對映:

F(x)=Ax+BDF(x)=\frac{Ax+B}{D}

到:

M(F)=(AB0D).M(F) = \begin{pmatrix} A&B\\ 0&D \end{pmatrix}.

其 action 為:

xAx+BD.x \mapsto \frac{Ax+B}{D}.

對 Collatz branches:

MD=(1002),\boxed{ M_D = \begin{pmatrix} 1&0\\ 0&2 \end{pmatrix}, } MU=(3102).\boxed{ M_U = \begin{pmatrix} 3&1\\ 0&2 \end{pmatrix}. }

16. Word Matrix

若:

w=σ1σk,w=\sigma_1\cdots\sigma_k,

則:

Mw=MσkMσ1.M_w = M_{\sigma_k}\cdots M_{\sigma_1}.

由 affine closure:

Mw=(3u(w)bw02k).\boxed{ M_w = \begin{pmatrix} 3^{u(w)}&b_w\\ 0&2^k \end{pmatrix}. }

因此:

word concatenationmatrix multiplication.\boxed{ \text{word concatenation} \longrightarrow \text{matrix multiplication}. }

17. Matrix Representation 的意義

這個表示把三種資訊分開:

左上:

3u3^u

表示 odd-branch multiplicative accumulation。

右下:

2k2^k

表示總 binary division depth。

右上:

bwb_w

表示所有 +1+1 injection 經後續 branch scaling 後留下的累積 correction。

因此:

Mw=(odd multiplierorder correction0division scale).\boxed{ M_w = \begin{pmatrix} \text{odd multiplier}&\text{order correction}\\ 0&\text{division scale} \end{pmatrix}. }

18. Correction 的物理式理解不是必要的

可以直觀說:

每次 UU 注入一個:

+1+1

項。

但不同時間注入的 +1+1

會被後續:

33

multipliers 放大不同次數。

這正是:

2jt13ut.2^{j_t-1}3^{u-t}.

出現的原因。

然而本文只把它當作精確代數結果,

不賦予額外物理本體論。


19. Fixed (k,u)(k,u) 的 Correction Range

對固定:

k,u,k,\qquad u,

不同字只改變:

j1,,ju.j_1,\ldots,j_u.

由:

bw=t2jt13ut,b_w = \sum_t2^{j_t-1}3^{u-t},

可以研究 order correction 的極值。


20. Adjacent Swap Lemma

考慮 word 中相鄰:

UDUD

與:

DU.DU.

在相同 prefix state xx 下:

UD(x)=3x+14,UD(x) = \frac{3x+1}{4}, DU(x)=3x+24.DU(x) = \frac{3x+2}{4}.

所以:

DU(x)UD(x)=14.\boxed{ DU(x)-UD(x)=\frac14. }

若後面再接任意相同 suffix,

其差仍乘上一個正係數。

因此把某個 UU 向右越過一個 DD

會嚴格增大最終 correction bwb_w


21. Order Extremal Theorem

因此對固定:

(k,u),(k,u),

最小 correction 由所有 UU 放最左:

wmin=UuDku.\boxed{ w_{\min} = U^uD^{k-u}. }

最大 correction由所有 UU 放最右:

wmax=DkuUu.\boxed{ w_{\max} = D^{k-u}U^u. }

22. 最小 correction

對:

UuDku,U^uD^{k-u},

UU 位置:

jt=t.j_t=t.

所以:

bmin=t=1u2t13ut.b_{\min} = \sum_{t=1}^u 2^{t-1}3^{u-t}.

利用有限幾何和:

bmin=3u2u.\boxed{ b_{\min} = 3^u-2^u. }

23. 最大 correction

對:

DkuUu,D^{k-u}U^u,

位置:

jt=ku+t.j_t=k-u+t.

所以:

bmax=t=1u2ku+t13ut.b_{\max} = \sum_{t=1}^u 2^{k-u+t-1}3^{u-t}.

抽出:

2ku,2^{k-u},

得到:

bmax=2ku(3u2u).\boxed{ b_{\max} = 2^{k-u}(3^u-2^u). }

因此:

3u2ubw2ku(3u2u).\boxed{ 3^u-2^u \le b_w \le 2^{k-u}(3^u-2^u). }

24. 邊界案例

若:

u=0,u=0,

則:

w=Dk,w=D^k, bw=0.b_w=0.

上式亦給:

3020=0.3^0-2^0=0.

若:

u=k,u=k,

則只有:

w=Uk,w=U^k,

上下界相同:

bw=3k2k.b_w=3^k-2^k.

例如:

U3:U^3: b=278=19.b=27-8=19.

因此:

FUUU(x)=27x+198.F_{UUU}(x) = \frac{27x+19}{8}.

25. Order Correction Width

固定 (k,u)(k,u) 的 correction range 寬度:

Wk,u=bmaxbmin.W_{k,u} = b_{\max}-b_{\min}.

所以:

Wk,u=(2ku1)(3u2u).\boxed{ W_{k,u} = (2^{k-u}-1)(3^u-2^u). }

這提供一個有限字次序敏感性的 exact measure。

當:

k=uk=u

時:

Wk,u=0W_{k,u}=0

因為只有一種排列。

當同時存在 D,UD,U

通常:

Wk,u>0.W_{k,u}>0.

26. Logarithmic Form

若:

x>0,x>0,

且:

Fw(x)>0,F_w(x)>0,

則:

logFw(x)=logx+ulog3klog2+log(1+bw3ux).\log F_w(x) = \log x + u\log3 - k\log2 + \log\left( 1+\frac{b_w}{3^ux} \right).

所以:

ΔwL=ulog3klog2+Cw(x),\boxed{ \Delta_w L = u\log3-k\log2 + C_w(x), }

其中:

Cw(x)=log(1+bw3ux).\boxed{ C_w(x) = \log\left( 1+\frac{b_w}{3^ux} \right). }

27. Additive Core 與 Correction

因此 Series A 的 corrected linearization:

Tμ=νT+CT\mu=\nu T+C

在 finite Collatz word 中出現一個非常標準的實例。

additive core:

ulog3klog2.\boxed{ u\log3-k\log2. }

order-sensitive correction:

Cw(x).\boxed{ C_w(x). }

且:

Cw(x)0C_w(x)\to0

當:

x.x\to\infty.

所以對固定 word:

asymptotic drift is count-controlled.\boxed{ \text{asymptotic drift is count-controlled}. }

這一結論將在 Paper 05 被用來建立 contraction boundary。


28. 但 Log 不是證明 certificate 的必要形式

因為 affine identity 已經 exact:

Fw(n)=3un+bw2k.F_w(n) = \frac{3^un+b_w}{2^k}.

所以 descent 可以直接判斷:

3un+bw<2kn.3^un+b_w<2^kn.

因此後續 finite verification 應優先使用 exact integer inequality。

log-space 適合:

  • interpretation;
  • ordering;
  • asymptotic classification;
  • heuristic search。

但 exact certificate 不必依賴 floating logarithm。


29. 與既有 parity-vector 研究的關係

Collatz parity sequence / parity vector 與 22 -adic 整數之間的一一對應是既有研究的重要部分。

因此本文不主張:

  • parity vector 是新發現;
  • finite itinerary 可被代數表達是完全未知;
  • 22 -adic coding 由本文首次提出。

本文的作用是把 finite-word dynamics 按 Operation Translation 的語言重新整理為:

formal wordaffine operatormultiplicative skeleton+order correction.\boxed{ \text{formal word} \to \text{affine operator} \to \text{multiplicative skeleton} + \text{order correction}. }

並明確準備後續 local atlas。


30. 為什麼 Paper 02 還不能直接談 residue bijection?

我們已經知道要使:

Fw(n)F_w(n)

代表真正的:

Tk(n),T^k(n),

必須:

nΩw.n\in\Omega_w.

但本文尚未證明:

Ωw\Omega_w

究竟長什麼樣子。

Paper 03 將證明:

Ωw=(rw+2kZ)Z>0\boxed{ \Omega_w = (r_w+2^k\mathbb Z)\cap\mathbb Z_{>0} }

其中 rwr_w 取模 2k2^k 的 canonical representative 0rw<2k0\le r_w<2^k

且:

rwbw3u(mod2k).\boxed{ r_w \equiv -b_w3^{-u} \pmod{2^k}. }

這才會把 formal affine operator 升級成 Local Affine Atlas。


31. 本文不證明什麼?

本文沒有證明:

n,Tj(n)=1\forall n,\quad T^j(n)=1

對某個 jj

沒有證明所有 infinite parity sequences 最終包含 descending prefix。

沒有證明所有 finite words 都是對所有 nn admissible。

沒有從:

u/ku/k

的平均值推出 universal convergence。

本文只證明:

fixed finite wordexact finite affine operator.\boxed{ \text{fixed finite word} \Rightarrow \text{exact finite affine operator}. }

32. 核心定理總結

Theorem A — Finite-Word Affine Closure

Fw(x)=3u(w)x+bw2w.\boxed{ F_w(x) = \frac{3^{u(w)}x+b_w}{2^{|w|}}. }

Theorem B — Correction Recurrence

bwD=bw,bwU=3bw+2w.\boxed{ b_{wD}=b_w, \qquad b_{wU}=3b_w+2^{|w|}. }

Theorem C — Closed Form

bw=t=1u2jt13ut.\boxed{ b_w = \sum_{t=1}^{u} 2^{j_t-1}3^{u-t}. }

Theorem D — Concatenation

bwv=3u(v)bw+2wbv.\boxed{ b_{wv} = 3^{u(v)}b_w+2^{|w|}b_v. }

Theorem E — Matrix Representation

Mw=(3u(w)bw02w).\boxed{ M_w = \begin{pmatrix} 3^{u(w)}&b_w\\ 0&2^{|w|} \end{pmatrix}. }

Theorem F — Order Extremes

3u2ubw2ku(3u2u).\boxed{ 3^u-2^u \le b_w \le 2^{k-u}(3^u-2^u). }

33. 新研究圖像

到這裡,一段長度 kk 的 Collatz dynamics 已不必看成:

kk

個 if/else operations。

可以壓縮成:

(k,u,bw).\boxed{ (k,u,b_w). }

或者:

(3ubw02k).\boxed{ \begin{pmatrix} 3^u&b_w\\ 0&2^k \end{pmatrix}. }

因此:

temporal branch sequencefinite algebraic operator.\boxed{ \text{temporal branch sequence} \longrightarrow \text{finite algebraic operator}. }

這就是 Collatz Local Affine Atlas 的 algebraic kernel。


34. 與 Series A 的銜接

Series A Paper 01:

T(μ(x,y))=ν(Tx,Ty)+CT(x,y).T(\mu(x,y)) = \nu(Tx,Ty)+C_T(x,y).

Series A Paper 03:

Linear Core+Correction.\text{Linear Core}+\text{Correction}.

Series A Paper 05:

Local Chart / Atlas.\text{Local Chart / Atlas}.

本篇把三者移植到 Collatz:

finite itineraryaffine core+word-order correction.\boxed{ \text{finite itinerary} \to \text{affine core} + \text{word-order correction}. }

下一篇再把:

Ωw\Omega_w

精確識別成 residue cylinder。


35. 結論

考拉茲猜想的單步規則極為簡單,

但任意有限字的 branch composition 並不需要逐步保存。

它具有 exact affine closure:

Fw(x)=3ux+bw2k.\boxed{ F_w(x) = \frac{3^ux+b_w}{2^k}. }

其中:

(k,u)\boxed{ (k,u) }

保存 branch-count skeleton,

而:

bw\boxed{ b_w }

保存 branch order。

因此:

counts determine slope;\boxed{ \text{counts determine slope;} } order determines offset.\boxed{ \text{order determines offset.} }

這是本文最核心的結構性結論。

它同時說明一件更大的事:

Collatz 的有限局部算術其實可以被完整壓縮成低維 algebraic state。

真正困難不必再被描述為:

每一步 3n+13n+1 、除以 2 太亂。

更精確的描述是:

對固定有限 itinerary,算術完全可壓縮;未解問題在於每個起點究竟沿著哪些 itinerary 無限延伸,以及這些局部算子如何全域拼接。

Paper 03 將把這個結論再推一步:

parity wordunique residue cylinder modulo 2k,\boxed{ \text{parity word} \longleftrightarrow \text{unique residue cylinder modulo }2^k, }

並證明適當 source / destination charts 下:

ψwTkϕw1=id.\boxed{ \psi_w\circ T^k\circ\phi_w^{-1} = \operatorname{id}. }

也就是 Collatz 局部 identity 化。


參考文獻

  1. Olivier Rozier, Parity sequences of the 3x+1 map on the 2-adic integers and Euclidean embedding, arXiv:1805.00133.
  2. Olivier Rozier, Claude Terracol, Paradoxical behavior in Collatz sequences, arXiv:2502.00948.
  3. Tong Niu, Parity vectors and paradoxical sequences in the accelerated Collatz map, arXiv:2605.13886.
  4. Terence Tao, Almost all orbits of the Collatz map attain almost bounded values, Forum of Mathematics, Pi 10 (2022), arXiv:1909.03562.
  5. David Applegate, Jeffrey C. Lagarias, The 3x+1 Semigroup, Journal of Number Theory 117 (2006), arXiv:math/0411140.
  6. Tristan Stérin, Damien Woods, The Collatz process embeds a base conversion algorithm, arXiv:2007.06979.
  7. Collatz Operation Translation Series — Paper 01, 考拉茲猜想既有研究的重新分類與校正.

下一篇

Paper 03 —《Parity Word、Residue Cylinder 與局部 Identity 化》

核心任務:

  1. 證明每個 finite parity word 對應唯一 residue rwmod2kr_w\bmod2^k
  2. 證明rwbw3u(mod2k);r_w\equiv-b_w3^{-u}\pmod{2^k};
  3. 建立 exact cylinder map:Tk(rw+2ka)=mw+3ua;T^k(r_w+2^ka)=m_w+3^ua;
  4. 定義 source / destination charts;
  5. 證明:ψwTkϕw1=id;\psi_wT^k\phi_w^{-1}=\operatorname{id};
  6. 正式建立 Collatz Local Affine Atlas。