# 雙向圓核重疊分解法：從切分、分離到資訊重組
## Bidirectional Circular Overlap Decomposition and Recomposition
### A Geometric-Informational Method for Bidirectional Expansion, Atomic Partition, Separation, and Structural Reassembly

**文件代號：** `BCODR-v0.1`  
**中文名稱：** 雙向圓核重疊分解法  
**英文名稱：** Bidirectional Circular Overlap Decomposition and Recomposition  
**縮寫：** `BCODR`  
**版本：** v0.1  
**日期：** 2026-09-21  
**作者：** Neo.K  
**AI 協力：** Aletheia / ChatGPT, GPT-5.6 Sol  
**機構：** EveMissLab／一言諾科技有限公司  
**狀態：** Methodology / formal operational draft  
**適用層級：** 幾何搜尋、形狀收束、可能性空間、資訊場、拓樸分解、圖論閉包、證書責任分配

---

# 摘要

本文提出 **雙向圓核重疊分解法**（Bidirectional Circular Overlap Decomposition and Recomposition, BCODR）。

其核心不是單向地從某一候補向外展開，也不是單向地從外部邊界向內壓縮，而是同步建立：

$$
\boxed{
\text{內向外展開}
\quad+\quad
\text{外向內收束}
}
$$

兩個方向的圓核族。

每一次局部探索優先使用圓／圓盤作為最低階等方幾何核，使不同方向產生的局部可能性可以：

1. 相交；
2. 重疊；
3. 比較測度；
4. 建立最小差異；
5. 形成可分割的 arrangement；
6. 將重疊區轉換成資訊量；
7. 將最小原子區塊切開；
8. 再依幾何、拓樸、資訊與證書角色分離；
9. 最後按結構規則重新組合。

因此 BCODR 的基本循環為：

$$
\boxed{
\text{Generate}
\rightarrow
\text{Overlap}
\rightarrow
\text{Measure}
\rightarrow
\text{Cut}
\rightarrow
\text{Separate}
\rightarrow
\text{Recompose}
\rightarrow
\text{Close}
}
$$

本方法特別適合處理下列情形：

- 候補空間既需要展開，又需要收束；
- 局部可能性彼此高度重疊；
- 不能只以單一 scalar objective 判斷重要性；
- 需要保存「哪些區域由哪些來源共同支持」；
- 最終需要圖論、拓樸與可視化解釋；
- proof / counter-proof / shape / witness 等不同責任需要被幾何化。

BCODR 不預設所有問題都必須以圓形求解。

圓在本方法中首先扮演：

$$
\boxed{
\text{最低方向偏差的探索核}
}
$$

與：

$$
\boxed{
\text{統一局部測度比較的基準幾何}
}
$$

若後續資訊證明局部結構具有高度異向性，圓核可被橢圓、局部度量球、支撐函數球或其他 anisotropic kernel 替代。

因此 BCODR 是一個「圓核起步、結構自適應」的方法，而不是「所有真實幾何都必須是圓」的假設。

---

# 1. 問題動機

許多複雜搜尋問題會同時遇到兩種相反需求。

第一種是：

$$
\boxed{
\text{不要太早漏掉可能性}
}
$$

因此需要：

$$
\text{向外展開}.
$$

第二種是：

$$
\boxed{
\text{不要讓可能性空間無限爆炸}
}
$$

因此需要：

$$
\text{向內收束}.
$$

傳統流程常將兩者串成：

$$
\text{先 expand}
\rightarrow
\text{再 prune}.
$$

但這會產生一個問題：

> 外部收束資訊太晚進場。

BCODR 改成：

$$
\boxed{
\text{expand 與 contract 同時形成兩個幾何場}
}
$$

並讓兩個場在中間相遇、相交、重疊。

真正研究的不是單一路徑，而是：

$$
\boxed{
\text{兩個方向的幾何資訊如何在重疊區域中形成可解釋結構。}
}
$$

---

# 2. 基本空間

令：

$$
(X,d,\mu)
$$

為帶有：

- 距離 $d$；
- 測度 $\mu$

的空間。

最直觀情形：

$$
X\subseteq\mathbb R^2
$$

且：

$$
\mu
=
\text{Lebesgue area}.
$$

但 BCODR 不限制為二維。

可推廣到：

$$
\mathbb R^n,
$$

甚至一般 metric-measure space。

---

# 3. 內核與外核

定義兩類種子集合。

## 3.1 內部種子

$$
P^{\mathrm{in}}
=
\{
p_1,\ldots,p_m
\}.
$$

代表：

- 已知核心；
- 已證局部區；
- 候補中心；
- proof seed；
- shape seed；
- witness seed。

它們向外展開。

---

## 3.2 外部種子

$$
P^{\mathrm{out}}
=
\{
q_1,\ldots,q_n
\}.
$$

代表：

- 外部限制；
- known upper boundary；
- forbidden boundary；
- global domain；
- counterconstraint；
- enclosure shell。

它們向內收束。

---

# 4. 圓核

