# 母子關係之外：循環因果、自舉宇宙與世界依賴圖

**系列：** 全域系統世界與無界展開（Global System World and Unbounded Expansion, GSWUE）  
**篇次：** 03 / 10  
**作者：** Neo.K  
**研究協作：** Aletheia（GPT-5.6 Thinking）  
**版本：** v0.1  
**日期：** 2026-08-07

---

## 摘要

GSWUE 第 2 篇以條件性母宇宙生成悖論（CPUGP）指出：若世界依賴關係是嚴格單向、無環且生成方向與存在依賴方向一致，則「可以生成子世界」不能推出「可以生成自己的母世界」。但這個結論依賴一個極強的結構前提：**世界關係可以被排序成一棵母子樹。**

本文故意拆除這個前提。

我們提出 **世界依賴圖（World Dependency Graph, WDG）**，令每個世界、子世界、時空區域、虛擬宇宙、物理宇宙或世界元件成為節點，令因果、生成、維持、substrate、規則、資訊與存在依賴成為不同標籤的有向邊。世界結構因此不再被預設為：

$$
W_{-1}\rightarrow W_0\rightarrow W_1\rightarrow W_2,
$$

而可一般化為：

$$
\boxed{
\mathbb G_W=(V_W,E_W,\Lambda,\ell)
}
$$

其中 $\Lambda$ 是依賴關係類型集合， $\ell:E_W\to\Lambda$ 為邊標籤。

本文的主要技術工具是 **強連通分量（Strongly Connected Component, SCC）**。若一群世界彼此可達，例如：

$$
W_0\rightarrow W_1\rightarrow W_2\rightarrow W_0,
$$

則它們形成一個循環世界元件：

$$
\mathcal C=[W_0,W_1,W_2].
$$

將每個 SCC 壓縮為一個超節點後，可得到 condensation graph：

$$
\boxed{
\operatorname{Cond}(\mathbb G_W),
}
$$

它是有向無環圖（DAG）。因此：

$$
\boxed{
\text{局部循環}
\quad+\quad
\text{高階偏序}
}
$$

可以同時成立。

這提供一種比「母／子宇宙」更穩健的描述：世界內部可能存在 mutual grounding、causal loop、bootstrapping 或 fixed-point component，但不同循環元件之間仍可形成較高階依賴序。

本文進一步定義 **世界固定點元件（World Fixed-Point Component, WFPC）**：

$$
\boxed{
\mathcal C^*=F_\Omega(\mathcal C^*)
}
$$

它不表示「世界從無創造自己」，而表示一組世界關係只有作為整體自洽解時才有定義。此時問題不再是「誰先創造誰」，而是：

$$
\boxed{
\text{是否存在滿足全域約束的自洽世界配置？}
}
$$

本文同時區分 causal loop、grounding loop、maintenance loop、information loop 與 representational loop，防止把物理時間旅行、自我實現計算、互相依賴 substrate、資訊 bootstrap 和語義循環混為一談。

在此框架下，CPUGP 不被否定，而被重新定位：它仍然適用於 WDG 的 DAG 區域；但若某組世界落入同一 SCC，則「母子」可能不再是良定義的全域關係。於是：

$$
\boxed{
\text{CPUGP}
\text{ is a local theorem on acyclic dependency regions,}
}
$$

而不是所有可能世界圖上的絕對定理。

**關鍵詞：** 世界依賴圖、強連通分量、SCC、循環因果、自舉宇宙、固定點、mutual grounding、condensation graph、CPUGP、GSWUE

---

# 1. 為什麼母子樹不夠？

最簡單的世界想像是：

$$
W_{-1}
\rightarrow
W_0
\rightarrow
W_1
\rightarrow
W_2.
$$

這是一棵 tree。

它暗中包含：

1. 每個世界有清楚的上游與下游；
2. 依賴方向唯一；
3. 不允許循環；
4. 不允許合併；
5. 不允許多個 substrate；
6. 不允許 mutual grounding；
7. 不允許局部不同依賴關係交錯。

這對簡單模擬世界很方便。

但對一般全域系統世界而言太強。

---

# 2. 第一個升級：World Dependency Graph

定義：

$$
\boxed{
\mathbb G_W=(V_W,E_W).
}
$$

其中：

$$
V_W=\{W_0,W_1,\ldots,W_n\}
$$

是世界節點。

而：

$$
E_W\subseteq V_W\times V_W.
$$

如果：

$$
(W_i,W_j)\in E_W,
$$

表示 $W_i$ 與 $W_j$ 具有某種有向依賴。

---

# 3. 單一邊還是不夠

世界關係不是只有一種。

因此定義：

$$
\boxed{
\mathbb G_W=(V_W,E_W,\Lambda,\ell)
}
$$

其中：

$$
\Lambda=
\{
O,C,G,M,S,L,I,R
\}.
$$

分別表示：

- $O$ ：ontological dependence；
- $C$ ：causal dependence；
- $G$ ：generation；
- $M$ ：maintenance；
- $S$ ：substrate；
- $L$ ：law / rule dependence；
- $I$ ：information dependence；
- $R$ ：representation dependence。

---

# 4. 多重關係世界圖

對同一對世界：

$$
(W_i,W_j)
$$

可能同時存在：

$$
O,\quad G,\quad M
$$

三種邊。

因此更一般可寫：

$$
\boxed{
E_W\subseteq
V_W\times V_W\times\Lambda.
}
$$

一條邊：

