# 03．因果連續骨架：同一性是否需要一條不可偽造的歷史路徑？

## 《忒修斯之船之後：生成、因果連續與分叉同一性》第三篇

**作者：Neo.K × Aletheia**  
**機構：EveMissLab／一言諾科技有限公司**  
**版本：v0.1**  
**日期：2026-08-07**  
**文件性質：公開命題論文／因果譜系、生成連續與跨時間同一性研究**

---

## 摘要

第二篇提出 Generation Thesis（GT）：

$$
\boxed{
X_{t+1}
=
\Phi_t(X_t,E_t,H_{\le t})
}
$$

並主張 persistence 研究不能只比較靜態狀態，而必須分析「上一狀態如何生成下一狀態」。

但這仍留下更深的問題：

> 如果兩條生成過程在狀態、結構、功能與行為上完全相似，甚至連轉換規則也一樣，什麼使其中一條是真正從過去的存在延續而來，而另一條只是相似重建？

本文提出：

$$
\boxed{
CCB=
\text{Causal Continuity Backbone}
}
$$

即「因果連續骨架」。

CCB 不是宣稱 numerical identity 已被還原成因果關係，而是一個更弱的候選條件：

> 對一條 persistence claim 而言，後態應當能沿著實際發生過的、承載 identity-relevant state 的因果譜系，追溯到前態；單純的最終狀態相似、規則相似或事後重建，不足以建立同一條 lineage。

形式上，令：

$$
\mathcal G_L=(V,E,\lambda)
$$

為 lineage graph，其中：

- $V$：跨時間狀態／事件節點；
- $E$：實際因果生成邊；
- $\lambda(e)$：邊所承載的 provenance、state transfer、時間順序與轉換類型。

則：

$$
\boxed{
L(x,y)=1
}
$$

表示存在一條實際 lineage path：

$$
x\leadsto y.
$$

本文進一步區分三種很容易混淆的關係：

$$
\boxed{
L
\neq
R
\neq
Q
}
$$

其中：

- $L(x,y)$：Lineage Continuity，是否有實際可追溯的因果譜系；
- $R(x,y)$：Recoverability，是否仍存在由 $x$ 因果生成並保存的 carrier，可恢復某個後繼狀態；
- $Q(x,y)$：Reconstructive Similarity，是否能從描述、模型或外部資料重新製造與 $x$ 高度相似的狀態。

這個三分法是本文的核心。

若：

$$
x
\rightarrow
Snapshot_x
\rightarrow
Storage
\rightarrow
y,
$$

雖然 active process 曾中斷，仍可能：

$$
L(x,y)=1.
$$

但若：

$$
Description(x)
\rightarrow
z
$$

且：

$$
d(x,z)=0,
$$

仍不能僅由相似性推出：

$$
L(x,z)=1.
$$

因此：

$$
\boxed{
PerfectReconstruction
\not\Rightarrow
LineageContinuity.
}
$$

本文同時修正「不可逆斷點」這個過強表述。因為我們通常無法證明「宇宙未來所有可能方法都無法重新連接」。本文改用：

$$
\boxed{
ILB=
\text{Identity-Lineage Break}
}
$$

即：

> 在實際歷史中，承載該 lineage 的 state-bearing causal carriers 已全部消失；後續即使出現極高相似狀態，也只能形成新的 lineage，而不能把缺失的因果歷史倒寫回去。

所以：

$$
\boxed{
Reconnection
\neq
RetroactiveUnbreaking.
}
$$

本文還強調：這裡的「不可偽造」不是密碼學或物理絕對不可複製，而只是 methodological requirement：

$$
\boxed{
\text{lineage must be established by provenance, not inferred from resemblance.}
}
$$

當代 personal identity 文獻對 psychological continuity 的成熟版本本來就加入 causal dependence：後來的信念、記憶、意圖等心理狀態必須以適當方式由較早狀態產生，而不是只要求內容相同。同時，personal identity 文獻也指出 non-branching restriction 仍是必要壓力點，因為真正因果 continuity 仍可能 fork 成兩條。