在 Euclidean plane 中，圓盤核定義為：

$$
\boxed{
B(p,r)
=
\{
x\in X:
\|x-p\|\le r
\}.
}
$$

圓周為：

$$
\partial B(p,r).
$$

BCODR 預設先使用：

$$
\boxed{
\text{isotropic circular kernel}.
}
$$

理由：

1. 沒有預先偏好的方向；
2. 半徑可直接作為尺度；
3. 面積、交疊與距離容易計算；
4. arrangement 結構成熟；
5. 可自然替換為局部 metric ball。

---

# 5. 內向外圓族

對：

$$
p_i\in P^{\mathrm{in}},
$$

建立：

$$
\boxed{
C_i^{+}(r)
=
B(p_i,r).
}
$$

其中：

$$
r
$$

隨研究層級增加。

因此：

$$
C_i^+(r_1)
\subseteq
C_i^+(r_2),
\qquad
r_1<r_2.
$$

這是：

$$
\boxed{
\text{outward possibility expansion}.
}
$$

---

# 6. 外向內圓族

外向內可以有兩種形式。

---

## 6.1 外部種子 inward balls

對：

$$
q_j\in P^{\mathrm{out}},
$$

建立：

$$
C_j^{-}(R-r)
=
B(q_j,R-r),
$$

使有效範圍隨 $r$ 增大而縮小。

---

## 6.2 Domain erosion

若已有外部可行區：

$$
\Omega_0,
$$

則定義：

$$
\boxed{
\Omega^-(r)
=
\Omega_0\ominus B_r.
}
$$

其中：

$$
\ominus
$$

為形態學 erosion。

這表示：

> 從外圍邊界向內吃掉一層半徑 $r$ 的不確定帶。

---

# 7. 雙向場

總體狀態寫成：

$$
\boxed{
\mathcal C(r)
=
\mathcal C^+(r)
\cup
\mathcal C^-(r).
}
$$

其中：

$$
\mathcal C^+
=
\{
C_i^+
\},
$$

$$
\mathcal C^-
=
\{
C_j^-
\}.
$$

兩種圓核不需要使用同一個半徑排程。

可寫成：

$$
r^+(t),
\qquad
r^-(t).
$$

---

# 8. 為什麼不是單純 Voronoi

Voronoi diagram 通常依：

$$
\arg\min_i d(x,p_i)
$$

只給每一點一個主要來源。

BCODR 刻意保留：

$$
\boxed{
\text{multi-membership}.
}
$$

一點可以同時屬於很多圓。

因此重疊不是錯誤。

重疊就是資訊。

---

# 9. 交疊要求

使用者原始構想要求：

> 每一個出去的圓都應相交，而且可以重疊。

這可形式化成兩個版本。

---

## 9.1 Connected-overlap condition

建立 overlap graph：

$$
G_C=(V_C,E_C),
$$

若：

$$
C_i\cap C_j\neq\varnothing,
$$

則：

$$
(i,j)\in E_C.
$$

基本要求：

$$
\boxed{
G_C
\text{ connected}.
}
$$

也就是每個圓至少透過一條 overlap path 與整體結構連通。

這是 BCODR 預設版本。

---

## 9.2 Pairwise-overlap strong mode

更強版本：

$$
\boxed{
C_i\cap C_j\neq\varnothing
\qquad
\forall i\neq j.
}
$$

這適合：

- 圓數較少；
- 局部 closure；
- 高度集中 candidate basin。

但對大規模展開會過度限制，因此不是預設。

---

# 10. 最小測度差異性

如果兩個圓核幾乎完全相同，

它們提供的資訊接近冗餘。

因此定義：

$$
\boxed{
D_\mu(A,B)
=
\mu(A\triangle B),
}
$$

其中：

$$
A\triangle B
=
(A\setminus B)
\cup
(B\setminus A).
$$

設定：

$$
\varepsilon_\mu>0.
$$

要求重要 kernel 至少滿足：

$$
\boxed{
D_\mu(C_i,C_j)
\ge
\varepsilon_\mu
}
$$

對指定的非等價 pair。

這是：

$$
\boxed{
\textbf{Minimum Measure Distinguishability}
}
$$

最小測度可區分性。

---

# 11. 正規化差異

若圓尺寸不同，

直接用面積差可能受尺度影響。

可用 Jaccard-type difference：

$$
\boxed{
D_J(A,B)
=
\frac{
\mu(A\triangle B)
}{
\mu(A\cup B)
}.
}
$$

要求：

$$
D_J(A,B)\ge\varepsilon_J.
$$

---

# 12. 重疊多重度

對每一點：

$$
x\in X,
$$

定義總覆蓋多重度：

$$
\boxed{
m(x)
=
\sum_k
\mathbf 1_{C_k}(x).
}
$$

分方向：

$$
m_+(x)
=
\sum_i
\mathbf 1_{C_i^+}(x),
$$

$$
m_-(x)
=
\sum_j
\mathbf 1_{C_j^-}(x).
$$