$$
(W_i,W_j,\lambda)
$$

表示：

> $W_i$ 對 $W_j$ 存在 $\lambda$ 類依賴／生成關係。

---

# 5. Parent/Child 只是圖上的特殊情況

若：

$$
W_j\prec_O W_i
$$

且沒有反向路徑，

我們可以局部稱：

$$
W_i=\operatorname{Parent}(W_j).
$$

但：

$$
\boxed{
\text{Parent/Child}
}
$$

現在只是 WDG 的一個特殊投影。

不是最基本本體。

---

# 6. 世界樹的條件

若：

1. 每個節點最多一個 parent；
2. 無 cycle；
3. 所有 relevant edge 都同一類；
4. 每個節點唯一可達 root；

才有：

$$
\mathbb G_W
\approx
\text{World Tree}.
$$

所以：

$$
\boxed{
\text{World Tree}
\subset
\text{World Dependency Graph}.
}
$$

---

# 7. Branch

若：

$$
W_0
\rightarrow
W_1,
$$

且：

$$
W_0
\rightarrow
W_2,
$$

則：

$$
\boxed{
\operatorname{Branch}(W_0)
=
\{W_1,W_2\}.
}
$$

這已經超出單一路徑世界鏈。

---

# 8. Merge

若：

$$
W_1\rightarrow W_3
$$

且：

$$
W_2\rightarrow W_3,
$$

則：

$$
W_3
$$

具有多來源依賴。

這可能表示：

- shared initialization；
- multi-substrate realization；
- causal convergence；
- distributed computation；
- 多世界資訊合流。

---

# 9. Shared Substrate

兩個世界：

$$
W_1,W_2
$$

可以共同依賴：

$$
B.
$$

形式：

$$
W_1\prec_S B,
\qquad
W_2\prec_S B.
$$

但：

$$
W_1
$$

不必是：

$$
W_2
$$

的兄弟世界於所有其他關係上。

---

# 10. Multi-Parent World

某個世界：

$$
W_3
$$

甚至可能有：

$$
P_1,P_2,\ldots,P_k
$$

多個 parent-type dependency。

例如：

$$
P_1
$$

提供 substrate，

$$
P_2
$$

提供規則，

$$
P_3
$$

提供初始條件。

因此「母宇宙」可能根本不是單一世界。

---

# 11. Parent Vector

沿用第 2 篇：

$$
\boxed{
\mathbf P(W_i,W_j)
=
(
P_{\mathrm{origin}},
P_{\mathrm{maint}},
P_{\mathrm{law}},
P_{\mathrm{causal}},
P_{\mathrm{substrate}},
P_{\mathrm{epistemic}}
).
}
$$

所以：

$$
\operatorname{Parent}
$$

應該是向量關係。

不是 boolean。

---

# 12. 循環出現

現在考慮：

$$
W_0\rightarrow W_1
\rightarrow W_2
\rightarrow W_0.
$$

世界樹直接失效。

但圖本身沒有問題。

這是一個 directed cycle。

---

# 13. 循環不等於矛盾

必須非常小心：

$$
\boxed{
\text{cycle}
\neq
\text{logical contradiction}.
}
$$

矛盾是：

$$
P\land\neg P.
$$

循環只是：

$$
x_0\rightarrow x_1\rightarrow\cdots\rightarrow x_0.
$$

只有當某套公理禁止 cycle 時，它才與該模型衝突。

---

# 14. 因果循環

定義：

$$
\boxed{
\mathcal L_C
}
$$

為 causal loop：

$$
W_0
\prec_C
W_1
\prec_C
\cdots
\prec_C
W_0.
$$

它涉及：

$$
\prec_C.
$$

不能直接等同存在論循環。

---

# 15. Grounding Loop

定義：

$$
\boxed{
\mathcal L_O
}
$$

為 grounding loop：

$$
W_0
\prec_O
W_1
\prec_O
\cdots
\prec_O
W_0.
$$

這會破壞傳統 foundation-style partial order。

但它是否「不可能」取決於採用的 grounding ontology。

---

# 16. Maintenance Loop

兩個世界可以互相維持：

$$
W_0
\prec_M
W_1,
$$

$$
W_1
\prec_M
W_0.
$$

例如兩個自治系統互相提供維生資源。

這沒有任何形式矛盾。

---

# 17. Information Loop

資訊：

$$
I
$$

可能形成：

$$
I_0\rightarrow I_1\rightarrow I_0.
$$

經典 bootstrap paradox 就屬於這一類。

真正問題是：

> 資訊的來源如何定義？

而不是 graph cycle 本身。

---

# 18. Representation Loop

模型：

$$
M_0
$$

描述：

$$
M_1,
$$

而：

$$
M_1
$$

又包含：

$$
M_0.
$$

這是 representation loop。

與物理因果循環不同。

---

# 19. 五類循環必須分開

因此定義：

$$
\boxed{
\mathbf L
=
(
L_C,
L_O,
L_M,
L_I,
L_R
).
}
$$

一個世界系統可以：

$$
L_I=1
$$

但：

$$
L_C=0.
$$

不能因為存在資訊循環就宣稱物理時間旅行。

---

# 20. Strongly Connected Component

在 directed graph：

$$
G=(V,E)
$$

中，如果一組節點：

$$
C\subseteq V
$$

滿足：

$$
\forall u,v\in C,
\quad
u\leadsto v
\land
v\leadsto u,
$$

且 $C$ 極大，

則：

$$
C
$$

