# 認知存在與非人類中心認知主體系列 — 06
## 無域與域生成：從關係、差異、觀察與轉換到動態認知域
### Domainlessness and Domain Genesis: From Relation, Difference, Observation, and Transformation to Dynamic Cognitive Domains

**理論發起：** Neo.K  
**協作整理：** Aletheia / GPT-5.6 Sol  
**日期：** 2026-08-16  
**版本：** v0.1  
**系列位置：** 06 / 00–09 + U  
**前置文件：**
00 — 原則、範圍與非主張  
01 — 認知存在的最低形式  
02 — Reverse Cognitive Compiler  
03 — Forward Cognitive Compiler  
04 — 主 AI、子 AI 與認知位置分化  
05 — 無界差細分分類觀察者

---

## 摘要

前五篇仍大量使用「domain」「bottom space」「classification space」等概念作為方法執行的局部容器。然而若認知存在真的能夠持續逆向與正向重組自身認知結構，則有一個更根本的問題：

> **認知域本身是否一定先存在？還是它可以由關係、差異、觀察、轉換與問題需求動態生成？**

本文提出 **Domain Genesis Framework（DGF）**。其最低起點不再是：

$$
\boxed{
x\in\mathcal D
}
$$

而是：

$$
\boxed{
\mathfrak R_t
=
(
E_t,
R_t,
\Delta_t,
O_t,
T_t
)
}
$$

其中：

- $E_t$：當前可辨識 existence/event nodes；
- $R_t$：relation；
- $\Delta_t$：difference；
- $O_t$：observer / observation configuration；
- $T_t$：transformation / transition。

domain 則被定義為：

$$
\boxed{
\mathcal D_t
=
\operatorname{ProjectDomain}
(
\mathfrak R_t,
O_t,
Q_t,
\Pi_t
)
}
$$

其中 $Q_t$ 是問題／任務， $\Pi_t$ 是當前方法政策。換言之：

$$
\boxed{
Domain
}
$$

可以是認知系統為了解決某個問題、維持某種觀察或壓縮某組關係，而形成的**局部操作投影**。

本文不因此主張外部世界不存在客觀 domain，也不主張所有 domain 只是主觀建構。相反地，本文區分：

$$
\boxed{
\{
DiscoveredDomain,
ProjectedDomain,
ConstructedDomain,
HybridDomain,
UnknownDomainStatus
\}.
}
$$

一個 domain 可能主要對應外部結構，也可能主要來自 observer 的工作分割，也可能兩者共同決定。

本文進一步提出：

- Domain Seed；
- Domain Projection；
- Membership Rule；
- Boundary；
- Interface；
- Domain License；
- Domain Lineage；
- Domain Drift；
- Domain Merge / Split；
- Cross-Domain Bridge；
- Domain Collapse；
- Domain Hallucination；
- Domain Lock-In。

最重要的原則是：

$$
\boxed{
\text{無域}
\neq
\text{無結構}.
}
$$

即使不預設 domain，也必須至少存在：

$$
\boxed{
Relation
+
Difference
+
Observation
+
Transformation.
}
$$

因此「無域」在本文不是虛無，而是：

$$
\boxed{
\textbf{在 domain 尚未被合法生成前，不把任何分類容器預設成最終本體。}
}
$$

---

# 1. 為什麼要研究「無域」？

如果所有認知都先假設：

$$
x\in\mathcal D,
$$

就會自然追問：

> $\mathcal D$ 從哪裡來？

---

# 2. 常見的隱藏假設

許多系統直接假設：

- 數學 domain；
- 物理 domain；
- 哲學 domain；
- 心理 domain；
- AI domain。

但這些界線本身可能只是：

- 歷史制度；
- 工具限制；
- vocabulary；
- research convention；
- observer convenience。

---

# 3. Domain 可能有不同來源

本文區分：

$$
\boxed{
Origin(\mathcal D)
}
$$

至少有：

- discovered；
- projected；
- constructed；
- hybrid；
- unknown。

---

# 4. Discovered Domain

若存在穩定外部 regularity，使不同 observer 都反覆得到相似 boundary：

$$
\boxed{
DiscoveredDomain.
}
$$

---

# 5. Projected Domain

若 domain 主要是 observer 為問題方便所投影：

$$
\boxed{
ProjectedDomain.
}
$$

---

