# Bidirectional Circular Overlap Decomposition and Recomposition: From Cutting and Separation to Informational Recomposition
## Bidirectional Circular Overlap Decomposition and Recomposition
### A Geometric-Informational Method for Bidirectional Expansion, Atomic Partition, Separation, and Structural Reassembly

**Document Code:** `BCODR-v0.1`  
**Chinese Name:** 雙向圓核重疊分解法  
**English Name:** Bidirectional Circular Overlap Decomposition and Recomposition  
**Abbreviation:** `BCODR`  
**Version:** v0.1  
**Date:** 2026-09-21  
**Author:** Neo.K  
**AI Collaboration:** Aletheia / ChatGPT, GPT-5.6 Sol  
**Institution:** EveMissLab／一言諾科技有限公司  
**Status:** Methodology / formal operational draft  
**Applicable Levels:** Geometric search, shape convergence, possibility space, information field, topological decomposition, graph-theoretic closure, certificate responsibility allocation

---

# Abstract

This paper proposes the **Bidirectional Circular Overlap Decomposition and Recomposition** (BCODR).

Its core is neither a one-directional expansion outward from some candidate, nor a one-directional compression inward from an external boundary, but rather the simultaneous construction of:

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

two families of circular kernels, one for each direction.

Every local exploration preferentially uses a circle/disk as the lowest-order, direction-neutral geometric kernel, so that the local possibilities produced by the different directions can:

1. intersect;
2. overlap;
3. have their measures compared;
4. establish a minimum difference;
5. form a separable arrangement;
6. have their overlap regions converted into quantities of information;
7. have their smallest atomic blocks cut apart;
8. then be separated further by geometry, topology, information, and certificate role;
9. finally be recomposed according to structural rules.

Hence the basic BCODR cycle is:

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

This method is particularly suited to the following situations:

- the candidate space needs both expansion and contraction;
- local possibilities overlap each other heavily;
- importance cannot be judged from a single scalar objective alone;
- it is necessary to preserve "which regions are jointly supported by which sources";
- the final result needs graph-theoretic, topological, and visual explanation;
- distinct responsibilities such as proof / counter-proof / shape / witness need to be geometrized.

BCODR does not assume that every problem must be solved with circles.

In this method, the circle first plays the role of:

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

and:

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

If subsequent information shows that the local structure is highly anisotropic, the circular kernel can be replaced by an ellipse, a local metric ball, a support-function ball, or another anisotropic kernel.

BCODR is therefore a "circular-kernel-first, structurally self-adapting" method, not an assumption that "all real geometry must be circular."

---

# 1. Problem Motivation

Many complex search problems face two opposing requirements at once.

The first is:

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

which therefore requires:

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

The second is:

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

which therefore requires:

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

Traditional pipelines often chain the two into:

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

But this creates a problem:

> External contraction information enters the process too late.

BCODR changes this to:

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

letting the two fields meet, intersect, and overlap in the middle.

What is truly being studied is not a single path, but:

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

---

# 2. Basic Space

Let

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

be a space equipped with:

- a distance $d$;
- a measure $\mu$

The most intuitive case is:

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

with:

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

But BCODR is not restricted to two dimensions.

It can be generalized to:

$$
\mathbb R^n,
$$

or even to a general metric-measure space.

---

# 3. Inner and Outer Kernels

Define two classes of seed sets.

## 3.1 Interior Seeds

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

These represent:

- known cores;
- already-certified local regions;
- candidate centers;
- proof seeds;
- shape seeds;
- witness seeds.

They expand outward.

---

## 3.2 Exterior Seeds

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

These represent:

- external constraints;
- known upper boundaries;
- forbidden boundaries;
- the global domain;
- counterconstraints;
- enclosure shells.

They contract inward.

---

# 4. Circular Kernel

In the Euclidean plane, the disk kernel is defined as:

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

Its boundary circle is:

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