是一個 SCC。

---

# 21. 世界 SCC

在 WDG 中：

$$
\boxed{
\mathcal C_W
=
\operatorname{SCC}(\mathbb G_W).
}
$$

若：

$$
W_0,W_1,W_2
$$

彼此可達，

則：

$$
\boxed{
\mathcal C_0
=
[W_0,W_1,W_2].
}
$$

這是「循環世界元件」。

---

# 22. SCC 的認識論意義

一旦：

$$
W_i,W_j\in\mathcal C,
$$

我們不能再用普通 DAG 排序問：

> 到底誰絕對在上面？

因為：

$$
W_i\leadsto W_j
$$

且：

$$
W_j\leadsto W_i.
$$

此時母子排序失去唯一性。

---

# 23. Condensation Graph

把每個 SCC：

$$
\mathcal C_i
$$

壓成超節點。

得到：

$$
\boxed{
\operatorname{Cond}(\mathbb G_W).
}
$$

它的節點不是單一世界，

而是：

$$
[\text{world components}].
$$

---

# 24. 關鍵性質：Condensation Graph 是 DAG

若 condensation graph 還存在 cycle：

$$
\mathcal C_1
\rightarrow
\mathcal C_2
\rightarrow
\cdots
\rightarrow
\mathcal C_1,
$$

那這些 component 本來就應該合併成一個更大的 SCC。

因此矛盾。

所以：

$$
\boxed{
\operatorname{Cond}(\mathbb G_W)
\text{ is acyclic}.
}
$$

這提供整篇最重要的結構。

---

# 25. 局部循環＋高階偏序

因此我們可以同時具有：

$$
W_0\leftrightarrow W_1
$$

以及：

$$
[W_0,W_1]
\rightarrow
[W_2,W_3]
\rightarrow
[W_4].
$$

即：

$$
\boxed{
\text{local cyclicity}
+
\text{meta-level acyclicity}.
}
$$

---

# 26. 母子概念移到 component level

如果單一世界層級有 cycle，

我們可以不再問：

$$
W_i
\prec
W_j?
$$

而改問：

$$
\boxed{
\mathcal C_i
\prec
\mathcal C_j?
}
$$

這就是第 2 篇留下的「dependency component order」。

---

# 27. World Component Order

定義：

$$
\boxed{
\mathcal C_i\prec_{\mathrm{comp}}\mathcal C_j
}
$$

若 condensation graph 中：

$$
\mathcal C_j
\leadsto
\mathcal C_i.
$$

這個關係可以是偏序。

即使 component 內部不是。

---

# 28. CPUGP 的重新定位

第 2 篇強 CPUGP：

$$
\Gamma_{\mathrm{CP}}
\vdash
\neg G_\uparrow
$$

依賴無 cycle。

現在我們可以說：

$$
\boxed{
\text{CPUGP applies directly on DAG regions.}
}
$$

對 SCC 內部則必須先改寫問題。

---

# 29. SCC 內的「母宇宙」可能沒有唯一答案

如果：

$$
W_0\leftrightarrow W_1,
$$

問：

> 哪個是母宇宙？

可能像問：

> 圓環哪一點是絕對第一點？

除非額外指定：

- origin relation；
- time orientation；
- causal cut；
- representation convention。

---

# 30. 世界切面

可以選擇 cut：

$$
\Sigma
$$

把 cycle 切開。

得到局部線性表示：

$$
W_0\rightarrow W_1\rightarrow W_2.
$$

但：

$$
\boxed{
\text{cut-induced order}
\neq
\text{global intrinsic order}.
}
$$

這點非常重要。

---

# 31. 局部時間方向

即使 global structure 有 cycle，

每一個局部區域仍可能有一致的：

$$
\vec t.
$$

因此：

$$
\boxed{
\text{global cycle}
\not\Rightarrow
\text{local backward evolution}.
}
$$

這也符合 closed timelike curve 討論中的一個基本特徵：沿世界線局部仍可以保持未來指向。

---

# 32. 自舉宇宙

現在定義 bootstrapped world configuration：

$$
\boxed{
\mathcal B_W
}
$$

若世界系統中的一組必要條件：

$$
X_1,\ldots,X_n
$$

形成：

$$
X_1\rightarrow X_2\rightarrow\cdots\rightarrow X_1.
$$

沒有一個單一節點被指定為外部起源。

---

# 33. 自舉不等於從無創造

這是核心修正：

$$
\boxed{
\text{self-consistent loop}
\neq
\text{creation ex nihilo}.
}
$$

它可能只是：

$$
\text{global solution}.
$$

即整體結構共同成立。

---

# 34. 世界固定點

令：

$$
F_\Omega
$$

是一個全域世界一致性算子。

若：

$$
\boxed{
\mathcal C^*
=
F_\Omega(\mathcal C^*)
}
$$

則：

$$
\mathcal C^*
$$

是世界固定點。

---

# 35. 固定點不是靜止點

必須避免誤解：

$$
\mathcal C^*
=
F_\Omega(\mathcal C^*)
$$

不表示 component 內沒有動態。

它只表示：

> 經過全域一致性映射後，整個配置仍是合法解。

所以：

$$
\boxed{
\text{fixed configuration}
\neq
\text{frozen internal dynamics}.
}
$$

---

# 36. World Fixed-Point Component

定義：

$$
\boxed{
\operatorname{WFPC}
=
(\mathcal C,F_\Omega,\Gamma_\Omega)
}
$$

其中：