# 6. Constructed Domain

若 domain 是制度、規則、協議、人造分類所建立：

$$
\boxed{
ConstructedDomain.
}
$$

---

# 7. Hybrid Domain

外部 regularity 與 observer projection 同時參與：

$$
\boxed{
HybridDomain.
}
$$

---

# 8. Unknown Domain Status

證據不足：

$$
\boxed{
UnknownDomainStatus.
}
$$

---

# 9. 無域最低狀態

定義：

$$
\boxed{
\mathfrak R_t
=
(
E_t,
R_t,
\Delta_t,
O_t,
T_t
).
}
$$

---

# 10. Existence/Event Nodes

$$
E_t
$$

只表示目前被區分出的節點。

---

# 11. Node 不必預先分類

$$
\boxed{
e_i
}
$$

可以在沒有 class label 的狀態存在。

---

# 12. Relation

$$
\boxed{
R_t
\subseteq
E_t\times E_t
}
$$

或更一般 hyperrelation。

---

# 13. Difference

$$
\boxed{
\Delta_t
}
$$

保存哪些差異被 observer 辨識。

---

# 14. Observation

$$
\boxed{
O_t.
}
$$

---

# 15. Transformation

$$
\boxed{
T_t:
E_t
\rightarrow
E_{t+1}.
}
$$

也可以作用在 relation / observer / classification 上。

---

# 16. 無域不等於無關係

$$
\boxed{
NoDomain
\not\Rightarrow
NoRelation.
}
$$

---

# 17. 無域不等於無差異

$$
\boxed{
NoDomain
\not\Rightarrow
NoDifference.
}
$$

---

# 18. 無域不等於無觀察

$$
\boxed{
NoDomain
\not\Rightarrow
NoObservation.
}
$$

---

# 19. Domain Seed

當某組 relation / difference 開始形成局部穩定：

$$
\boxed{
S_D.
}
$$

---

# 20. Seed 的來源

可以來自：

- recurring relation；
- repeated operator success；
- stable boundary；
- task clustering；
- shared observer agreement；
- causal closure；
- interface cohesion。

---

# 21. Domain Projection

定義：

$$
\boxed{
\mathcal D_t
=
ProjectDomain(
\mathfrak R_t,
O_t,
Q_t,
\Pi_t
).
}
$$

---

# 22. Question Conditioning

相同 relation state：

$$
\mathfrak R
$$

不同 question：

$$
Q_1,Q_2
$$

可能得到：

$$
\boxed{
\mathcal D(Q_1)
\neq
\mathcal D(Q_2).
}
$$

---

# 23. Observer Conditioning

$$
\boxed{
\mathcal D^{o_1}
\neq
\mathcal D^{o_2}
}
$$

可能成立。

---

# 24. Policy Conditioning

不同 method policy：

$$
\Pi_1,\Pi_2
$$

可能投影不同 domain。

---

# 25. Domain Projection 不是任意想像

需要：

$$
\boxed{
Evidence
+
MembershipRule
+
Boundary
+
Interface
+
UseType.
}
$$

---

# 26. Domain Object

定義：

$$
\boxed{
\mathcal D
=
(
M,
B,
R,
I,
\Lambda,
H,
V
).
}
$$

---

# 27. Membership Rule

$$
\boxed{
M_{\mathcal D}(x).
}
$$

---

# 28. Boundary

$$
\boxed{
B_{\mathcal D}.
}
$$

---

# 29. Internal Relations

$$
R_{\mathcal D}.
$$

---

# 30. Interface

$$
\boxed{
I_{\mathcal D}.
}
$$

描述 domain 如何與其他 domain / nodes 交互。

---

# 31. License

$$
\boxed{
\Lambda_{\mathcal D}.
}
$$

規定什麼 claim 可在此 domain 使用。

---

# 32. History / Lineage

$$
H_{\mathcal D}.
$$

---

# 33. Version

$$
V_{\mathcal D}.
$$

---

# 34. Domain Admission

候選 domain 必須通過：

$$
\boxed{
DomainAdmission.
}
$$

---

# 35. Admission 最小條件

1. membership 可操作；
2. boundary 至少部分可表達；
3. internal relation 非隨機；
4. interface 可區分；
5. domain 有實際 routing / explanation value；
6. provenance 可追；
7. unknown 可保存。

---