BCODR defaults to using, first:

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

Rationale:

1. it carries no pre-existing directional preference;
2. the radius can directly serve as a scale;
3. area, overlap, and distance are easy to compute;
4. arrangement structures for it are well developed;
5. it can naturally be replaced by a local metric ball.

---

# 5. Inward-to-Outward Circle Family

For

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

construct:

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

where

$$
r
$$

increases with the research level.

Hence:

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

This is:

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

---

# 6. Outward-to-Inward Circle Family

The outward-to-inward direction can take two forms.

---

## 6.1 Exterior-Seed Inward Balls

For

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

construct:

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

so that the effective range shrinks as $r$ increases.

---

## 6.2 Domain erosion

If a feasible exterior region

$$
\Omega_0,
$$

is already available, then define:

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

where

$$
\ominus
$$

is morphological erosion.

This means:

> eating inward from the outer boundary a band of uncertainty of radius $r$.

---

# 7. Bidirectional Field

The overall state is written as:

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

where:

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

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

The two kinds of circular kernels need not follow the same radius schedule.

They can be written as:

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

---

# 8. Why Not Simply Voronoi

A Voronoi diagram typically relies on:

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

to give each point a single primary source.

BCODR deliberately preserves:

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

A point can belong to many circles at once.

So overlap is not an error.

Overlap is information.

---

# 9. Overlap Requirement

The user's original conception requires that:

> every outgoing circle should intersect with the others, and overlapping is allowed.

This can be formalized into two versions.

---

## 9.1 Connected-overlap condition

Build the overlap graph:

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

If:

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

then:

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

The basic requirement is:

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

That is, every circle is connected to the overall structure through at least one overlap path.

This is the BCODR default version.

---

## 9.2 Pairwise-overlap strong mode

A stronger version:

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

This is suited to:

- a small number of circles;
- local closure;
- a highly concentrated candidate basin.

But it is overly restrictive for large-scale expansion, so it is not the default.

---

# 10. Minimum Measure Distinguishability

If two circular kernels are almost completely identical,

the information they provide is close to redundant.

Hence define:

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

where:

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

Set:

$$
\varepsilon_\mu>0.
$$

Require that important kernels satisfy at least:

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

for a specified non-equivalent pair.

This is:

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

minimum measure distinguishability.

---

# 11. Normalized Difference

If circle sizes differ,

using the raw area difference directly may be affected by scale.

A Jaccard-type difference can be used instead:

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

Require:

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

---

# 12. Overlap Multiplicity

For every point:

$$
x\in X,
$$

define the total coverage multiplicity:

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

Split by direction:

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

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

---

# 13. Bidirectional Balance Field

Define:

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

Interpretation:

$$
b(x)>0
$$

means:

> inward-to-outward expansion information is stronger.

$$
b(x)<0
$$

means:

> outward-to-inward contraction information is stronger.

$$
b(x)=0
$$

means:

> the two directions of support are balanced.

---

# 14. Overlap Information Quantity

The simplest information quantity can be defined as:

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

But BCODR recommends using the more complete:

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

where:

- $N(x)$: novelty;
- $S(x)$: stability;
- $C(x)$: certificate strength.

---

# 15. Novelty

If a region is covered by several circles that are almost completely identical,

high multiplicity does not mean high information.

Hence introduce:

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

to measure how different, from one another, the sources covering that point are.

A simplified definition:

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

where:

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

---

# 16. Certificate Strength

Every circle or source can carry:

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

For example:

```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
```

Then:

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

This lets color represent not only the overlap count,

but also the strength of the evidence.

---

# 17. A Basic Information Field

One can start with:

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

where:

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

This formula is only an operational default.

It is not the unique information-theoretic definition.

---

# 18. Arrangement Cutting

Given all the boundary circles:

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

take their planar arrangement.

All:

- circle–circle intersection points;
- intersection points between circles and the domain boundary;

become cutting vertices.