---

# 13. 雙向平衡場

定義：

$$
\boxed{
b(x)
=
m_+(x)-m_-(x).
}
$$

解讀：

$$
b(x)>0
$$

表示：

> 內向外展開資訊較強。

$$
b(x)<0
$$

表示：

> 外向內收束資訊較強。

$$
b(x)=0
$$

表示：

> 雙向支持平衡。

---

# 14. 重疊資訊量

最簡單資訊量可以定義：

$$
\boxed{
I_0(x)
=
m(x).
}
$$

但 BCODR 建議使用更完整：

$$
\boxed{
I(x)
=
F
\left(
m_+(x),
m_-(x),
N(x),
S(x),
C(x)
\right).
}
$$

其中：

- $N(x)$：novelty；
- $S(x)$：stability；
- $C(x)$：certificate strength。

---

# 15. Novelty

若某區域被多個幾乎完全相同的圓覆蓋，

高 multiplicity 不代表高資訊。

因此加入：

$$
\boxed{
N(x)
}
$$

衡量覆蓋該點的來源彼此有多不同。

一個簡化定義：

$$
N(x)
=
\frac1{|K_x|}
\sum_{i\in K_x}
\min_{j\in K_x,\ j\neq i}
D_J(C_i,C_j),
$$

其中：

$$
K_x
=
\{
i:
x\in C_i
\}.
$$

---

# 16. Certificate Strength

每個圓或來源可帶：

$$
w_i^{\mathrm{cert}}\in[0,1].
$$

例如：

```text
0.1 = search evidence
0.3 = numerical replay
0.5 = research certificate
0.7 = independent replay
0.9 = interval certificate
1.0 = formal kernel
```

則：

$$
\boxed{
C(x)
=
\sum_{i:x\in C_i}
w_i^{\mathrm{cert}}.
}
$$

這讓顏色不只表示重疊數，

也表示證據強度。

---

# 17. 一個基礎資訊場

可先採：

$$
\boxed{
I(x)
=
\alpha m(x)
+
\beta N(x)
+
\gamma C(x).
}
$$

其中：

$$
\alpha,\beta,\gamma\ge0.
$$

此式只是 operational default。

不是唯一資訊理論定義。

---

# 18. Arrangement 切分

給所有圓周：

$$
\{
\partial C_k
\},
$$

取其平面 arrangement。

所有：

- 圓圓交點；
- 圓與 domain boundary 交點；

都成為切分頂點。

這將研究區域切成：

$$
\boxed{
\Omega_1,\ldots,\Omega_M.
}
$$

---

# 19. 原子區塊

每個：

$$
\Omega_a
$$

稱為：

$$
\boxed{
\textbf{atomic overlap cell}.
}
$$

其特徵是：

對所有圓：

$$
C_k,
$$

membership 在：

$$
\Omega_a
$$

內保持不變。

---

# 20. Membership Signature

定義：

$$
\boxed{
\sigma_a
=
(
\sigma_{a1},
\ldots,
\sigma_{aN}
),
}
$$

其中：

$$
\sigma_{ak}
=
\begin{cases}
1,&
\Omega_a\subseteq C_k,\\
0,&
\Omega_a\cap C_k=\varnothing.
\end{cases}
$$

若需要方向資訊：

$$
\boxed{
\sigma_a
=
(
\sigma_a^+,
\sigma_a^-
).
}
$$

---

# 21. 切開的真正意義

BCODR 的：

$$
\boxed{
\text{Cut}
}
$$

不是隨意切形狀。

而是：

> 將所有 membership 改變的位置作為切面，直到每個 cell 的來源集合固定。

因此 atomic cell 是：

$$
\boxed{
\text{最小來源一致區域}.
}
$$

---

# 22. Atomic Cell 資料結構

每個 cell 至少保存：

```text
cell_id

geometry
area
centroid

membership_signature
outward_sources
inward_sources

overlap_degree
direction_balance

novelty
information_score
certificate_strength

neighbors

topology_role
proof_role
shape_role

parent_cells
child_cells
```

---

# 23. 分離：第一層，幾何分離

對 cells 依：

- 面積；
- 形狀；
- 邊界曲率；
- 圓來源；
- 局部半徑尺度；

分類。

例如：

$$
d_\mu(\Omega_a,\Omega_b)
=
|
\mu(\Omega_a)-\mu(\Omega_b)
|.
$$

或：

$$
d_H
$$

使用 Hausdorff distance。

---

# 24. 分離：第二層，拓樸分離

計算每個 cell 的：

- connected component；
- bridge status；
- cut-cell status；
- hole boundary；
- articulation role；
- homology / persistent homology signature。

尤其重要：

$$
\boxed{
\text{bridge cell}
}
$$

可能面積很小，

但它可能是兩個大區域之間唯一連接。

所以不能只按面積刪除。

---

# 25. 分離：第三層，資訊分離

定義 cell 資訊：

$$
\boxed{
I_a
=
\frac1{\mu(\Omega_a)}
\int_{\Omega_a}
I(x)\,d\mu.
}
$$