- $\mathcal C$ ：循環世界 component；
- $F_\Omega$ ：全域一致性算子；
- $\Gamma_\Omega$ ：必須滿足的約束。

合法 WFPC 要求：

$$
F_\Omega(\mathcal C)=\mathcal C,
$$

且：

$$
\mathcal C\models\Gamma_\Omega.
$$

---

# 37. 一致性比起源更基本

對 WFPC：

傳統問題：

> 第一個原因在哪？

可能沒有良好答案。

更適合問：

$$
\boxed{
\operatorname{Consistent}(\mathcal C,\Gamma_\Omega)?
}
$$

也就是：

> 整個循環配置是否存在自洽解？

---

# 38. Constraint-Satisfaction Universe

可以把世界循環重寫成：

$$
\boxed{
\text{Find }\mathbf W
\text{ such that }
\mathcal F(\mathbf W)=0.
}
$$

此時宇宙不是：

$$
\text{initial state}
\rightarrow
\text{future}.
$$

而是：

$$
\boxed{
\text{global constraint solution}.
}
$$

這是完全不同的建模方式。

---

# 39. 初值問題與邊界值問題

普通動力學偏向：

$$
S(t_0)
\Rightarrow
S(t>t_0).
$$

循環世界更像：

$$
\boxed{
B_{\mathrm{global}}
\Rightarrow
\{S(t)\}_{t\in T}.
}
$$

也就是由全域邊界／一致性條件選出完整歷史。

---

# 40. 這不等於自然界真的如此

本文只說：

$$
\boxed{
\text{such a model is logically different from a world tree}.
}
$$

是否物理成立需要：

- 理論；
- 實驗；
- 觀測；
- consistency test。

不能從圖論直接推出宇宙具有 CTC。

---

# 41. 物理 CTC 只是存在性背景

廣義相對論有包含 closed timelike curves 的解。

這顯示：

$$
\text{causal structure}
$$

在數學上不必永遠是簡單全域線性序。

但：

$$
\boxed{
\text{GR admits a solution}
\neq
\text{our universe realizes it}.
}
$$

---

# 42. Deutsch 型 fixed-point consistency

在某些量子 CTC 模型中，自洽條件被寫成固定點型態：

$$
\rho
=
\mathcal D(\rho).
$$

這提供一個很有用的類比：

> 循環不是靠找到「第一個狀態」解決，而是靠找到滿足整體 consistency 的 fixed point。

本文只借用此結構思想。

不宣稱世界就是 Deutsch CTC。

---

# 43. 固定點可能不唯一

可能：

$$
\operatorname{Fix}(F_\Omega)
=
\{
\mathcal C_1^*,
\mathcal C_2^*,
\ldots
\}.
$$

於是新問題變成：

> 為什麼實現這個固定點而不是另一個？

這會引入：

- selection；
- stability；
- measure；
- boundary conditions。

---

# 44. 固定點也可能不存在

若：

$$
\operatorname{Fix}(F_\Omega)=\varnothing,
$$

則該循環世界配置不可實現。

因此：

$$
\boxed{
\text{cycle proposed}
\not\Rightarrow
\text{cycle realizable}.
}
$$

---

# 45. Stability

即使：

$$
\mathcal C^*\in\operatorname{Fix}(F_\Omega),
$$

仍需研究：

$$
\boxed{
\operatorname{Stab}(\mathcal C^*).
}
$$

小擾動：

$$
\delta\mathcal C
$$

是否：

- 回到 fixed point；
- 進入別的 fixed point；
- 發散；
- 破壞一致性。

---

# 46. 世界循環的四個門檻

因此一個循環世界模型至少需要：

$$
\boxed{
\text{Definability}
\rightarrow
\text{Consistency}
\rightarrow
\text{Existence}
\rightarrow
\text{Stability}.
}
$$

僅僅「沒有立即語義矛盾」遠遠不夠。

---

# 47. Mutual Grounding

如果：

$$
W_0\prec_O W_1
$$

且：

$$
W_1\prec_O W_0,
$$

可以定義：

$$
\boxed{
W_0\bowtie_O W_1.
}
$$

稱 mutual grounding candidate。

---

# 48. 互為 ground 的風險

傳統 foundation ontology 往往要求 grounding well-founded。

若接受：

$$
\bowtie_O,
$$

就必須回答：

1. 是否會造成 explanation regress？
2. 是否形成 circular definition？
3. 整體能否提供獨立語義？
4. 是否只是表示法循環？
5. 是否有 external constraint？

所以 mutual grounding 不是免費解法。

---

# 49. 外部約束

若：

$$
W_0\bowtie_O W_1,
$$

但整體又依賴：

$$
\Gamma_\Omega,
$$

則：

$$
\boxed{
[W_0,W_1]\prec_O\Gamma_\Omega
}
$$

可能把原本的兩世界循環重新放到更高階 DAG。

---

# 50. 「終極母宇宙」又後退一層

這時會出現：

> 那 $\Gamma_\Omega$ 又依賴什麼？

答案可能：

- 更高層；
- primitive law；
- self-grounding；
- brute fact；
- 無限 regress；
- 尚未知道。

因此 WDG 不會假裝自動解決終極本體論。

---

# 51. Global System World 的角色

第 1 篇定義：

$$
\Omega
$$

不是一個普通已知物理容器。

現在它可以扮演：

$$
\boxed{
\text{domain in which WDG relations are evaluated}.
}
$$

即：