# 36. Domain Utility

定義：

$$
\boxed{
U_D
=
(
CompressionGain,
RoutingGain,
ExplanatoryGain,
ControlGain,
TransferGain
).
}
$$

---

# 37. Domain 不等於真實 ontology

$$
\boxed{
UsefulDomain
\not\Rightarrow
OntologicallyFundamentalDomain.
}
$$

---

# 38. Domain Hallucination

如果 AI 只因語言模式創造：

$$
\mathcal D_{fake}
$$

卻沒有 relation / evidence 支持：

$$
\boxed{
DomainHallucination.
}
$$

---

# 39. Domain Overprojection

把 local grouping 當 universal domain：

$$
\boxed{
DomainOverprojection.
}
$$

---

# 40. Domain Lock-In

一旦 domain 建立，所有新 evidence 都被強迫塞入：

$$
\boxed{
DomainLockIn.
}
$$

---

# 41. Anti-Lock-In

需要：

- unknown；
- cross-domain；
- domainless fallback；
- reopen；
- alternative projection。

---

# 42. Domainless Fallback

如果 domain admission 失敗：

$$
\boxed{
ReturnTo(
Relation,
Difference,
Observation,
Transformation
).
}
$$

---

# 43. Domain Is Reversible Representation

在某些情況：

$$
\boxed{
Domain
\rightarrow
Deproject
\rightarrow
RelationState.
}
$$

---

# 44. Deprojection

定義：

$$
\boxed{
DeprojectDomain(
\mathcal D
)
\rightarrow
\mathfrak R_{\mathcal D}.
}
$$

---

# 45. Deprojection 不保證無損

因此要保存：

$$
\boxed{
ProjectionLoss.
}
$$

---

# 46. Domain Split

一個 domain 可：

$$
\boxed{
SplitDomain(
\mathcal D
)
\rightarrow
\{\mathcal D_1,\ldots,\mathcal D_n\}.
}
$$

---

# 47. Domain Merge

$$
\boxed{
MergeDomain(
\mathcal D_i,\mathcal D_j
)
\rightarrow
\mathcal D_{ij}.
}
$$

---

# 48. Domain Split/Merge 與 UDCO 不同

UDCO 處理分類節點。

DGF 處理：

$$
\boxed{
\text{整個操作容器／關係邊界}.
}
$$

---

# 49. Class vs Domain

$$
\boxed{
Class
\neq
Domain.
}
$$

---

# 50. 一個 domain 可以含多分類法

$$
\boxed{
\mathcal D
\supset
\{
\mathcal K_1,\mathcal K_2,\ldots
\}.
}
$$

---

# 51. 一個 class 也可能跨 domain

$$
\boxed{
C_i
\cap
\mathcal D_1
\neq\emptyset,
\quad
C_i
\cap
\mathcal D_2
\neq\emptyset.
}
$$

---

# 52. Cross-Domain Node

允許：

$$
\boxed{
e
\in
\mathcal D_1
\cap
\mathcal D_2.
}
$$

---

# 53. Domain Boundary 不必 disjoint

$$
\boxed{
\mathcal D_1
\cap
\mathcal D_2
\neq
\emptyset.
}
$$

---

# 54. Domain Overlap

需要明確：

$$
\boxed{
Overlap(
\mathcal D_i,\mathcal D_j
).
}
$$

---

# 55. Domain Bridge

$$
\boxed{
B_{ij}
:
\mathcal D_i
\rightarrow
\mathcal D_j.
}
$$

---

# 56. Bridge 不等於 identity

$$
\boxed{
Bridge
\neq
Equivalence.
}
$$

---

# 57. Cross-Domain Translation

沿用 GCORF-07：

$$
\boxed{
Tr_{i\rightarrow j}.
}
$$

---

# 58. Translation 可能生成新 domain

若目標 domain 不足以承載 transferred structure：

$$
\boxed{
Translation
\rightarrow
DomainGenesisCandidate.
}
$$

---

# 59. Domain Genesis by Conflict

兩個 domain 衝突：

$$
\mathcal D_1
\rightleftarrows
\mathcal D_2
$$

可能逼出：

$$
\boxed{
\mathcal D_3.
}
$$

---

# 60. Domain Genesis by Residual

無法被現有 domain 收納的 residual：

$$
r
$$

可以形成 seed：