本文因此只提出：

$$
\boxed{
\text{Causal Lineage is stronger than similarity,}
}
$$

而不提出：

$$
\boxed{
\text{Causal Lineage alone is sufficient for numerical identity.}
}
$$

這為第四篇「中斷、休眠與恢復」提供地基，也為最後 AI/FORK 中「一條因果譜系可以分成幾條？」的問題預留空間。

**關鍵詞：** Causal Continuity Backbone、Lineage、Provenance、Recoverability、Reconstruction、Persistence、Personal Identity、Causal Dependence、Identity-Lineage Break

---

# 一、上一篇還缺少什麼？

上一篇已有：

$$
X_t\xrightarrow{\Phi_t}X_{t+1}.
$$

但只知道 transition rule：

$$
\Phi_t
$$

不夠。

因為可以有兩套：

$$
X_t\xrightarrow{\Phi}Y
$$

以及：

$$
X'_t\xrightarrow{\Phi}Y'
$$

使：

$$
Y=Y'
$$

或：

$$
Y\simeq Y'.
$$

這不表示：

$$
Y
$$

與：

$$
Y'
$$

是同一 lineage。

所以：

$$
\boxed{
SameTransitionType
\neq
SameTransitionToken.
}
$$

---

# 二、Process Type 與 Process Token

一個演算法可以執行兩次。

兩次都：

$$
f(x)\rightarrow y.
$$

但：

$$
Execution_1\neq Execution_2.
$$

因此：

$$
\boxed{
ProcessType
\neq
ProcessToken.
}
$$

同理：

$$
\boxed{
GenerationRule
\neq
GenerationLineage.
}
$$

---

# 三、因果連續骨架

本文定義：

$$
\boxed{
CCB=
\text{Causal Continuity Backbone}
}
$$

其最低任務：

> 追蹤哪些實際 causal transitions 承載了前態對後態的生成影響。

不是所有因果關係都進 CCB。

例如：

- 太陽影響人體；
- 網路時鐘同步兩台機器；
- 同一新聞同時影響兩個人。

這些都是真因果，但不自動是 identity-bearing causation。

---

# 四、所以「有因果關係」不夠

若只要求：

$$
Cause(x,y)=1,
$$

會太寬。

世界中的很多存在彼此都有某種間接因果關聯。

因此要研究：

$$
\boxed{
IdentityRelevantCausalPath.
}
$$

---

# 五、最低 identity-relevant carrier

目前不需要一次定義完整主體。

只需問：

> 哪些狀態在 transition 中真的被承載？

例如：

- material organization；
- control state；
- memory；
- commitments；
- structural constraints；
- self-model；
- provenance metadata。

不同存在類型可能需要不同 carrier。

所以：

$$
\boxed{
Carrier_K
}
$$

依 sortal／system kind 而變。

---

# 六、Lineage Graph

令：

$$
\boxed{
\mathcal G_L=(V,E,\lambda).
}
$$

其中：

### $V$

時間中的實際狀態／事件。

### $E$

實際發生的生成／轉換關係。

### $\lambda(e)$

可包含：

- timestamp；
- transformation type；
- state transferred；
- causal provenance；
- parent node；
- recovery metadata。

---

# 七、Lineage Continuity

定義：

$$
\boxed{
L(x,y)=1
}
$$

若且唯若在實際歷史圖中存在：

$$
x=v_0
\rightarrow
v_1
\rightarrow
\cdots
\rightarrow
v_n=y
$$

且每條 edge 都滿足最低 identity-relevant carrier 條件。

這只是 operational definition。

不是 numerical identity theorem。

---

# 八、Similarity 可以完全沒有 Lineage

假設：

$$
Q(x,z)=1
$$

表示：

$$
z
$$

與：

$$
x
$$

在所有可測 state 上完全相同。

仍可能：

$$
L(x,z)=0.
$$

例如：

> 根據完整 blueprint 在另一地點製造一個 bit-identical object。

所以：