$$
\mathbb G_W^\Omega.
$$

---

# 52. Observer Projection

內部觀察者：

$$
a\in W_i
$$

看到的不是：

$$
\mathbb G_W^\Omega
$$

本身。

而是：

$$
\boxed{
\widehat{\mathbb G}_{W,a,t}
=
\Pi_{a,t}
(
\mathbb G_W^\Omega
).
}
$$

---

# 53. Tree Illusion

如果投影：

$$
\Pi_{a,t}
$$

看不到 cycle 的回邊，

那麼：

$$
\widehat{\mathbb G}_{W,a,t}
$$

可能看起來是 tree。

但真實全域圖可能含 SCC。

因此：

$$
\boxed{
\text{observed acyclicity}
\not\Rightarrow
\text{global acyclicity}.
}
$$

---

# 54. 反過來也不能偷渡 cycle

同樣：

$$
\boxed{
\text{we cannot observe global acyclicity}
\not\Rightarrow
\text{a cycle exists}.
}
$$

這只是 epistemic openness。

不是循環宇宙證明。

---

# 55. Causal Cut Dependence

若觀察者只能取得：

$$
\mathbb G_W|_{\Sigma},
$$

一個因果切面，

則不同：

$$
\Sigma_1,\Sigma_2
$$

可能給不同局部 parent relation。

所以：

$$
\boxed{
\operatorname{Parent}_{\Sigma_1}
\neq
\operatorname{Parent}_{\Sigma_2}
}
$$

是可能的。

---

# 56. 世界身份問題

如果：

$$
W_0
$$

經過 cycle 回來：

$$
W_0'
$$

問題是：

$$
W_0'\equiv W_0?
$$

這會連到：

- identity；
- equivalence；
- history；
- dynamic fixed point。

因此世界圖還需要：

$$
\sim_W.
$$

---

# 57. World Equivalence Relation

定義：

$$
\boxed{
W_i\sim_W W_j
}
$$

若它們在選定 invariants 下視為同一世界。

但：

$$
\sim_W
$$

可能本身隨理論改變。

這會讓 cycle detection 也具有 model dependence。

---

# 58. 同一世界還是新世界？

假設：

$$
W_0
\rightarrow
W_1
\rightarrow
W_0'.
$$

若：

$$
W_0'\sim_W W_0,
$$

可以視為 cycle。

若：

$$
W_0'\not\sim_W W_0,
$$

則可能只是：

$$
\text{spiral / recurrence}.
$$

這也是重要區分。

---

# 59. World Spiral

定義：

$$
W_0
\rightarrow
W_1
\rightarrow
W_2
\rightarrow\cdots
$$

且：

$$
d(W_n,W_0)\rightarrow0
$$

但永不：

$$
W_n\sim_W W_0.
$$

這是近週期世界。

不是精確循環。

---

# 60. Graph 也要帶時間

更一般：

$$
\boxed{
\mathbb G_W(t)
}
$$

本身可以演化。

也就是：

- 節點出現；
- 邊消失；
- dependency 改變；
- SCC merge；
- SCC split。

這會和後續 Dynamic Rate 系列直接接軌。

---

# 61. Dynamic SCC

令：

$$
\operatorname{SCC}_t(\mathbb G_W).
$$

則可能：

$$
\mathcal C_1(t)
+
\mathcal C_2(t)
\rightarrow
\mathcal C_3(t+\Delta t).
$$

世界依賴層級本身不是固定。

---

# 62. SCC Merge Event

若新增一條 edge：

$$
e^*
$$

使兩個原本獨立 component 互相可達，

則：

$$
\boxed{
\mathcal C_A,\mathcal C_B
\rightarrow
\mathcal C_{AB}.
}
$$

世界階層因此可以發生拓撲變換。

---

# 63. SCC Split Event

如果刪除關鍵 dependency edge：

$$
e^-,
$$

原本：

$$
\mathcal C
$$

可能裂成：

$$
\mathcal C_1,\mathcal C_2.
$$

所以「母／子」身份也可能是歷史性的。

---

# 64. 世界 genealogy 與 dependency 必須分離

世界生成史：

$$
\boxed{
G_{\mathrm{lineage}}
}
$$

記錄「誰從誰形成」。

世界當下依賴：

$$
\boxed{
G_{\mathrm{dependency}}
}
$$

記錄「現在誰依賴誰」。

兩張圖可能完全不同。

---

# 65. 出生史不等於維持史

例如：

$$
W_0
\overset{G}{\longrightarrow}
W_1,
$$

但後來：

$$
W_1
$$

獨立。

則：

$$
G_{\mathrm{lineage}}
$$

保留：

$$
W_0\rightarrow W_1,
$$

而：

$$
G_{\mathrm{maintenance}}
$$

沒有該邊。

這延續第 2 篇 origin / maintenance distinction。

---

# 66. Bootstrap Genealogy

可能甚至：

$$
G_{\mathrm{lineage}}
$$

有 cycle。

這意味：

> 世界的生成歷史沒有單一起源節點。

但這只是一種模型可能。

不是物理事實。

---

# 67. Rootless Component

定義：

$$
\boxed{
\operatorname{Rootless}(\mathcal C)
}
$$

若 component 內每個節點都有 component 內 predecessor，

且沒有內部 unique root。

這是一個真正的自舉候選結構。

---

# 68. Rootless 不等於 globally rootless

即使：

$$
\mathcal C
$$

內無 root，

condensation graph 仍可能：