或總資訊：

$$
\boxed{
J_a
=
\int_{\Omega_a}
I(x)\,d\mu.
}
$$

分成：

```text
HIGH_INFORMATION
TRANSITION
LOW_INFORMATION
REDUNDANT
CONFLICT
```

---

# 26. 分離：第四層，方向角色

用：

$$
\bar b_a
=
\frac1{\mu(\Omega_a)}
\int_{\Omega_a}
b(x)\,d\mu.
$$

分類：

```text
OUTWARD_DOMINANT
INWARD_DOMINANT
BALANCED
```

這會直接支援顏色編碼。

---

# 27. 分離：第五層，證書角色

一個 cell 可同時帶：

```text
PROOF_SUPPORT
COUNTER_SUPPORT
SHAPE_SUPPORT
UNRESOLVED
PRUNED
REOPENED
```

因此幾何圖不只是空間圖。

它可以直接承載 proof ledger。

---

# 28. 再組合

切分不是終點。

Atomic cells 太細。

需要：

$$
\boxed{
\text{Recomposition}.
}
$$

---

# 29. 嚴格再組合

若兩個相鄰 cells：

$$
\Omega_a,\Omega_b
$$

滿足：

1. membership signature 相同；
2. topology role 相同；
3. information score 差異小；
4. certificate role 相容；

則可：

$$
\boxed{
\Omega_a\sim\Omega_b.
}
$$

取 equivalence class：

$$
[\Omega].
$$

---

# 30. 近似再組合

允許：

$$
\|\sigma_a-\sigma_b\|
\le
\delta_\sigma,
$$

$$
|I_a-I_b|
\le
\delta_I,
$$

$$
D_\mu(\Omega_a,\Omega_b)
\le
\delta_\mu.
$$

則做 approximate merge。

但必須保留：

```text
MERGE_TOLERANCE
```

與：

```text
MERGE_CERTIFICATE
```

避免不可逆資訊遺失。

---

# 31. 不可合併條件

若任一成立：

- proof/counter role 衝突；
- topology bridge role 不同；
- stabilizer 不同；
- information discontinuity 大；
- membership difference 超過 threshold；
- target-specific status 不同；

則：

$$
\boxed{
\text{禁止 merge}.
}
$$

---

# 32. 圖論化

將每個 recomposed region 當 node：

$$
V_G.
$$

若兩區：

- 邊界相鄰；
- overlap lineage 相連；
- proof transition 相連；

建立 edge。

得到：

$$
\boxed{
G_{\mathrm{BCODR}}
=
(V_G,E_G).
}
$$

---

# 33. Edge Types

至少包含：

```text
ADJACENT
OVERLAP
OUTWARD_EXPAND
INWARD_CONTRACT
MERGE
SPLIT
CERT_PRUNE
COUNTER_PRUNE
REOPEN
TOPOLOGY_TRANSITION
```

---

# 34. Surviving Spine

最後不保留全部 graph。

對：

- gauge-equivalent cycles；
- redundant low-information branches；
- certified dead branches；

做 quotient / prune。

得到：

$$
\boxed{
S_{\mathrm{survive}}
\subseteq
G_{\mathrm{BCODR}}.
}
$$

這就是：

$$
\boxed{
\textbf{surviving structural spine}.
}
$$

---

# 35. 雙向 closure 條件

理想狀態不是：

> 所有圓縮成一點。

而是：

$$
\boxed{
\text{內向外資訊與外向內資訊對同一 surviving spine 達成相容。}
}
$$

可定義：

$$
\Delta_{\mathrm{bi}}
=
d
(
\mathcal R^+,
\mathcal R^-
).
$$

當：

$$
\Delta_{\mathrm{bi}}\to0
$$

且結構責任不再新增，

才接近 closure。

---

# 36. Minimum Information Difference

除了 minimum measure difference，

還可以要求：

$$
\boxed{
D_I(C_i,C_j)
\ge
\varepsilon_I.
}
$$

其中：

$$
D_I
$$

衡量：

- membership；
- information field；
- certificate source；

之間的差異。

因此兩個幾何上略有差異，

但資訊上完全等價的圓，

也可以被 merge。

---

# 37. 顏色映射

BCODR 的顏色不是裝飾。

它直接編碼狀態。

---

## 37.1 Hue

用：

$$
b(x)=m_+(x)-m_-(x)
$$

控制。

例如：

- outward dominant；
- balanced；
- inward dominant；

使用三段 hue。

---

## 37.2 Saturation

用：

$$
I(x)
$$

控制。

資訊越高：

$$
\text{saturation越高}.
$$

---

## 37.3 Brightness

用：

$$
C(x)
$$

或 stability 控制。

證書越強：

$$
\text{brightness越高}.
$$

---

## 37.4 Pattern / Border

用於 proof status：

```text
solid = certified
dashed = numerical
double = independently replayed
cross-hatch = counter-conflict
```

這對黑白列印也有效。