This cuts the studied region into:

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

---

# 19. Atomic Cells

Each

$$
\Omega_a
$$

is called an:

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

Its defining feature is:

for every circle

$$
C_k,
$$

membership within

$$
\Omega_a
$$

remains unchanged.

---

# 20. Membership Signature

Define:

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

where:

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

If directional information is needed:

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

---

# 21. The True Meaning of Cutting

BCODR's

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

is not an arbitrary cutting of shapes.

Rather:

> every location where membership changes is treated as a cutting surface, until each cell's set of sources is fixed.

Hence an atomic cell is a:

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

---

# 22. Atomic Cell Data Structure

Every cell stores at least:

```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. Separation: First Layer, Geometric Separation

Classify cells by:

- area;
- shape;
- boundary curvature;
- circle source;
- local radius scale;

For example:

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

or:

$$
d_H
$$

using the Hausdorff distance.

---

# 24. Separation: Second Layer, Topological Separation

Compute, for every cell:

- connected component;
- bridge status;
- cut-cell status;
- hole boundary;
- articulation role;
- homology / persistent homology signature.

Especially important:

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

may have a very small area,

but it may be the only connection between two large regions.

So cells cannot be deleted by area alone.

---

# 25. Separation: Third Layer, Informational Separation

Define the cell's information:

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

or its total information:

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

Classify into:

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

---

# 26. Separation: Fourth Layer, Directional Role

Using:

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

classify into:

```text
OUTWARD_DOMINANT
INWARD_DOMINANT
BALANCED
```

This directly supports the color encoding.

---

# 27. Separation: Fifth Layer, Certificate Role

A single cell can simultaneously carry:

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

Hence the geometric diagram is not merely a spatial diagram.

It can directly carry a proof ledger.

---

# 28. Recomposition

Cutting is not the endpoint.

Atomic cells are too fine-grained.

What is needed is:

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

---

# 29. Strict Recomposition

If two adjacent cells:

$$
\Omega_a,\Omega_b
$$

satisfy:

1. identical membership signature;
2. identical topology role;
3. small difference in information score;
4. compatible certificate role;

then we may set:

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

and take the equivalence class:

$$
[\Omega].
$$

---

# 30. Approximate Recomposition

If:

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

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

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

then perform an approximate merge.

But the following must be retained:

```text
MERGE_TOLERANCE
```

and:

```text
MERGE_CERTIFICATE
```

to avoid irreversible information loss.

---

# 31. Non-Mergeable Conditions

If any of the following holds:

- conflicting proof/counter role;
- different topology bridge role;
- different stabilizer;
- large information discontinuity;
- membership difference exceeding the threshold;
- different target-specific status;

then:

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

---

# 32. Graph-Theoretic Formalization

Treat every recomposed region as a node:

$$
V_G.
$$

If two regions are:

- boundary-adjacent;
- connected by overlap lineage;
- connected by a proof transition;

establish an edge.

This gives:

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

---

# 33. Edge Types

At minimum, these include:

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

---

# 34. Surviving Spine

In the end, the full graph is not retained.

For:

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

a quotient / prune is performed.

This gives:

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

This is the:

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

---

# 35. Bidirectional Closure Condition

The ideal state is not:

> all circles shrinking to a single point.

Rather:

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

One can define:

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

Only when:

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

and no new structural responsibility is being added,

is the system approaching closure.

---

# 36. Minimum Information Difference

Besides the minimum measure difference,

one can also require:

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

where:

$$
D_I
$$

measures the difference between:

- membership;
- information field;
- certificate source;

Hence two circles that are geometrically slightly different,

but fully equivalent in information,

can also be merged.

---

# 37. Color Mapping

BCODR's colors are not decoration.

They directly encode state.

---

## 37.1 Hue

Controlled by:

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

For example:

- outward dominant;
- balanced;
- inward dominant;

using a three-segment hue.

---

## 37.2 Saturation

Controlled by:

$$
I(x)
$$

The higher the information:

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

---

## 37.3 Brightness

Controlled by:

$$
C(x)
$$

or by stability.

The stronger the certificate:

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

---

## 37.4 Pattern / Border

Used for proof status:

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

This also works for black-and-white printing.

---

# 38. Conflict Regions

If an atomic cell simultaneously has:

$$
\text{strong proof support}
$$

and:

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

it cannot simply be averaged away.

It must be marked:

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

It becomes the highest priority for the next round.

---

# 39. Why Circles Are Suited to the First Layer

The true advantage of the circular kernel is:

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

If a highly complex shape were used directly from the start:

- the kernel itself would carry too many assumptions;
- overlap would be hard to compare;
- the arrangement would become excessively complex.

Hence, circles first.

Then examine:

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

---

# 40. Kernel Deformation Gate

If a cell's local information covariance:

$$
\Sigma_a
$$

is highly anisotropic:

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

it triggers:

```text
DEFORM_KERNEL
```

The circle becomes:

- an ellipse;
- an anisotropic metric ball;
- a support-function kernel.

Hence:

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

---

# 41. Relationship to Traditional Calculus

BCODR does not reject calculus.

It simply places calculus later in the process.

The traditional route might be:

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

The BCODR route:

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

Calculus therefore becomes a:

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

rather than the sole global method.

---

# 42. Relationship to Topology

The arrangement cut produces geometric cells.

The topological layer answers:

- which cells are bridges;
- which cells are holes;
- which cells are branch points;
- which merges would destroy connectivity information.

BCODR is therefore:

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

---

# 43. Relationship to Group Theory

If certain families of circles are generated by the action of a group

$$
G,
$$

for example:

- rotation;
- reflection;
- translation quotient;

then equivalent kernels can first be reduced by:

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

before taking the arrangement.

This substantially reduces redundancy.

---

# 44. Relationship to the Skew Field

The skew field is responsible for:

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

BCODR's circular kernel first establishes an isotropic baseline.

If a directional deviation appears in an overlap cell:

$$
\text{skew}
$$

it becomes a trigger for:

```text
DEFORM_KERNEL
```

or:

```text
SPLIT_CELL
```

So:

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

---

# 45. Relationship to UESFCM

UESFCM:

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

BCODR can serve as a geometric realization of UESFCM:

$$
\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. Relationship to LESR

LESR's shape closure originally relied mainly on:

- support function;
- topology strata;
- group modes;
- calculus;
- dual pressure.

BCODR provides another high-level closure mechanism:

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

which then, via:

- overlap;
- atomic cells;
- information;
- graph spine;

performs global responsibility compression first.

Calculus is used only within:

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

.

---

# 47. Concrete Integration with the Lebesgue Line

For the current Lebesgue / root-6217 research:

each of:

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

can be mapped to a local kernel center:

$$
p_i.
$$

The kernel radius can be determined by:

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

---

# 48. Inward-to-Outward Sources

For example:

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

generate outward:

$$
\mathcal C^+.
$$

This represents:

> expanding from known structure toward unknown neighborhoods.

---

# 49. Outward-to-Inward Sources

For example:

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

generate inward:

$$
\mathcal C^-.
$$

This represents:

> contracting from known constraints toward the candidate space.

---

# 50. The Meaning of Overlap Regions

If:

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

it means:

> a possibility expanded from an interior candidate has already entered the zone of influence of an exterior constraint.

This class of overlap cell carries:

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

---

# 51. Proof and Counter-Proof Coloring

One may set:

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

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

Define:

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

If:

$$
P(x)\approx0
$$

but both are high,

that is a:

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

---

# 52. Proof Responsibility After Cutting

An atomic cell:

$$
\Omega_a
$$

can be assigned:

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

BCODR can therefore also serve as a:

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

---

# 53. Bidirectional Stopping Conditions

The conditions under which a single kernel stops expanding can include:

1. first intersection with an opposite-direction kernel;
2. information gain dropping to:
   $$
   <\varepsilon_I;
   $$
3. added area falling to:
   $$
   <\varepsilon_\mu;
   $$
4. having already entered a certified cell;
5. having already merged with an equivalent kernel;
6. the topology role being stable.

---

# 54. Global Stop Condition

The global stop can be defined as:

$$
\boxed{
R_n=0
}
$$

where:

$$
R_n
$$

is the number of unresolved responsibility classes.

Or:

$$
\boxed{
R_n=1
}
$$

with the single remaining class already carrying a complete closure certificate.

---

# 55. Circular Expansion Schedule

The basic schedule:

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

But:

$$
\Delta r_k
$$

can be adaptive.

For example:

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

The denser the information,

the smaller:

$$
\Delta r
$$

becomes.

---

# 56. Information-Guided Radius

The reverse is also possible:

low-information regions are traversed quickly;

high-information regions are refined.

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

---

# 57. Minimum Overlap Threshold

Require an effective overlap of:

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

This avoids treating a mere single-point tangency as an informative overlap.

---

# 58. Maximum Redundancy Threshold

If:

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

and:

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

then it is a:

```text
REDUNDANT_KERNEL
```

and may be merged.

---

# 59. Partition Complexity Control

If the number of circles:

$$
N
$$

becomes too large,

the full arrangement can reach:

$$
O(N^2)
$$

intersection points and cells.

A hierarchy is therefore needed.

---

# 60. Hierarchical BCODR

First, at a coarse scale:

$$
r_0
$$

build the large circles.

Only within high-information overlaps generate child circles of:

$$
r_1<r_0
$$

This forms a:

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

---

# 61. Parent-Child Circles

Every child kernel stores:

```text
parent_kernel
generation
scale
reason_for_split
```

so that, in the end, one can trace:

> why was this region subdivided?

---

# 62. Local Circle Groups

The same high-information cell can generate a set of:

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

This is a:

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

used to test directional non-uniformity within the cell.

---

# 63. The Standard Cut–Separate–Recompose Pipeline

The 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. Minimal Implementable Data Model

```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. The Minimal BCODR Algorithm