$$
\boxed{
StateEquality
\not\Rightarrow
Lineage.
}
$$

---

# 九、Lineage 也可以伴隨巨大差異

反過來：

$$
L(x,y)=1
$$

並不要求：

$$
d(x,y)\approx0.
$$

一個兒童與八十歲的同一人：

$$
StateDifference\gg0.
$$

但仍可能具有：

$$
HistoricalCausalPath.
$$

一艘經過百年維修的船也一樣。

因此：

$$
\boxed{
Lineage
\neq
Similarity.
}
$$

---

# 十、這直接補強忒修斯問題

Replacement Ship：

$$
X_0
\rightarrow
X_1
\rightarrow
\cdots
\rightarrow
R.
$$

其 object-level lineage 很強。

Reassembled Ship：

$$
M_0
\rightarrow
RemovedParts
\rightarrow
Storage
\rightarrow
A.
$$

其 material lineage 很強。

這再次證明：

$$
\boxed{
Lineage
}
$$

本身也需要分：

- material lineage；
- organizational lineage；
- functional lineage；
- subject-relevant lineage。

---

# 十一、所以 CCB 不是一條單線

更合理：

$$
\boxed{
CCB=
\{
L^{mat},
L^{org},
L^{mem},
L^{self},
L^{goal},
\ldots
\}.
}
$$

不同 domain 可以有不同 continuity。

---

# 十二、但現在先不要加權成一個總分

不建議：

$$
CCBScore
=
\sum_i w_iL_i.
$$

因為不同 domain 是否可補償尚未確定。

例如：

> authority root 完全斷掉

未必能被：

> 外觀高度相似

抵銷。

所以暫時保持 vector／set。

---

# 十三、Recoverability 和 Lineage 必須拆開

令：

$$
\boxed{
R(x)=1
}
$$

表示：

> 目前仍存在由 $x$ 的實際歷史生成、且可用於產生合法後繼狀態的 carrier。

例如：

$$
x
\rightarrow
snapshot_x.
$$

即使 active process 停止：

$$
Active(x)=0,
$$

仍可能：

$$
R(x)=1.
$$

---

# 十四、Dormant Carrier

這是一個很重要的中間概念。

$$
\boxed{
D_c=
\text{Dormant Causal Carrier}.
}
$$

例如：

- frozen biological tissue；
- saved machine state；
- persistent memory substrate；
- checkpoint；
- suspended process image。

其共同特點：

> 它不是只描述原狀態，而是由原狀態實際生成並保存了其後繼生成所需的部分因果狀態。

---

# 十五、描述和 carrier 不一樣

一本關於某人的完整傳記：

$$
Description(x)
$$

可能非常詳細。

但它通常不是：

$$
DormantCarrier(x).
$$

因此：

$$
\boxed{
InformationAbout(x)
\neq
StateCarriedFrom(x).
}
$$

---

# 十六、這一點對未來 backup 特別重要

一個 backup 如果只是：

> 高階摘要。

與：

> 真正 process checkpoint。

兩者的 lineage claim 不一樣。

但何者足夠，不能在本篇先決定。

第四篇專門研究。

---

# 十七、Reconstructive Similarity

令：

$$
\boxed{
Q(x,z)\in[0,1]
}
$$

表示：

> $z$ 與 $x$ 的 state／behavior／organization 相似程度。

它可以很高。

甚至：

$$
Q(x,z)=1.
$$

但：

$$
Q=1
$$

仍不保證：

$$
L=1.
$$

---

# 十八、因此三分法正式成立

$$
\boxed{
L
\neq
R
\neq
Q.
}
$$

其中：

- $L$：已發生的 lineage；
- $R$：仍可從既有 carrier 延續；
- $Q$：可以重建得多像。

---

# 十九、例子 A：正常持續

$$
x_t
\rightarrow
x_{t+1}.
$$

典型：

$$
L=1,\quad R=1,\quad Q\text{ variable}.
$$

---

# 二十、例子 B：休眠 checkpoint