---

# 38. 衝突區域

若某 atomic cell 同時有：

$$
\text{strong proof support}
$$

與：

$$
\text{strong counter support},
$$

則不能平均掉。

必須標：

$$
\boxed{
\texttt{CONFLICT CELL}.
}
$$

它是下一輪最高優先級。

---

# 39. 圓為什麼適合第一層

圓核的真正優點是：

$$
\boxed{
\text{先最大化方向中立性，再讓資料自己產生異向性。}
}
$$

如果一開始直接用高複雜形狀：

- kernel 本身帶太多假設；
- overlap 難比較；
- arrangement 過度複雜。

所以先圓。

然後再看：

$$
\boxed{
\text{重疊資訊是否要求 deform kernel}.
}
$$

---

# 40. Kernel Deformation Gate

若某一 cell 的局部資訊 covariance：

$$
\Sigma_a
$$

高度異向：

$$
\frac{
\lambda_{\max}(\Sigma_a)
}{
\lambda_{\min}(\Sigma_a)
}
>
\tau_{\mathrm{aniso}},
$$

則觸發：

```text
DEFORM_KERNEL
```

圓變成：

- 橢圓；
- anisotropic metric ball；
- support-function kernel。

因此：

$$
\boxed{
\text{circle first}
\neq
\text{circle forever}.
}
$$

---

# 41. 與傳統微積分的關係

BCODR 不排斥微積分。

它把微積分放到更後面。

傳統路線可能是：

$$
\text{定義連續函數}
\rightarrow
\text{微分}
\rightarrow
\text{找極值}.
$$

BCODR 路線：

$$
\boxed{
\text{先做幾何可能性切分}
\rightarrow
\text{再定位高資訊／高責任區}
\rightarrow
\text{最後只在必要區域做微積分}.
}
$$

因此微積分變成：

$$
\boxed{
\text{local closure operator}.
}
$$

而不是全域唯一方法。

---

# 42. 與拓樸的關係

Arrangement 切分給幾何 cells。

拓樸層回答：

- 哪些 cell 是橋；
- 哪些 cell 是洞；
- 哪些 cell 是分支點；
- 哪些 merge 會破壞連通資訊。

因此 BCODR 是：

$$
\boxed{
\text{geometry decomposition}
+
\text{topological responsibility}.
}
$$

---

# 43. 與群論的關係

若某些圓族由：

$$
G
$$

群作用產生，

例如：

- rotation；
- reflection；
- translation quotient；

則等價 kernels 可以先做：

$$
\boxed{
\mathcal C/G.
}
$$

再 arrangement。

這會大幅減少冗餘。

---

# 44. 與歪度場的關係

歪度場負責：

$$
\boxed{
\text{局部偏差與不對稱性}.
}
$$

BCODR 的圓核先建立 isotropic baseline。

若 overlap cell 出現方向偏差：

$$
\text{skew}
$$

就成為：

```text
DEFORM_KERNEL
```

或：

```text
SPLIT_CELL
```

觸發器。

所以：

$$
\boxed{
\text{Circle}
\rightarrow
\text{Overlap}
\rightarrow
\text{Skew detection}
\rightarrow
\text{Anisotropic refinement}.
}
$$

---

# 45. 與 UESFCM 的關係

UESFCM：

$$
Q^\star
\rightarrow
\text{Expand}
\rightarrow
\text{LinkBack}
\rightarrow
\text{FiniteClose}
\rightarrow
\text{Recenter}.
$$

BCODR 可以成為 UESFCM 的幾何 realization：

$$
\boxed{
\text{Expand}
=
\text{circle generation}
}
$$

$$
\boxed{
\text{LinkBack}
=
\text{overlap + intersection graph}
}
$$

$$
\boxed{
\text{FiniteClose}
=
\text{atomic cut + separation + recomposition}
}
$$

$$
\boxed{
\text{Recenter}
=
\text{surviving spine reseeding}
}
$$

---

# 46. 與 LESR 的關係

LESR 的 shape closure 原本主要依：

- support function；
- topology strata；
- group modes；
- calculus；
- dual pressure。

BCODR 提供另一個高層 closure mechanism：

$$
\boxed{
\text{將 shape possibility space 圓核化／區塊化}
}
$$

再由：

- overlap；
- atomic cells；
- information；
- graph spine；

先做全域 responsibility compression。

微積分只在：

$$
\boxed{
\text{最後 surviving cells}
}
$$

中使用。

---

# 47. Lebesgue 線的具體對接

對目前 Lebesgue / root-6217 研究：

每一個：

```text
root box
contact chart
shape basin
counter basin
```

都可以映射成一個局部 kernel center：

$$
p_i.
$$

kernel radius可以依：

- parameter uncertainty；
- support-distance；
- area gap；
- certificate slack；

決定。

---

# 48. 內向外來源

例如：

- zero-rotation barrier；
- near-anchor basin；
- known contact skeleton；
- certified support chart；

向外生成：

$$
\mathcal C^+.
$$