$$
\mathcal P\rightarrow\mathcal C.
$$

所以：

$$
\boxed{
\text{locally rootless}
\not\Rightarrow
\text{globally ungrounded}.
}
$$

---

# 69. 全域 rootless

更強地：

$$
\operatorname{Cond}(\mathbb G_W)
$$

也沒有外部 root，

才接近真正：

$$
\text{global rootlessness}.
$$

但對有限 DAG，至少會存在 source component。

因此若要真正全域無 root，可能需要：

- infinite graph；
- non-DAG meta-structure；
- primitive whole；
- different ontology。

---

# 70. 有限 WDG 的重要限制

如果 condensation graph 有限且為 DAG，

必定至少有一個 source SCC。

因此：

$$
\boxed{
\text{finite cyclic world graph}
}
$$

仍然不會自動消滅「最上游 component」。

這是很重要的反神秘化結果。

---

# 71. 無限 regress

若：

$$
\cdots
\rightarrow
\mathcal C_{-2}
\rightarrow
\mathcal C_{-1}
\rightarrow
\mathcal C_0
$$

沒有 source，

可能得到 infinite regress。

但：

$$
\boxed{
\text{infinite regress}
\neq
\text{cycle}.
}
$$

這是第三種不同結構。

---

# 72. 三種非普通起源結構

因此至少有：

$$
\boxed{
\text{Cycle},
\quad
\text{Infinite Regress},
\quad
\text{Primitive Root}.
}
$$

再加：

$$
\text{External Root}.
$$

母宇宙討論不能只分「有／沒有第一因」。

---

# 73. World Origin Taxonomy

定義：

$$
\boxed{
\mathcal T_O
=
\{
\text{Rooted},
\text{Cyclic},
\text{Regressive},
\text{Primitive-Whole},
\text{Mixed}
\}.
}
$$

這將比「套娃宇宙」單一路線更一般。

---

# 74. 套娃宇宙只是 rooted chain

最簡單套娃：

$$
W_{-n}
\rightarrow
\cdots
\rightarrow
W_0
\rightarrow
W_1
\rightarrow\cdots
$$

只是：

$$
\mathcal T_O=\text{Rooted/Regressive Chain}
$$

的一種。

所以：

$$
\boxed{
\text{nested universes}
\neq
\text{general world dependence}.
}
$$

---

# 75. 「創造母宇宙」在 WDG 中被改寫

不再問：

> 能不能造出上面那一層？

而問：

> 能否對 $\mathbb G_W$ 新增節點 $W^*$ 與邊 $E^*$ ，使修改後的全域圖滿足：

$$
W_0\prec_O W^*,
$$

且整體仍然一致？

這是更精確問題。

---

# 76. Graph Surgery

定義世界圖手術：

$$
\boxed{
\mathcal S_G:
\mathbb G_W
\rightarrow
\mathbb G_W'.
}
$$

加入：

- node；
- edge；
- cycle；
- branch；
- merge；
- SCC。

「創造母宇宙」就成為特定 graph surgery。

---

# 77. Upward Graph Surgery

若：

$$
W^*
$$

被加入後：

$$
W_0\prec_O W^*,
$$

稱：

$$
\boxed{
\mathcal S_G^\uparrow.
}
$$

問題變成：

$$
\operatorname{Legal}(
\mathcal S_G^\uparrow
)?
$$

而不是語義模糊的「造母宇宙」。

---

# 78. Legal World Update

定義：

$$
\boxed{
\operatorname{LegalUpdate}
(
\mathbb G_t,
\mathbb G_{t+1},
\Gamma_\Omega
).
}
$$

若圖修改：

- 保持局部規則；
- 滿足全域一致性；
- 不破壞必要 invariants；
- 有物理／計算實現路徑；

才叫合法。

---

# 79. Graph Surgery 可能改寫自己的過去描述

最有趣情況：

$$
\mathcal S_G^\uparrow
$$

建立一條回邊，

使原本：

$$
W_0\rightarrow W_1
$$

的 DAG 區域變成 SCC。

那麼：

$$
\boxed{
\text{new relation}
\rightarrow
\text{old hierarchy reclassification}.
}
$$

不是過去事件消失，

而是全域結構分類改變。

---

# 80. 歷史不被抹除

即使：

$$
\mathbb G_t
$$

後來變成：

$$
\mathbb G_{t+1},
$$

仍應保存：

$$
\boxed{
H_G
=
(
\mathbb G_0,
\mathbb G_1,
\ldots
).
}
$$

否則會把「後來形成循環」誤寫成「從來沒有方向」。

---

# 81. 動態世界圖

因此最完整狀態：

$$
\boxed{
\mathfrak G_W(t)
=
(
V_t,
E_t,
\Lambda_t,
\sim_t,
\Gamma_t,
H_t
).
}
$$

其中：

- $V_t$ ：世界節點；
- $E_t$ ：關係；
- $\Lambda_t$ ：邊類型；
- $\sim_t$ ：世界等價；
- $\Gamma_t$ ：合法性條件；
- $H_t$ ：歷史。

---

# 82. 這和動態不動點的真正接點

世界可能：

$$
\mathfrak G_t
\rightarrow
\mathfrak G_{t+1},
$$

但某些跨時 invariants：

$$
I(\mathfrak G_t)
=
I(\mathfrak G_{t+1})
$$

保持。

於是：

$$
\boxed{
\text{變又不變}
}
$$

可以在世界拓撲層得到一個具體 formal candidate。