```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. Certification Requirements

If BCODR is used for rigorous research,

every:

```text
CUT
MERGE
PRUNE
```

must output its justification.

For example:

```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 Support

If a cell is found to contain:

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

it should not be discarded outright.

First mark it:

```text
COUNTER_CELL
```

and generate a new circular kernel along the opposite direction.

In this way, the counterexample itself forms a:

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

---

# 68. BCODR's Bidirectional Self-Correction

Hence:

$$
\text{proof}
$$

generates an outward confirmed region.

$$
\text{counter-proof}
$$

generates an inward exclusion region.

Where the two collide is exactly the:

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

---

# 69. Final Fusion with Graph Closure

In the end:

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

is only a geometric layer.

The true final object is the:

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

That is, every region knows:

- where it came from;
- why it exists;
- who supports it;
- who opposes it;
- why it was merged;
- why it was cut away.

---

# 70. Final Explanatory Power

If the method succeeds,

it will in the end not only answer:

> where is the answer?

but will be able to answer:

1. which directions were expanded?
2. which constraints pressed inward from the outside?
3. which regions overlapped the most?
4. which overlaps were merely redundant?
5. which were high-information conflicts?
6. which cells were cut apart?
7. which cells were recombined?
8. which paths were ultimately unavoidable?
9. why does the surviving spine look the way it does now?