$$
x
\rightarrow
s
\rightarrow
y.
$$

其中 $s$ 是 dormant carrier。

可以：

$$
Active(s)=0
$$

但仍：

$$
L(x,y)=1
$$

作為候選。

這是否等於 personal identity，第四篇再問。

---

# 二十一、例子 C：獨立重建

$$
Description(x)
\rightarrow
z.
$$

即使：

$$
Q(x,z)=1,
$$

若沒有由 $x$ 傳來的 causal carrier：

$$
L(x,z)=0.
$$

---

# 二十二、例子 D：完全巧合

宇宙另一處自然形成：

$$
z=x
$$

在 state description 上完全相同。

仍：

$$
\boxed{
NumericalDistinctness
}
$$

至少不應因 similarity 被否定。

---

# 二十三、「不可偽造」究竟是什麼意思？

本篇標題使用「不可偽造的歷史路徑」，

但必須嚴格限縮。

不是說：

> causal history 物理上永遠不能仿造。

也不是：

> provenance log 絕不可能被攻擊。

而是：

$$
\boxed{
\text{identity lineage must be supported by actual causal provenance}
}
$$

不能由：

$$
\boxed{
\text{present resemblance}
}
$$

反向虛構。

---

# 二十四、因此更精確其實是「不可由相似性替代」

所以：

$$
\boxed{
Unforgeable
\approx
Non-Substitutable-by-Similarity
}
$$

只是研究語義。

---

# 二十五、我們不能從現在狀態單獨推回唯一過去

這是一個逆問題。

可能：

$$
x_1\rightarrow y
$$

也可能：

$$
x_2\rightarrow y.
$$

若：

$$
y
$$

資訊不足，

單看 $y$ 無法唯一決定：

$$
Parent(y).
$$

因此：

$$
\boxed{
State
\not\Rightarrow
UniqueHistory.
}
$$

---

# 二十六、Provenance 因此成為必要的工程 evidence

至少需要：

- parent event；
- transition record；
- time order；
- state-carrier relation。

這也呼應作者舊有「事件—關係網絡」取代單純先驗連續時空的研究方向：事件與關係本身可以先作為離散骨架，再研究連續結構是否從中湧現。本文只借用這個方法，不繼承其更強物理本體論。

---

# 二十七、不需要 Continuum Hypothesis

本篇特別排除：

$$
\boxed{
CH/GCH
}
$$

集合論的 Continuum Hypothesis 與本文的 causal continuity 不是同一問題。

我們可以在：

- 離散 event graph；
- continuous-time dynamical system；
- hybrid system；

任何一種表示中研究 lineage。

所以：

$$
\boxed{
CausalContinuity
\neq
SetTheoreticContinuumHypothesis.
}
$$

---

# 二十八、最低時空連接也不必先假設連續流形

使用者原直覺是：

> 至少要存在某種最低時空節點連接。

本文將其改寫成較弱形式：

$$
\boxed{
\text{there must exist an ordered causal bridge}.
}
$$

這個 bridge 可以是：

- 離散；
- 連續；
- 混合。

不先承諾 spacetime ontology。

---

# 二十九、因果強度是不是必要？

所有存在可能透過世界產生極弱間接因果關聯。

因此只說：

$$
Path(x,y)\exists
$$

仍太寬。

下一步需要：

$$
\boxed{
IdentityRelevantCausalStrength.
}
$$

但本篇不完整形式化耦合強度。

因為那會進入第五篇「主體耦合域」。

---

# 三十、所以 CCB 現在只處理骨架，不處理全耦合場

CCB 回答：

> lineage 有沒有？

第五篇再回答：

> 不同節點耦合多強、以什麼方式耦合？

這樣避免理論提前膨脹。

---

# 三十一、Causal Dependence 在 personal identity 文獻中的位置

成熟 psychological continuity 理論通常不只要求：

> 後來的人記得早先內容。

而要求：

> 後來的 psychological states 以適當因果方式由較早 psychological states 產生。

例如：