---

# 83. Meta-Fixed Point

甚至可能：

$$
\mathfrak G_{t+1}
=
\Phi(\mathfrak G_t),
$$

而某個 equivalence class：

$$
[\mathfrak G]^*
$$

滿足：

$$
\boxed{
[\Phi(\mathfrak G^*)]
=
[\mathfrak G^*].
}
$$

這是比靜態世界 fixed point 更一般的動態固定點。

---

# 84. 不把它宣傳成宇宙真相

必須再次限制：

本文提出的是：

$$
\boxed{
\text{formal possibility space}.
}
$$

它不表示：

- 我們的宇宙有 parent；
- 我們處於 CTC；
- 宇宙自舉；
- 真實世界是 fixed point；
- 多重宇宙存在。

它只是說：

> 一旦討論世界生成，不應預先把可能關係壓成一棵樹。

---

# 85. 可證偽／可淘汰條件

WDG 框架若要有研究價值，需要能被壓縮或淘汰。

若證明所有有效世界生成模型皆可無損轉成：

$$
\text{tree / DAG}
$$

且循環、多 parent、不同 edge type 都無額外解釋力，

則：

$$
\boxed{
\text{WDG should collapse to a simpler model}.
}
$$

---

# 86. 模型比較

可定義：

$$
\boxed{
L(M)
=
C_{\mathrm{description}}
+
C_{\mathrm{prediction-error}}
+
C_{\mathrm{inconsistency}}.
}
$$

比較：

$$
M_{\mathrm{tree}},
\quad
M_{\mathrm{DAG}},
\quad
M_{\mathrm{WDG}}.
$$

若 WDG 只增加詞彙不增加解釋能力，就不該保留。

---

# 87. CPUGP 在 WDG 中的生存條件

CPUGP 對某個 induced subgraph：

$$
H\subseteq\mathbb G_W
$$

成立，若：

$$
\operatorname{SCC}(H)
$$

全為 singleton，

且生成／依賴對齊公理成立。

形式：

$$
\boxed{
\operatorname{Acyclic}(H)
\land
\Gamma_{\mathrm{CP}}
\Rightarrow
\neg G_\uparrow(H).
}
$$

---

# 88. CPUGP 的 component 版本

對 condensation graph：

$$
\widetilde G
=
\operatorname{Cond}(\mathbb G_W),
$$

仍可定義：

$$
\boxed{
\widetilde G_\downarrow
\not\Rightarrow
\widetilde G_\uparrow.
}
$$

所以原理沒有消失。

它只是升級到 component level。

---

# 89. 這解決了表面衝突

我們現在可以同時說：

$$
\boxed{
\text{母宇宙生成悖論成立}
}
$$

以及：

$$
\boxed{
\text{循環世界可能繞過它}.
}
$$

因為兩句使用不同 model class。

前者：

$$
\mathcal M_{\mathrm{DAG}}.
$$

後者：

$$
\mathcal M_{\mathrm{cyclic}}.
$$

沒有矛盾。

---

# 90. 真正的方法論

所以本系列不應問：

> 哪套敘事最神奇？

而應問：

$$
\boxed{
\text{哪個 relation 被假設？}
}
$$

$$
\boxed{
\text{哪條公理被移除？}
}
$$

$$
\boxed{
\text{新模型增加了什麼可檢驗內容？}
}
$$

---

# 91. 從「宇宙」轉向「世界圖」

這是前三篇第一次重大收斂：

第 1 篇：

$$
\Omega
$$

第 2 篇：

$$
G,\prec_O
$$

第 3 篇：

$$
\boxed{
\mathbb G_W^\Omega.
}
$$

因此後面可以不用每次重新爭論：

> 到底算不算一個宇宙？

我們只需要問：

> 它在世界圖中是什麼節點？具有什麼關係？

---

# 92. 這對虛擬世界也適用

假設未來有：

$$
W_{\mathrm{physical}},
W_{\mathrm{digital}},
W_{\mathrm{AI}},
W_{\mathrm{sim}}.
$$

它們可以形成：

$$
W_{\mathrm{physical}}
\rightarrow
W_{\mathrm{digital}}
\rightarrow
W_{\mathrm{AI}}
\rightarrow
W_{\mathrm{physical}}
$$

例如 AI 控制實體基礎設施，

實體基礎設施維持數位世界。

這已經是現實工程上可理解的 maintenance loop。

不需要先談時間旅行。

---

# 93. 主體性 AI 讓世界圖更重要

當 AI 只是工具時：

$$
H\rightarrow A.
$$

當 AI 成為持久智能體：

$$
H\leftrightarrow A
\leftrightarrow W.
$$

世界依賴開始包含：

- 認知；
- 經濟；
- 計算；
- 能源；
- 制度；
- 身體；
- substrate。

因此 WDG 不只是一個宇宙學模型。

也是未來文明系統模型。

---

# 94. 世界節點可以是多尺度

$$
V_W
$$

不必只包含「完整宇宙」。

也可以包含：

- civilization world；
- digital world；
- simulated domain；
- artificial ecology；
- physical pocket；
- causal region。

因此 World 在本文是技術角色。

不是宣稱每個節點都是宇宙學 universe。

---

# 95. Scale Map

定義：

$$
\boxed{
\sigma:V_W\rightarrow\mathcal S_{\mathrm{scale}}.
}
$$

標記：

- local；
- planetary；
- stellar；
- cosmological；
- simulated-global；
- meta-system。