代表：

> 從已知結構向未知鄰域擴張。

---

# 49. 外向內來源

例如：

- $A_{\mathrm{ref}}$ prune boundary；
- impossible topology；
- outer feasible universal-cover family；
- counter-certificate exclusion；
- domain boundary；

向內生成：

$$
\mathcal C^-.
$$

代表：

> 從已知限制向候補空間收縮。

---

# 50. 重疊區的意義

若：

$$
C_i^+
\cap
C_j^-
\neq\varnothing,
$$

表示：

> 一個由內部候補展開出來的可能性，已經進入外部限制的影響區。

這類 overlap cell 是：

$$
\boxed{
\text{高優先 boundary responsibility}.
}
$$

---

# 51. Proof 與 Counter-Proof 顏色

可設定：

$$
m_{\mathrm{proof}}(x),
$$

$$
m_{\mathrm{counter}}(x).
$$

定義：

$$
\boxed{
P(x)
=
m_{\mathrm{proof}}(x)
-
m_{\mathrm{counter}}(x).
}
$$

若：

$$
P(x)\approx0
$$

但兩者都高，

那是：

$$
\boxed{
\text{高資訊衝突區}.
}
$$

---

# 52. 切開後的 Proof Responsibility

Atomic cell：

$$
\Omega_a
$$

可以被指定：

```text
LOCAL_CERTIFICATE
COUNTER_SEARCH
INTERVAL_REPLAY
TOPOLOGY_CLASSIFY
MERGE_CANDIDATE
IGNORE_CERTIFIED
```

因此 BCODR 也可以作為：

$$
\boxed{
\text{research scheduler}.
}
$$

---

# 53. 雙向停止條件

單一 kernel 停止擴張的條件可包括：

1. 與 opposite-direction kernel 首次相交；
2. information gain 降到：
   $$
   <\varepsilon_I;
   $$
3. 新增面積：
   $$
   <\varepsilon_\mu;
   $$
4. 已進入 certified cell；
5. 已與等價 kernel merge；
6. topology role穩定。

---

# 54. Global Stop Condition

全域停止可以定義：

$$
\boxed{
R_n=0
}
$$

其中：

$$
R_n
$$

為 unresolved responsibility classes。

或：

$$
\boxed{
R_n=1
}
$$

且唯一剩餘 class 已有完整 closure certificate。

---

# 55. Circular Expansion Schedule

基本排程：

$$
r_{k+1}
=
r_k+\Delta r_k.
$$

但：

$$
\Delta r_k
$$

可以 adaptive。

例如：

$$
\boxed{
\Delta r_k
=
\eta
\frac{
1
}{
1+I_{\mathrm{boundary}}
}.
}
$$

資訊越密集：

$$
\Delta r
$$

越小。

---

# 56. Information-Guided Radius

也可以反過來：

低資訊區快速穿越；

高資訊區細分。

$$
\boxed{
r_{\mathrm{step}}
\propto
\frac1{
1+\text{local information density}
}.
}
$$

---

# 57. 最小重疊門檻

要求有效交疊：

$$
\boxed{
\mu(C_i\cap C_j)
\ge
\varepsilon_{\cap}.
}
$$

避免只在單一點 tangency 就被視為有資訊重疊。

---

# 58. 最大冗餘門檻

若：

$$
\frac{
\mu(C_i\cap C_j)
}{
\min(\mu(C_i),\mu(C_j))
}
>
1-\varepsilon_R
$$

且：

$$
D_I(C_i,C_j)
<
\varepsilon_I,
$$

則：

```text
REDUNDANT_KERNEL
```

可 merge。

---

# 59. 切分複雜度控制

若圓數：

$$
N
$$

過大，

完整 arrangement 可達：

$$
O(N^2)
$$

交點與 cells。

因此需要 hierarchy。

---

# 60. Hierarchical BCODR

先按 coarse scale：

$$
r_0
$$

建立大圓。

只在高資訊 overlap 中生成：

$$
r_1<r_0
$$

的 child circles。

形成：

$$
\boxed{
\text{multi-resolution circular cover tree}.
}
$$

---

# 61. 父子圓

每個 child kernel 保存：

```text
parent_kernel
generation
scale
reason_for_split
```

因此最後能追：

> 這個區域為何被細分？

---

# 62. 局部圓群

同一 high-information cell 可生成一組：

$$
\{
B(p_a^{(1)},r),
\ldots,
B(p_a^{(k)},r)
\}.
$$

這是：

$$
\boxed{
\text{local circular packet}.
}
$$

用來測試 cell 內部的方向不均勻。

---

# 63. 切開—分離—再組合的標準流程

BCODR canonical cycle：