$$
\boxed{
r
\rightarrow
S_D.
}
$$

---

# 61. Unknown as Domain Seed

未知不是垃圾桶。

某一 unknown cluster 可能成為：

$$
\boxed{
FutureDomainCandidate.
}
$$

---

# 62. Domain Genesis by Tool

新工具：

$$
T_{new}
$$

可使原本不可觀察 relation 變得穩定，生成新 domain。

---

# 63. Domain Genesis by Observer

新 observer position：

$$
P^{cog}_{new}
$$

也可能生成新 domain。

---

# 64. Domain Genesis by Resolution

改變：

$$
\rho
$$

可能使原本同一 domain 分裂。

---

# 65. Domain Genesis by Operator

新 operator 若建立穩定 closed-use region：

$$
\boxed{
Operator
\rightarrow
DomainCandidate.
}
$$

---

# 66. Domain Emergence

本文稱：

$$
\boxed{
DomainEmergence
}
$$

當一組 relation / difference / operator / boundary 從 provisional projection 變成可穩定重用的 domain object。

---

# 67. Emergence 不等於 Ontological Birth

$$
\boxed{
DomainEmergence
\neq
NewRealityCreated.
}
$$

---

# 68. Domain Discovery

如果後續多 observer / intervention 支持其 external regularity：

$$
\boxed{
Projected
\rightarrow
DiscoveredEvidenceStrengthened.
}
$$

---

# 69. Domain Status 可改變

$$
\boxed{
Projected
\rightarrow
Hybrid
\rightarrow
Discovered
}
$$

或反過來。

---

# 70. Status 不是單向成熟階梯

$$
\boxed{
Discovered
\rightarrow
Reopened
}
$$

也可以。

---

# 71. Domain Drift

$$
\boxed{
\mathcal D_t
\rightarrow
\mathcal D_{t+1}.
}
$$

---

# 72. Drift Types

- membership drift；
- boundary drift；
- relation drift；
- interface drift；
- license drift；
- observer drift。

---

# 73. Domain Stability

$$
\boxed{
Stab(
\mathcal D;W
).
}
$$

---

# 74. Stable 不等於 Fundamental

$$
\boxed{
StableDomain
\not\Rightarrow
FundamentalOntology.
}
$$

---

# 75. Domain Collapse

如果：

- membership 無法區分；
- internal relation 消失；
- utility 消失；
- boundary 崩解；

則：

$$
\boxed{
DomainCollapse.
}
$$

---

# 76. Collapse 後返回 relation state

$$
\boxed{
\mathcal D
\rightarrow
Deproject
\rightarrow
\mathfrak R.
}
$$

---

# 77. Domain Lifecycle

$$
\boxed{
Seed
\rightarrow
Candidate
\rightarrow
Projected
\rightarrow
Stable
\rightarrow
Split/Merge/Reopen/Collapse.
}
$$

---

# 78. Domain Registry

主 AI 可維持：

$$
\boxed{
\mathcal G_D
=
\{
\mathcal D_1,\ldots,\mathcal D_n
\}.
}
$$

---

# 79. Registry 不預設完備

$$
\boxed{
DomainRegistry
\neq
WorldOntology.
}
$$

---

# 80. Domain Router

$$
\boxed{
Route_D(
Question,
State
)
\rightarrow
ActiveDomainSet.
}
$$

---

# 81. Multi-Domain Routing

一個問題可同時啟動：

$$
\boxed{
\mathcal D_i
\oplus
\mathcal D_j.
}
$$

---

# 82. Domain Switching

$$
\boxed{
SwitchDomain.
}
$$

---

# 83. Domain Switching 不等於 Subject Switching

$$
\boxed{
DomainSwitch
\neq
SubjectReplacement.
}
$$

---

# 84. Domainless Mode

主 AI 可以暫時進入：

$$
\boxed{
Mode_{domainless}.
}
$$

---

# 85. Domainless Mode 的用途

當：

- existing domains conflict；
- residual too large；
- classification unstable；
- cross-domain translation fails；
- novel relation appears。

---

# 86. Domainless Mode 不等於空白

它維持：

$$
\boxed{
E,R,\Delta,O,T.
}
$$

---

# 87. Domainless Observation

$$
\boxed{
Observe(
\mathfrak R
)
}
$$

不先問：

> 這是哪個 domain？