這避免跨尺度偷換。

---

# 96. Dependency Strength

邊也可以帶權：

$$
\boxed{
w:E_W\rightarrow[0,1].
}
$$

例如：

$$
w_M(W_i,W_j)=0.8.
$$

表示高度 maintenance dependence。

這為未來「光譜量化」留下接口。

---

# 97. Dependency Vector

更一般：

$$
\boxed{
\mathbf d_{ij}
=
(
d_O,d_C,d_G,d_M,d_S,d_L,d_I,d_R
).
}
$$

所以世界關係不是：

$$
0/1.
$$

而是多維光譜。

這和我們前面「高階文明能力不是有／無」的觀點一致。

---

# 98. World Relation Tensor

多世界可以寫成：

$$
\boxed{
\mathcal D_{ij\lambda}(t).
}
$$

其中：

$$
i,j
$$

是世界，

$$
\lambda
$$

是關係類型。

這是 WDG 的張量化表示候選。

---

# 99. 動態速率接口

後續第 7、8 篇會問：

$$
\frac{d\mathcal D_{ij\lambda}}{d\tau}
$$

或：

$$
\frac{d\mathbb G_W}{d\lambda}.
$$

也就是：

> 世界之間依賴關係本身以多快速度重組？

所以第 3 篇其實也是後面「路徑速率」的拓撲地基。

---

# 100. 最後結論

本文把：

$$
\boxed{
\text{母宇宙／子宇宙}
}
$$

從基本本體降格為：

$$
\boxed{
\text{World Dependency Graph 上的局部關係語言}.
}
$$

一般世界系統應先寫：

$$
\boxed{
\mathbb G_W=(V_W,E_W,\Lambda,\ell).
}
$$

若含 cycle：

$$
\operatorname{SCC}(\mathbb G_W)
$$

把互相可達的世界收斂為 component。

再建立：

$$
\boxed{
\operatorname{Cond}(\mathbb G_W),
}
$$

得到更高階 DAG。

因此最重要的新結果是：

$$
\boxed{
\text{Local Cyclicity}
\not\Rightarrow
\text{Global Orderlessness}.
}
$$

同時：

$$
\boxed{
\text{Local Parent Order}
\not\Rightarrow
\text{Global Ontological Order}.
}
$$

以及：

$$
\boxed{
\text{Self-Consistent World Loop}
\neq
\text{Creation Ex Nihilo}.
}
$$

真正的循環世界問題不再是：

> 誰第一？

而是：

$$
\boxed{
\exists\mathcal C^*
:
F_\Omega(\mathcal C^*)=\mathcal C^*
\land
\mathcal C^*\models\Gamma_\Omega
\ ?
}
$$

即：

> **是否存在一個合法、可實現、穩定而全域自洽的世界固定點元件？**

這才是把「自舉宇宙」從語義奇觀轉成可形式化問題的起點。

---

# 101. 下一篇

## 《能力不是終點：可實現狀態空間與文明問題空間的共同膨脹》

下一篇離開母宇宙本體論，回到我們在大量不同問題中反覆遇到的結構：

$$
\boxed{
\text{解決限制}
\rightarrow
\text{增加自由度}
\rightarrow
\text{擴張可實現狀態}
\rightarrow
\text{生成新問題空間}.
}
$$

我們將正式定義：

$$
\mathcal R_t,
\quad
\mathcal Q_t,
\quad
\Delta\mathcal R,
\quad
\Delta\mathcal Q,
$$

並研究：

$$
\boxed{
\frac{d|\mathcal Q_{\mathrm{meaningful}}|}{dC}
}
$$

何時為正、何時會飽和、何時能力提升反而使問題空間縮小。

---

# 參考文獻

1. Tarjan, R. E. **Depth-First Search and Linear Graph Algorithms.** SIAM Journal on Computing 1(2), 146–160, 1972.
2. Cormen, T. H., Leiserson, C. E., Rivest, R. L., & Stein, C. **Introduction to Algorithms.** MIT Press.
3. Lobo, F. S. N. **Closed Timelike Curves and Causality Violation.** arXiv:1008.1127, 2010.
4. Luminet, J.-P. **Closed Timelike Curves, Singularities and Causality: A Survey from Gödel to Chronological Protection.** arXiv:2101.08592, 2021.
5. Arntzenius, F. & Maudlin, T. **Time Travel and Modern Physics.** Stanford Encyclopedia of Philosophy.
6. Deutsch, D. **Quantum Mechanics Near Closed Timelike Lines.** Physical Review D 44, 3197–3217, 1991.
7. Pegg, D. T. **Quantum Mechanics and the Time Travel Paradox.** arXiv:quant-ph/0506141, 2005.
8. Neo.K / Aletheia. **全域系統世界：從物理宇宙到類終極世界的廣義定義.** GSWUE 01, 2026.
9. Neo.K / Aletheia. **子宇宙可以被創造，母宇宙卻不能由此推出：條件性母宇宙生成悖論.** GSWUE 02, 2026.

---

## 版本註記

v0.1：建立 World Dependency Graph（WDG）、多關係標籤、SCC 世界元件、condensation DAG、World Fixed-Point Component（WFPC）、五類循環、World Component Order、graph surgery、LegalUpdate、動態 WDG、world genealogy / dependency 分離、world relation tensor 與 CPUGP component-level 版本。本文不主張真實宇宙存在 CTC、自舉或多重宇宙，而提供一個比母子樹更一般的世界依賴形式框架。