$$
\boxed{
\begin{aligned}
&\text{Seed}\\
\rightarrow\;&\text{Bidirectional Circle Generation}\\
\rightarrow\;&\text{Overlap Graph}\\
\rightarrow\;&\text{Measure-Difference Gate}\\
\rightarrow\;&\text{Arrangement Cut}\\
\rightarrow\;&\text{Atomic Cells}\\
\rightarrow\;&\text{Geometry Separation}\\
\rightarrow\;&\text{Topology Separation}\\
\rightarrow\;&\text{Information Separation}\\
\rightarrow\;&\text{Certificate Separation}\\
\rightarrow\;&\text{Recomposition}\\
\rightarrow\;&\text{Graph Quotient}\\
\rightarrow\;&\text{Surviving Spine}\\
\rightarrow\;&\text{Recenter}.
\end{aligned}
}
$$

---

# 64. 最小可實作資料模型

```text
Kernel:
    id
    direction        # OUTWARD / INWARD
    center
    radius
    scale
    parent
    source_type
    source_id
    certificate_weight
    information_weight

AtomicCell:
    id
    geometry
    measure
    membership_signature
    overlap_degree
    direction_balance
    novelty
    information
    certificate_strength
    topology_role
    target_id

MergeEdge:
    source
    target
    similarity
    merge_status
    reason

ClosureNode:
    id
    cells
    unresolved_responsibility
    proof_status
    counter_status
```

---

# 65. BCODR 的最小演算法

```text
INPUT:
    inner seeds P+
    outer seeds P-
    initial radii
    measure thresholds
    information weights

LOOP:
    1. grow outward circles
    2. contract inward circles
    3. enforce overlap connectivity
    4. remove redundant kernels
    5. build circle arrangement
    6. create atomic cells
    7. score cells
    8. split conflict/high-information cells
    9. merge equivalent low-difference cells
   10. build quotient graph
   11. identify unresolved spine
   12. recenter seeds on surviving spine

STOP:
    structural responsibility closed
```

---

# 66. 證書化要求

若 BCODR 用於 rigorous research，

每一次：

```text
CUT
MERGE
PRUNE
```

都必須輸出理由。

例如：

```text
CUT_CERT:
    intersection equations
    interval roots
    cyclic ordering

MERGE_CERT:
    membership equivalence
    measure bound
    information bound
    topology compatibility

PRUNE_CERT:
    target_id
    inequality
    verifier
```

---

# 67. Counter-Certificate 支援

若某 cell 發現：

$$
\boxed{
\text{counter evidence}
}
$$

不應直接丟棄。

先標：

```text
COUNTER_CELL
```

並沿反方向生成新的圓核。

這樣 counterexample 本身會形成：

$$
\boxed{
\text{新的 inward constraint field}.
}
$$

---

# 68. BCODR 的雙向自修正

因此：

$$
\text{proof}
$$

會生成 outward confirmed region。

$$
\text{counter-proof}
$$

會生成 inward exclusion region。

兩者碰撞的位置就是：

$$
\boxed{
\text{next high-information frontier}.
}
$$

---

# 69. 與 graph closure 的最終融合

最後：

$$
\boxed{
\text{circle arrangement}
}
$$

只是一個幾何層。

真正最終物件是：

$$
\boxed{
\text{quotiented information-provenance graph}.
}
$$

也就是每個 region 都知道：

- 從哪來；
- 為何存在；
- 被誰支持；
- 被誰反對；
- 為何合併；
- 為何剪掉。

---

# 70. 最終解釋能力

若方法成功，

最終不只回答：

> 答案在哪？

而能回答：

1. 哪些方向展開過？
2. 哪些限制從外向內壓過來？
3. 哪些區域重疊最多？
4. 哪些重疊只是冗餘？
5. 哪些是高資訊衝突？
6. 哪些 cells 被切開？
7. 哪些 cells 被重新合併？
8. 哪些 path 最後必經？
9. 為什麼 surviving spine 是現在這個樣子？

---

# 71. 與「外向內、內向外」的真正統一

BCODR 的核心哲學不是：

$$
\boxed{
\text{從內找到外}
}
$$

或：

$$
\boxed{
\text{從外找到內}.
}
$$

而是：

$$
\boxed{
\text{讓兩個方向各自生成有限可測區域，
再把相遇方式本身變成資訊。}
}
$$

---

# 72. 第一原則

可將方法濃縮為：

$$
\boxed{
\textbf{Overlap is not ambiguity; overlap is structured information.}
}
$$

中文：

> 重疊不是模糊；重疊本身就是結構化資訊。

---

# 73. 第二原則

$$
\boxed{
\textbf{Cut only where information membership changes.}
}
$$

中文：

> 只在資訊歸屬真正改變的地方切開。

---

# 74. 第三原則

$$
\boxed{
\textbf{Separate before recomposing.}
}
$$

中文：

> 先分離角色，再重新組合；不要在角色未辨識前直接平均。

---

# 75. 第四原則

$$
\boxed{
\textbf{Preserve minimum distinguishability.}
}
$$

中文：

> 允許高度重疊，但必須保留最小可區分性。

---

# 76. 第五原則

$$
\boxed{
\textbf{Recomposition should preserve provenance.}
}
$$

中文：

> 重新組合不能抹掉來源。