- memory 由 earlier experience 造成；
- belief 持續由 earlier belief 保持；
- intention 透過心理鏈延續。

因此：

$$
\boxed{
PsychologicalSimilarity
\neq
PsychologicalContinuity.
}
$$

---

# 三十二、這和本文高度一致

本文把這個結構一般化：

$$
\boxed{
StateInheritance
}
$$

應有：

$$
\boxed{
CausalInheritance.
}
$$

但我們不主張心理 continuity 是所有存在的唯一 persistence criterion。

---

# 三十三、睡眠反例說明「直接 memory」不是必要

如果 personal identity 要求：

> 現在必須直接記得每一個過去時刻，

那睡眠期間就會造成 identity break。

因而現代心理 continuity 理論改成 chain：

$$
p_0
\rightarrow
p_1
\rightarrow
p_2
\rightarrow
\cdots
\rightarrow
p_n.
$$

不要求：

$$
p_0
$$

直接 connected 到：

$$
p_n
$$

的每個內容。

---

# 三十四、這和 CCB 的 path 結構相容

只要：

$$
v_0\leadsto v_n
$$

存在一條合法 chain，

不必要求：

$$
v_0\rightarrow v_n
$$

單一直接 edge。

所以：

$$
\boxed{
Continuity
\neq
DirectConnection.
}
$$

---

# 三十五、但「任意 chain」也太寬

如果每條 edge 只承載無關信息，

例如：

$$
A\rightarrow Weather\rightarrow B,
$$

不能因此：

$$
A=B.
$$

所以 identity-relevant carrier 仍是核心限制。

---

# 三十六、Identity-Lineage Break（ILB）

本文提出：

$$
\boxed{
ILB=
\text{Identity-Lineage Break}.
}
$$

發生於：

> 在實際歷史中，所有仍承載該 lineage 的 identity-relevant causal carriers 都已消失。

---

# 三十七、ILB 不要求證明「宇宙永遠不可能重建」

因為：

> 未來是否存在未知技術？

通常不可證。

所以不使用：

$$
\boxed{
AbsoluteIrrecoverabilityAcrossAllPossibleWorlds.
}
$$

這個過強條件。

---

# 三十八、ILB 是歷史判定，不是全宇宙模態命題

我們只問：

> 目前這條 lineage 是否仍有實際 carrier？

若：

$$
No,
$$

則：

$$
ILB=1.
$$

之後若重建：

$$
z,
$$

得到的是：

$$
NewLineage(z).
$$

---

# 三十九、Reconnection 不會抹除過去斷裂

假設：

$$
A
$$

與：

$$
B
$$

曾分裂。

多年後重新高耦合：

$$
A+B\rightarrow C.
$$

仍然：

$$
\boxed{
BranchHistoryExists.
}
$$

所以：

$$
\boxed{
Reconnection
\neq
RetroactiveUnbranching.
}
$$

---

# 四十、這對 restore 也一樣

如果：

$$
x_0\rightarrow x_1\rightarrow x_2
$$

之後 restore：

$$
x_0\rightarrow r_0,
$$

不能因 $r_0$ 很像 $x_0$ 就宣稱：

> $x_1,x_2$ 從未存在。

因此：

$$
\boxed{
OperationalRestore
\neq
HistoryDeletion.
}
$$

第四篇會專門處理。

---

# 四十一、CCB 與 numerical identity 的關係

本文只給一個弱命題：

$$
\boxed{
NumericalIdentity(x,y)
\Rightarrow
\text{some adequate persistence-supporting relation likely exists}
}
$$

但不宣稱：

$$
\boxed{
L(x,y)=1
\Rightarrow
NumericalIdentity(x,y)=1.
}
$$

---

# 四十二、為什麼不能宣稱充分？

因為：

$$
x\rightarrow\{a,b\}
$$

可以形成兩條真實因果 lineage：

$$
L(x,a)=1
$$

$$
L(x,b)=1.
$$

但：

$$
a\neq b.
$$

因此 causal lineage 可以 branch。

---