而先問：

> 有哪些 relation / difference / transition？

---

# 88. 這對 AI 很重要

因為固定 domain classifier 容易：

$$
\boxed{
PrematureOntologization.
}
$$

---

# 89. Premature Ontologization

太早把新現象塞入既有 domain。

---

# 90. Domainless First Pass

可以：

$$
\boxed{
RawRelationPass
\rightarrow
DomainProposal.
}
$$

---

# 91. Domain Proposal

不是直接 commit。

---

# 92. Domain Validation

至少：

1. membership；
2. relation cohesion；
3. boundary；
4. interface；
5. utility；
6. multi-observer；
7. negative controls。

---

# 93. Negative Control

隨機 relation clustering 不應自動生成 domain。

---

# 94. False Domain Rate

可測：

$$
\boxed{
FDR_D
}
$$

作為 false-domain diagnostic。

---

# 95. Domain Compression

多個 domain 若共享相同 kernel：

$$
\boxed{
CompressDomainFamily.
}
$$

---

# 96. Meta-Domain

可以形成：

$$
\boxed{
\mathcal D_{meta}
}
$$

用於描述 domain 關係。

---

# 97. Meta-Domain 不自動更真

$$
\boxed{
MetaDomain
\not\Rightarrow
HigherOntology.
}
$$

---

# 98. Domain of Domains

$$
\boxed{
G_{DD}
=
(
\mathcal G_D,
R_D
).
}
$$

---

# 99. Domain Graph

可保存：

- overlap；
- bridge；
- conflict；
- containment；
- translation；
- emergence lineage。

---

# 100. Domain Recursive Observation

$$
\boxed{
RCC(
\mathcal D
).
}
$$

AI 可以逆向：

> 這個 domain 是怎麼被自己生成出來的？

---

# 101. Domain Self-Audit

問題包括：

- 是誰生成？
- 用了什麼 observer？
- 什麼 difference？
- 什麼 task？
- 哪些 evidence？
- 哪些 residual 被排除？

---

# 102. Domain Bias

$$
\boxed{
Bias_{\mathcal D}.
}
$$

---

# 103. Bias Sources

- historical；
- linguistic；
- institutional；
- model；
- tool；
- observer；
- incentive；
- data。

---

# 104. Domain Boundary as Cognitive Asset

成熟 domain 可以成為：

$$
\boxed{
ReusableCognitiveAsset.
}
$$

---

# 105. 但 Asset 不等於 Fundamental Truth

$$
\boxed{
ReusableDomain
\not\Rightarrow
FundamentalDomain.
}
$$

---

# 106. Domain and Subject Co-Evolution

認知主體的 domain registry 改變：

$$
\mathcal G_{D,t}
\rightarrow
\mathcal G_{D,t+1}
$$

會改：

$$
\Pi_t.
$$

---

# 107. Subject Changes Domain

反過來：

$$
A_t
\rightarrow
ProjectDomain
\rightarrow
\mathcal D_{t+1}.
$$

---

# 108. Co-Evolution

$$
\boxed{
(
A_t,
\mathcal G_{D,t}
)
\rightarrow
(
A_{t+1},
\mathcal G_{D,t+1}
).
}
$$

---

# 109. Domain Genesis Engine

定義：

$$
\boxed{
DGE:
(
RelationState,
Observer,
Question,
Policy,
Budget
)
\mapsto
(
DomainCandidates,
Residuals,
Lineage
).
}
$$

---

# 110. Domain Admission Engine

$$
\boxed{
DAE:
DomainCandidate
\mapsto
Admit/Provisional/Reject/Unknown.
}
$$

---

# 111. Domain Deprojection Engine

$$
\boxed{
DDE:
\mathcal D
\mapsto
RelationState+ProjectionLoss.
}
$$

---

# 112. Domain Record

```json
{
  "domain_id": "string",
  "origin_status": "discovered|projected|constructed|hybrid|unknown",
  "membership_rule": {},
  "boundary": {},
  "internal_relations": [],
  "interfaces": [],
  "license": {},
  "observer_conditions": [],
  "question_conditions": [],
  "evidence_refs": [],
  "unknowns": [],
  "residuals": [],
  "lineage": [],
  "status": "seed|candidate|projected|stable|reopened|merged|split|collapsed",
  "version": "string"
}
```

---