因此任何 merge 後 node 必須能回溯原始 atomic cells。

---

# 77. 第六原則

$$
\boxed{
\textbf{Use calculus only after geometry has localized responsibility.}
}
$$

中文：

> 微積分不是被排除，而是被放到責任已局部化之後。

---

# 78. 研究用途中的誠實邊界

BCODR v0.1 目前是一個方法論框架。

尚未證明：

1. 對任意搜尋問題收斂；
2. 對任意 objective 找到 global optimum；
3. 圓核永遠是最佳初始 kernel；
4. 所有 information score 都有唯一自然定義；
5. recomposition 唯一；
6. 最終 surviving spine 唯一。

因此：

$$
\boxed{
\text{BCODR 是 closure architecture，
不是 universal convergence theorem。}
}
$$

---

# 79. 可形式化方向

未來可研究：

## A. Overlap Graph Connectivity Theorem

在何種 radius schedule 下：

$$
G_C
$$

保持連通？

## B. Atomic Partition Completeness

圓 arrangement 是否完整捕捉所有 membership transitions？

## C. Measure-Difference Packing Bound

給：

$$
D_\mu\ge\varepsilon,
$$

一個 bounded domain 最多容納多少非冗餘 kernels？

## D. Information Monotonicity

recomposition 是否保持：

$$
\text{information non-loss}
$$

的某種 order？

## E. Spine Convergence

多尺度 refinement 下：

$$
S_n
$$

是否收斂？

---

# 80. 未來擴充：高維球核

在：

$$
\mathbb R^d
$$

使用：

$$
B_d(p,r).
$$

重疊原子變成球 arrangement cells。

資訊與 graph 層不變。

---

# 81. 未來擴充：非歐幾里得 kernel

若空間有自然 metric：

$$
d_g,
$$

則用：

$$
\boxed{
B_g(p,r).
}
$$

例如：

- shape-space metric；
- graph geodesic ball；
- support-function norm ball。

這對 LESR 特別重要。

---

# 82. 未來擴充：證書球

一個 kernel 不一定是物理幾何圓。

它也可以是：

$$
\boxed{
\text{parameter-space certificate ball}.
}
$$

例如：

$$
B(p,r)
$$

表示：

> 以 parameter state $p$ 為中心，半徑 $r$ 內同一 certificate 成立。

---

# 83. 未來擴充：反證球

同理：

$$
B^-(q,r)
$$

可表示：

> 以 counterexample $q$ 為中心，半徑 $r$ 的 failure basin。

所以 proof 與 counter-proof 本身可以被統一成雙向 kernel field。

---

# 84. BCODR 與目前 Lebesgue 研究下一步

若將 BCODR 正式接回 root-6217：

第一版可以不用直接替代 Paper 09C。

先建立：

$$
\boxed{
\text{parameter-space BCODR map}
}
$$

把：

- 195 shape-active parent roots；
- local/tail split；
- zero-rotation barrier；
- positive-rotation candidate branch；
- $A_{\mathrm{ref}}$ prune regions；

映射成雙向 circle field。

然後：

1. 看 overlap graph；
2. 找高資訊 conflict cells；
3. 對 surviving spine 再決定哪些地方值得做 $\Phi_2$；
4. 其餘交給 finite certificate。

這可能比直接對整個 local domain做二階 calculus 更省。

---

# 85. 最終方法摘要

BCODR 可以濃縮為：

$$
\boxed{
\begin{aligned}
&\text{Inner seeds}
\xrightarrow{\text{circular expansion}}
\mathcal C^+\\
&\text{Outer constraints}
\xrightarrow{\text{circular contraction}}
\mathcal C^-\\
&\mathcal C^+\cap\mathcal C^-
\xrightarrow{\text{arrangement}}
\{\Omega_a\}\\
&\{\Omega_a\}
\xrightarrow{\text{information / topology / proof separation}}
\text{typed cells}\\
&\text{typed cells}
\xrightarrow{\text{recomposition}}
G_{\mathrm{BCODR}}\\
&G_{\mathrm{BCODR}}
\xrightarrow{\text{quotient / prune}}
S_{\mathrm{survive}}.
\end{aligned}
}
$$

最終不是單一圓。

不是單一交點。

也不是單一微積分極值。

而是：

$$
\boxed{
\text{由雙向展開、重疊資訊、切分與重組共同生成的 surviving structural spine。}
}
$$

---

# Canonical Source Declaration

本檔為《雙向圓核重疊分解法：從切分、分離到資訊重組》v0.1 的 UTF-8 Markdown canonical source。

數學 delimiter 僅使用 `$...$` 與 `$$...$$`。

本文將以下內容視為方法論核心：

- 雙向展開／收束；
- 圓核起步；
- overlap graph；
- 最小測度差異性；
- arrangement atomic cells；
- 幾何／拓樸／資訊／證書分離；
- provenance-preserving recomposition；
- graph quotient；
- surviving structural spine；
- calculus-after-localization。

本文不宣稱 universal convergence theorem。

===END===