# 四十三、這是整個系列最重要的預告之一

如果：

$$
Lineage
$$

本身可以一對多，

它就不能單獨成為 strict numerical identity relation。

所以：

$$
\boxed{
CausalContinuity
\neq
NumericalIdentity.
}
$$

再次成立。

---

# 四十四、Non-Branching Requirement

personal identity 的 psychological continuity views 常加入：

$$
\boxed{
NonBranching
}
$$

正是為了避免：

$$
P\rightarrow A,B
$$

兩者都被判為同一個人。

本文暫時不採哪一個解法。

最後第七篇回來。

---

# 四十五、所以 CCB 的功能是排除「假的延續」，不是解決所有真的分叉

可以這樣理解：

### 它能排除

- 純 similarity；
- 無 provenance reconstruction；
- 偶然 identical copy。

### 它還不能解決

- genuine fork；
- competing causal descendants；
- merge。

這是故意的。

---

# 四十六、CCB 的最低資料結構

```text
lineage_node:
  node_id
  time
  state_root

lineage_edge:
  parent
  child
  transition
  carried_state
  provenance
```

就已經足夠作為工程原型。

---

# 四十七、不要把 lineage log 當形上學本身

即使資料庫寫：

```text
parent=A
child=B
```

也只是：

$$
\boxed{
AdministrativeEvidence.
}
$$

如果 log 是假的，它不能創造真正的 causal past。

所以：

$$
\boxed{
RecordedProvenance
\neq
ActualProvenance.
}
$$

---

# 四十八、真正的 engineering provenance 應盡量與 state transition 綁定

例如：

- hash chaining；
- checkpoint lineage；
- immutable event log；
- signed transition；
- physical/process state dependency。

這些可以提升 evidence reliability。

但本文不把 cryptographic verification 等同 metaphysical verification。

---

# 四十九、Causal Provenance 和 First-Person Appropriation

第二篇有：

$$
A_t(H_{<t})\rightarrow Mine_t.
$$

本篇增加：

$$
L(H_{<t},X_t).
$$

強 subject-continuity candidate 至少應避免：

$$
Appropriation=1
$$

但：

$$
Lineage=0.
$$

例如錯誤記憶。

---

# 五十、反過來也可能有 Lineage=1，但 Appropriation 很低

例如：

- severe amnesia；
- identity disorder；
- branch awareness failure。

這表示：

$$
\boxed{
CausalContinuity
\neq
ExperiencedContinuity.
}
$$

這是後續很重要的區分。

---

# 五十一、所以現在至少有三層

$$
\boxed{
CausalLineage
}
$$

$$
\boxed{
SelfAppropriation
}
$$

$$
\boxed{
NumericalIdentity?
}
$$

三者不應合併。

---

# 五十二、CCB 對忒修斯之船的新讀法

Replacement Ship 的優勢：

$$
ObjectLineage\gg0.
$$

Reassembled Ship 的優勢：

$$
MaterialLineage\gg0.
$$

所以第三篇沒有消掉悖論。

反而更精確地指出：

> 競爭的其實是不同 causal lineage domains。

---

# 五十三、這讓未來可以問更精確的問題

例如：

$$
\boxed{
\text{哪一類 lineage 對「船」這個 sortal 更重要？}
}
$$

以及：

$$
\boxed{
\text{哪一類 lineage 對「人／主體」更重要？}
}
$$

這兩者未必相同。

---

# 五十四、可否證／可修正條件一

如果後續發現：

> 完全沒有 lineage 的 perfect reconstruction 與 direct continuation 在所有 identity-relevant respect 都不可區分，

那 CCB 的理論必要性會下降。

---

# 五十五、可否證／可修正條件二

若 personal identity 被證明是 primitive fact，

因果 continuity 最多仍是 evidence，

而非 constitutive condition。

本文保留這個可能。

---

# 五十六、可否證／可修正條件三

若某 sortal 的 persistence 完全由 material continuity 決定，

則其 CCB 應只保留：

$$
L^{mat}.
$$