---

# 71. The True Unification of "Outward-to-Inward" and "Inward-to-Outward"

BCODR's core philosophy is not:

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

nor:

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

but rather:

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

---

# 72. First Principle

The method can be condensed as:

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

In plain English:

> overlap is not ambiguity; overlap is itself structured information.

---

# 73. Second Principle

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

In plain English:

> cut only where information membership genuinely changes.

---

# 74. Third Principle

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

In plain English:

> separate roles first, then recompose; do not average things together before their roles have been identified.

---

# 75. Fourth Principle

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

In plain English:

> a high degree of overlap is allowed, but minimum distinguishability must be preserved.

---

# 76. Fifth Principle

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

In plain English:

> recomposition must not erase provenance.

Hence any node resulting from a merge must be traceable back to its original atomic cells.

---

# 77. Sixth Principle

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

In plain English:

> calculus is not excluded — it is simply deferred until after responsibility has been localized.

---

# 78. Honest Boundaries in Research Use

BCODR v0.1 is currently a methodological framework.

It has not yet been proven that:

1. it converges for arbitrary search problems;
2. it finds the global optimum for an arbitrary objective;
3. the circular kernel is always the optimal initial kernel;
4. every information score has a unique natural definition;
5. recomposition is unique;
6. the final surviving spine is unique.