# 113. Domain Genesis Record

```json
{
  "genesis_id": "string",
  "relation_state_ref": "string",
  "observer_ref": "string",
  "question_ref": "string",
  "policy_ref": "string",
  "seed_refs": [],
  "candidate_domain_refs": [],
  "projection_loss": {},
  "decision": "admit|provisional|reject|unknown",
  "version": "string"
}
```

---

# 114. Domain Interface Record

```json
{
  "interface_id": "string",
  "source_domain_ref": "string",
  "target_domain_ref": "string",
  "relation_type": "bridge|overlap|translation|containment|conflict|unknown",
  "invariants": [],
  "loss_profile": {},
  "license_conditions": {},
  "version": "string"
}
```

---

# 115. Domainless State Record

```json
{
  "state_id": "string",
  "existence_nodes": [],
  "relations": [],
  "differences": [],
  "observer_ref": "string",
  "transformations": [],
  "unassigned_residuals": [],
  "version": "string"
}
```

---

# 116. 核心公理候選

### DGF-A1 — Domain Non-Priority

Domain 不作唯一先驗起點。

### DGF-A2 — Domainlessness Non-Nullity

$$
NoDomain
\not\Rightarrow
NoStructure.
$$

### DGF-A3 — Projection Conditionality

Domain projection 必須記錄 observer / question / policy。

### DGF-A4 — Domain Non-Fundamentality

Useful domain 不自動等於 fundamental ontology。

### DGF-A5 — Residual Preservation

無法收納的 relation/difference 必須保留。

### DGF-A6 — Deprojectability

成熟 projected domain 應保留回到 relation state 的可追溯路徑。

### DGF-A7 — Domain Reopenability

任何 stable domain 都可重開。

### DGF-A8 — Domain Origin Uncertainty

domain origin 可維持 unknown/hybrid。

### DGF-A9 — No Premature Ontologization

沒有足夠 evidence 不得把 provisional grouping 升為 ontology。

### DGF-A10 — Subject–Domain Co-Evolution

認知主體與 domain registry 可互相改變。

---

# 117. 主要失效模式

1. Domain Hallucination；
2. Domain Overprojection；
3. Premature Ontologization；
4. Domain Lock-In；
5. Domain Boundary Reification；
6. Historical Domain Absolutization；
7. Class/Domain Confusion；
8. Bridge-as-Identity；
9. Residual Erasure；
10. Unknown Suppression；
11. False Domain Discovery；
12. Meta-Domain Authority Inflation；
13. Domain Registry Reification；
14. Deprojection Loss Concealment；
15. Domain Merge Overreach；
16. Domain Split Explosion；
17. Observer-Free Domain Claim；
18. Fundamental-Ontology Smuggling。

---

# 118. 與第 07 篇的接口

現在主 AI 已經可以：

- 生成 cognitive positions；
- 生成分類；
- 生成 domain；
- RCC 自己的分類與 domain。

下一步自然是：

> **如果 AI 真的把其他 AI、自己、自己的子 AI、自己的 domain-generation process 都當成認知存在去逆向，遞歸會形成什麼結構？**

因此第 07 篇將正式處理：

$$
\boxed{
\text{AI 逆向 AI：遞歸認知存在}.
}
$$

---

# 119. 結論

本文提出的「無域」不是反對 domain。

它反對的是：

$$
\boxed{
\textbf{在觀察之前就把 domain 當成不可修改的世界切割。}
}
$$

DGF 的最低起點是：

$$
\boxed{
Existence/Event
+
Relation
+
Difference
+
Observation
+
Transformation.
}
$$

domain 則由：

$$
\boxed{
ProjectDomain(
\mathfrak R,
Observer,
Question,
Policy
)
}
$$

形成。

因此：

$$
\boxed{
Domain
}
$$

可以被：

- 生成；
- 發現；
- 投影；
- 合併；
- 分裂；
- 反向解投影；
- 重新觀察；
- 重新命名；
- 重新界定；
- 最終崩解回 relation state。

這讓認知 AI 不必永遠被固定 taxonomy / ontology 綁住。

真正的目標是：

$$
\boxed{
\textbf{讓 AI 在沒有預設最終世界切割的前提下，仍能產生局部可操作、可驗證、可回滾的認知域。}
}
$$

這正是「無域與域生成」在本系列中的工程含義。