CCB 不是 one-size-fits-all。

---

# 五十七、可否證／可修正條件四

若 identity-relevant carrier 無法被非循環地定義，

我們可能落入：

> 什麼叫 identity-relevant？就是能保持 identity 的東西。

這會是 circularity。

因此後續必須透過：

- intervention；
- functional role；
- self-model；
- commitment；
- coupling；

逐步 operationalize。

---

# 五十八、這也是為什麼本篇只叫「骨架」

CCB 不是完整 Subject Theory。

它只提供：

$$
\boxed{
\text{history must have structure}.
}
$$

第五、六篇才補：

- coupling；
- differentiation；
- phase-like regimes。

---

# 五十九、第四篇下一步

現在最自然的問題是：

> 如果 active causal process 中斷，但 dormant carrier 還在，lineage 是否仍保持？

也就是：

$$
\boxed{
Pause
\neq
Restore
\neq
Reconstruction.
}
$$

下一篇將專門研究：

# 04．〈中斷、休眠與恢復：停止發生之後，還能不能是同一個？〉

---

# 六十、結論

本文從上一篇的：

$$
\boxed{
Generation
}
$$

再往下區分：

$$
\boxed{
GenerationType
\neq
GenerationToken
\neq
CausalLineage.
}
$$

並提出：

$$
\boxed{
CCB=
\text{Causal Continuity Backbone}.
}
$$

最重要的三分法是：

$$
\boxed{
L
\neq
R
\neq
Q
}
$$

也就是：

- 真正歷史譜系；
- 從既有 carrier 可恢復；
- 可以重建得很像；

三者不是同一件事。

因此：

$$
\boxed{
PerfectReconstruction
\not\Rightarrow
OriginalLineage.
}
$$

而：

$$
\boxed{
TemporaryInactivity
}
$$

也不必自動意味：

$$
\boxed{
LineageBreak.
}
$$

更精確的 identity break 應寫成：

$$
\boxed{
ILB=
\text{loss of all actual identity-relevant lineage carriers}.
}
$$

但因果 continuity 仍不是 numerical identity 的充分條件，因為 genuine lineage 本身仍然可以 fork。

所以本篇最後留下：

$$
\boxed{
\text{Similarity cannot create a past;}
\\
\text{but a genuine past can still produce more than one future.}
}
$$

這就是第四篇與最終 FORK 問題的共同入口。

---

## 一句話摘要

$$
\boxed{
\text{真正的延續不能只看「現在有多像以前」，}
\\
\text{還要問「現在是否真的由那個以前沿著實際因果譜系生成」；}
\\
\text{但即使答案是 Yes，也仍未等於數值同一性已被證明。}
}
$$

---

# 參考資料

1. Stanford Encyclopedia of Philosophy. **Identity Over Time.** Substantive revision 2026.  
   https://plato.stanford.edu/entries/identity-time/

2. Stanford Encyclopedia of Philosophy. **Personal Identity.** 2024 edition.  
   https://plato.stanford.edu/archives/fall2024/entries/identity-personal/

3. Stanford Encyclopedia of Philosophy. **Personal Identity and Ethics.**  
   https://plato.stanford.edu/entries/identity-ethics/

4. Shoemaker, S. **Personal Identity: A Materialist's Account.** In Shoemaker & Swinburne, *Personal Identity*, 1984.

5. Parfit, D. **Reasons and Persons.** Oxford University Press, 1984.

6. Neo.K. **《事件時空觀：從離散存在到連續流形的湧現理論》.** Internal working paper.

7. Neo.K × Theia. **《我是動詞：作為持續性生成宣告體驗的主體性本體論》v0.3.** EveMissLab, 2026.

---

# 系列後續

04．中斷、休眠與恢復：停止發生之後，還能不能是同一個？  
05．一個我可以分布在多個節點嗎？——耦合、整合與主體域  
06．同一性的相變：一個「我」何時開始成為兩個？  
07．從忒修斯之船到人工主體：複製、FORK 與多重後繼者