Hence:

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

---

# 79. Directions for Formalization

Future work may study:

## A. Overlap Graph Connectivity Theorem

Under what radius schedule does:

$$
G_C
$$

remain connected?

## B. Atomic Partition Completeness

Does the circular arrangement completely capture all membership transitions?

## C. Measure-Difference Packing Bound

Given:

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

how many non-redundant kernels can a bounded domain accommodate at most?

## D. Information Monotonicity

Does recomposition preserve some ordering of:

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

?

## E. Spine Convergence

Under multi-scale refinement, does:

$$
S_n
$$

converge?

---

# 80. Future Extension: Higher-Dimensional Ball Kernels

In:

$$
\mathbb R^d
$$

use:

$$
B_d(p,r).
$$

The overlap atoms become ball-arrangement cells.

The information and graph layers remain unchanged.

---

# 81. Future Extension: Non-Euclidean Kernels

If the space has a natural metric:

$$
d_g,
$$

then use:

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

For example:

- shape-space metric;
- graph geodesic ball;
- support-function norm ball.

This is especially important for LESR.

---

# 82. Future Extension: Certificate Balls

A kernel need not be a physical geometric circle.

It can also be a:

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

For example:

$$
B(p,r)
$$

means:

> the same certificate holds within radius $r$ of the parameter state $p$.

---

# 83. Future Extension: Counterexample Balls

Likewise:

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

can represent:

> the failure basin of radius $r$ centered on the counterexample $q$.

Proof and counter-proof can therefore themselves be unified into a bidirectional kernel field.

---

# 84. BCODR and the Next Steps for the Current Lebesgue Research

If BCODR is formally connected back into root-6217:

the first version need not directly replace Paper 09C.

Instead, first build a:

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

mapping:

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

into a bidirectional circle field.

Then:

1. examine the overlap graph;
2. find the high-information conflict cells;
3. decide, for the surviving spine, which locations are worth doing $\Phi_2$ on;
4. leave the rest to finite certificates.

This may be more economical than performing second-order calculus directly over the entire local domain.

---

# 85. Final Method Summary

BCODR can be condensed as:

$$
\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}
}
$$

The end result is not a single circle.

It is not a single intersection point.

Nor is it a single calculus extremum.

Rather, it is the:

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

---

# Canonical Source Declaration

This file is the UTF-8 Markdown canonical source of "Bidirectional Circular Overlap Decomposition and Recomposition: From Cutting and Separation to Informational Recomposition" v0.1.

Mathematical delimiters use only `$...$` and `$$...$$`.

This document treats the following as the core of the methodology:

- bidirectional expansion/contraction;
- starting from a circular kernel;
- the overlap graph;
- minimum measure distinguishability;
- arrangement atomic cells;
- geometric / topological / informational / certificate separation;
- provenance-preserving recomposition;
- graph quotient;
- the surviving structural spine;
- calculus-after-localization.

This document does not claim a universal convergence theorem.

===END===
