LSI-PSD-02 — 邏輯空間積分:從單次證明搜尋到研究空間覆蓋
Logic-Space Integration: From Single Proof Search to Research-Space Coverage
系列: 邏輯空間積分與證明空間動力學 / Logic-Space Integration and Proof-Space Dynamics系列代碼: LSI-PSD論文序號: 02版本: v2.0 Expanded Edition日期: 2026-08-17理論發起: Neo.K協作整理: Aletheia / GPT-5.6 Sol文件地位: 方法論核心論文 / Coverage Formalization PaperCanonical source: UTF-8 MarkdownCanonical math delimiters: $...$ 與 $$...$$
研究地位聲明 :本文建立「邏輯空間積分」的操作性數學框架,用來描述長程 AI 數學研究中已探索、已驗證、已排除、已回訪與仍未知的研究區域。本文所稱的 coverage、integration、saturation、basin、obstruction coverage 等量,首先是對特定搜尋制度之可觀測研究狀態的度量,不等於對所有可能證明、所有可能表示、所有可能公理擴張或數學真理本身的完整測度。本文不主張已能計算任何公開未解問題的「真實總證明空間百分比」,更不把 coverage 高、novelty 下降或局部飽和視為原命題錯誤、不可證、不可判定或已被反證的證據。
摘要
當 AI 數學研究從單次輸出擴張到數百、數千甚至更長的持續研究輪次時,「是否找到最終證明」不再足以描述研究系統的進度。大量中間引理、失敗路徑、表示切換、反例候選、形式驗證、數值實驗與跨路線匯流會形成一個具有歷史、局部性與重訪結構的研究空間。若這些資料只以最後成功或失敗二分,則研究系統無法回答一個更基礎的問題:我們究竟探索了什麼,以及新增一輪研究到底增加了多少可審計的新資訊?
本文提出「邏輯空間積分」的第一個完整形式化框架。承接 LSI-PSD-01 所定義的搜尋制度
R = ( A , L , M , V , B , K , Σ ) , R=(\mathcal A,\mathcal L,\mathcal M,\mathcal V,B,\mathcal K,\Sigma), R = ( A , L , M , V , B , K , Σ ) ,
本文把研究空間區分為形式可證域、制度可達域、觀測域、驗證域與暫存研究記憶,並在適當的語義商空間上定義 coverage function:
c N : Ω ˉ R ( Q ) → [ 0 , 1 ] . c_N:\bar\Omega_R(Q)\rightarrow[0,1]. c N : Ω ˉ R ( Q ) → [ 0 , 1 ] .
由此定義理想化的邏輯空間積分:
I N = ∫ Ω ˉ R ( Q ) c N ( ω ) d μ ( ω ) , I_N
=
\int_{\bar\Omega_R(Q)}
c_N(\omega)\,d\mu(\omega), I N = ∫ Ω ˉ R ( Q ) c N ( ω ) d μ ( ω ) ,
以及增量:
Δ I N = I N + 1 − I N . \Delta I_N
=
I_{N+1}-I_N. Δ I N = I N + 1 − I N .
但本文特別指出:在真正未解數學問題中,分母 Ω ˉ R ( Q ) \bar\Omega_R(Q) Ω ˉ R ( Q ) 通常未知,測度 μ \mu μ 也不存在天然唯一選擇。因此, I N I_N I N 首先是一個理論極限量 ,不能被輕率轉譯為「已探索了 73 % 73\% 73% 的證明空間」。可操作實驗應改用一組不假裝知道總空間大小的相對量,包括 state coverage、route coverage、obstruction coverage、method-family coverage、representation coverage、verification coverage 與 local-basin coverage。本文因此主張使用 coverage vector:
C N = ( C N s t a t e , C N r o u t e , C N o b s , C N m e t h o d , C N r e p r , C N v e r ) , \mathbf C_N
=
(
C_N^{state},
C_N^{route},
C_N^{obs},
C_N^{method},
C_N^{repr},
C_N^{ver}
), C N = ( C N s t a t e , C N r o u t e , C N o b s , C N m e t h o d , C N r e p r , C N v er ) ,
而不是過早把所有研究歷史壓縮成一個單一百分比。
本文進一步定義負資訊的積分效應:一條經審計的 no-go route 雖然沒有提供最終證明,卻可以合法縮小制度內的候選區域:
Ω N + 1 s u r v = Ω N s u r v ∖ E N , \Omega_{N+1}^{surv}
=
\Omega_N^{surv}\setminus E_N, Ω N + 1 s u r v = Ω N s u r v ∖ E N ,
其中 E N E_N E N 必須有明確條件、適用域與可重現證據。這使「失敗」第一次能被區分為零資訊失敗與正向 coverage gain。本文也定義 marginal research yield:
η N = Δ I ~ N Cost ( N , N + 1 ) , \eta_N
=
\frac{\Delta \widetilde I_N}{\operatorname{Cost}(N,N+1)}, η N = Cost ( N , N + 1 ) Δ I N ,
用來衡量每單位算力、人工審計或生成成本所換得的新增可驗證研究區域。
近年的自動定理證明工作已顯示 proof search 應被視為軌跡與圖搜尋問題。LeanProgress 直接估計 proof trajectory 的剩餘步數;BFS-Prover、AlphaProof、TreeThink 等系統以搜尋樹與 verifier feedback 導航 proof space;Aristotle 將正式 proof search 與非正式推理、lemma generation 結合;AlphaProof Nexus 在公開未解問題上以多代理正式搜尋與 Lean 驗證工作;2026 年的 theorem testing benchmark 則顯示 theorem statement 能成功編譯,不代表其語義已被充分保存,後續 dependent theorems 可提供更強測試。這些結果共同說明,單一 pass/fail 指標不足以表示長程研究進度。
本文最後以 NS-203 長程 Navier--Stokes 語料作為原型案例。該案例已出現 route revisit、cross-series dependency、obstruction confluence 與局部 higher-order sampling,但固定窗口 novelty 統計並不支持「全域 novelty 已崩潰」的結論。這個結果用來示範本文最重要的原則:coverage 可以局部增加,飽和可以局部成立,而全域證明空間仍然保持未知。
關鍵詞: 邏輯空間積分、證明空間覆蓋、proof search、研究空間、coverage vector、局部飽和、negative information、obstruction、route graph、驗證權重、AI 數學研究、Navier--Stokes
1. 從「有沒有證明」轉向「研究空間增加了什麼」
1.1 單次 theorem proving 的成功函數
最簡單的自動定理證明評估可以寫為:
S ( Q ) = { 1 , ∃ π : V ( π , Q ) = 1 , 0 , otherwise . S(Q)
=
\begin{cases}
1,&\exists \pi:\mathcal V(\pi,Q)=1,\\
0,&\text{otherwise}.
\end{cases} S ( Q ) = { 1 , 0 , ∃ π : V ( π , Q ) = 1 , otherwise .
這個成功函數對 benchmark 很有用。
它回答:
這個系統是否找到一個 verifier 接受的證明?
但它刻意忽略:
嘗試過多少條路;
哪些中間引理已被證明;
哪些表示被證明難以處理;
哪些方法族反覆撞上同一障礙;
哪些失敗其實排除了大區域候選;
哪些路徑只是假重複;
哪些新結果沒有進入最終 proof term,卻能被其他研究重用。
因此:
S ( Q ) S(Q) S ( Q )
是一個終點指標 ,不是研究歷史指標。
1.2 長程研究需要另一種進度概念
假設 AI 在固定問題 Q Q Q 上持續工作 N N N 輪。
每一輪產生研究事件:
e i = ( q i , s i , a i , r i , v i , t i ) , e_i
=
(
q_i,
s_i,
a_i,
r_i,
v_i,
t_i
), e i = ( q i , s i , a i , r i , v i , t i ) ,
其中可以分別表示:
q i q_i q i :當輪局部目標;
s i s_i s i :進入時研究狀態;
a i a_i a i :採取的方法或 action;
r i r_i r i :輸出的候選結果;
v i v_i v i :驗證狀態;
t i t_i t i :時間、版本或 provenance。
完整歷史為:
H N = ( e 1 , e 2 , … , e N ) . \mathcal H_N
=
(e_1,e_2,\ldots,e_N). H N = ( e 1 , e 2 , … , e N ) .
如果最後仍沒有證明,傳統成功函數仍然只有:
S ( Q ) = 0. S(Q)=0. S ( Q ) = 0.
但這不代表:
H N = ∅ . \mathcal H_N
=
\varnothing. H N = ∅ .
反而可能:
∣ H N ∣ ≫ 1. |\mathcal H_N|
\gg1. ∣ H N ∣ ≫ 1.
因此長程研究需要回答另一個問題:
How much structured research space has been traversed, tested, or ruled out? \boxed{
\text{How much structured research space has been traversed, tested, or ruled out?}
} How much structured research space has been traversed, tested, or ruled out?
本文把這個問題稱為:
Logic-Space Integration \boxed{
\textbf{Logic-Space Integration}
} Logic-Space Integration
即「邏輯空間積分」。
2. 邏輯空間不是字串空間
2.1 最粗糙的錯誤:把 token 數當探索量
如果把每一段生成文字都視為一個新研究點,則只要修改:
符號名稱;
句子順序;
lemma 名稱;
Markdown 排版;
變數字母;
同義詞;
proof sketch 的自然語言表述;
就可以無限增加「探索量」。
這顯然不合理。
因此:
Text Space ≠ Logic Space . \text{Text Space}
\neq
\text{Logic Space}. Text Space = Logic Space .
甚至:
Syntactic Novelty ≠ Proof Novelty . \text{Syntactic Novelty}
\neq
\text{Proof Novelty}. Syntactic Novelty = Proof Novelty .
2.2 一階研究單元
本文暫時把一個研究單元表示為:
x = ( P , A , M , R , O , V ) , x
=
(
P,
A,
M,
R,
O,
V
), x = ( P , A , M , R , O , V ) ,
其中:
P P P :proposition / subgoal;
A A A :assumptions;
M M M :method / transformation;
R R R :result;
O O O :obstruction / failure mode;
V V V :verification status。
兩段文字若表面不同,但經 canonicalization 後得到相同:
( P , A , M , R , O , V ) , (P,A,M,R,O,V), ( P , A , M , R , O , V ) ,
則應視為同一或高度等價研究狀態。
2.3 語義等價關係
定義暫定等價關係:
x ∼ y x\sim y x ∼ y
若 x , y x,y x , y 在研究任務所關心的結構上不可區分。
例如:
rename ( x ) = y , reorder ( x ) = y , parameter-normalize ( x ) = y , same-proof-skeleton ( x , y ) = 1. \begin{aligned}
&\text{rename}(x)=y,\\
&\text{reorder}(x)=y,\\
&\text{parameter-normalize}(x)=y,\\
&\text{same-proof-skeleton}(x,y)=1.
\end{aligned} rename ( x ) = y , reorder ( x ) = y , parameter-normalize ( x ) = y , same-proof-skeleton ( x , y ) = 1.
真正要積分的空間不應是 Ω \Omega Ω ,而至少是:
Ω ˉ = Ω / ∼ . \bar\Omega
=
\Omega/\sim. Ω ˉ = Ω/ ∼ .
這裡的 ∼ \sim ∼ 不可能一次完美定義。
因此 LSI-PSD-03 將專門處理:
Semantic Quotient Space \boxed{
\text{Semantic Quotient Space}
} Semantic Quotient Space
問題。
本文先使用「任務相對等價」作為操作性前提。
3. 搜尋制度與五種不同的空間
3.1 搜尋制度回顧
承接第一篇,定義搜尋制度:
R = ( A , L , M , V , B , K , Σ ) . R
=
(
\mathcal A,
\mathcal L,
\mathcal M,
\mathcal V,
B,
\mathcal K,
\Sigma
). R = ( A , L , M , V , B , K , Σ ) .
其中:
A \mathcal A A :公理與背景理論;
L \mathcal L L :表示語言;
M \mathcal M M :方法族;
V \mathcal V V :驗證系統;
B B B :資源界;
K \mathcal K K :既有知識與資料;
Σ \Sigma Σ :調度、搜索與 agent 策略。
同一個 Q Q Q 在不同 R R R 下,具有完全不同的可達區域。
所以:
Ω R ( Q ) \Omega_R(Q) Ω R ( Q )
不是數學宇宙本身。
它只是:
在目前制度下,可被產生、表示、調用、驗證或探索的研究狀態集合。
3.2 形式可證空間
令:
Ω f o r m a l ( Q ; A ) \Omega_{formal}(Q;\mathcal A) Ω f or ma l ( Q ; A )
表示在背景形式系統 A \mathcal A A 中與 Q Q Q 有關的合法 proof states、proof objects 與中間命題空間。
這已經可能極大,甚至根本不可實際枚舉。
3.3 制度可達空間
加入語言、方法、工具與資源限制:
Ω R r e a c h ( Q ) ⊆ Ω f o r m a l ( Q ; A ) . \Omega_R^{reach}(Q)
\subseteq
\Omega_{formal}(Q;\mathcal A). Ω R r e a c h ( Q ) ⊆ Ω f or ma l ( Q ; A ) .
它表示:
理論上此搜尋制度有機會走到的區域。
這個集合仍然通常未知。
3.4 實際觀測空間
經過 N N N 輪後真正走過:
Ω N o b s ( Q ; R ) ⊆ Ω R r e a c h ( Q ) . \Omega_N^{obs}(Q;R)
\subseteq
\Omega_R^{reach}(Q). Ω N o b s ( Q ; R ) ⊆ Ω R r e a c h ( Q ) .
這是我們最容易從 logs、artifact、proof state、tool execution 與版本紀錄重建的部分。
3.5 已驗證空間
只有通過指定驗證門檻的部分進入:
Ω N v e r ⊆ Ω N o b s . \Omega_N^{ver}
\subseteq
\Omega_N^{obs}. Ω N v er ⊆ Ω N o b s .
可再分級:
Ω N v e r = Ω N f o r m a l ∪ Ω N c h e c k e d ∪ Ω N e m p i r i c a l , \Omega_N^{ver}
=
\Omega_N^{formal}
\cup
\Omega_N^{checked}
\cup
\Omega_N^{empirical}, Ω N v er = Ω N f or ma l ∪ Ω N c h ec k e d ∪ Ω N e m p i r i c a l ,
但不同級別不可混稱為相同強度。
3.6 研究記憶空間
研究系統還可能保存:
Ω N m e m . \Omega_N^{mem}. Ω N m e m .
其中包含:
未完成 proof sketch;
speculative conjecture;
failed branch;
counterexample candidate;
heuristic;
literature lead;
unresolved obstruction。
所以:
Ω N m e m ⊈ Ω N v e r . \Omega_N^{mem}
\not\subseteq
\Omega_N^{ver}. Ω N m e m ⊆ Ω N v er .
但:
Ω N m e m \Omega_N^{mem} Ω N m e m
仍然可能具有高 routing value。
3.7 五空間不能混在一起
因此至少要維持:
Ω f o r m a l , Ω R r e a c h , Ω N o b s , Ω N v e r , Ω N m e m \boxed{
\Omega_{formal},
\Omega_R^{reach},
\Omega_N^{obs},
\Omega_N^{ver},
\Omega_N^{mem}
} Ω f or ma l , Ω R r e a c h , Ω N o b s , Ω N v er , Ω N m e m
五者分離。
尤其不能從:
Ω N o b s ≈ Ω R r e a c h \Omega_N^{obs}
\approx
\Omega_R^{reach} Ω N o b s ≈ Ω R r e a c h
就推成:
Ω N o b s ≈ Ω f o r m a l . \Omega_N^{obs}
\approx
\Omega_{formal}. Ω N o b s ≈ Ω f or ma l .
更不能推成:
Ω N o b s ≈ all mathematical possibilities . \Omega_N^{obs}
\approx
\text{all mathematical possibilities}. Ω N o b s ≈ all mathematical possibilities .
4. 邏輯空間積分的理想定義
4.1 coverage function
在語義商空間:
Ω ˉ R ( Q ) = Ω R ( Q ) / ∼ \bar\Omega_R(Q)
=
\Omega_R(Q)/\sim Ω ˉ R ( Q ) = Ω R ( Q ) / ∼
上,定義 coverage function:
c N : Ω ˉ R ( Q ) → [ 0 , 1 ] . c_N:
\bar\Omega_R(Q)
\rightarrow
[0,1]. c N : Ω ˉ R ( Q ) → [ 0 , 1 ] .
直觀上:
c N ( ω ) = 0 c_N(\omega)=0 c N ( ω ) = 0
表示尚未觀察;
c N ( ω ) = 1 c_N(\omega)=1 c N ( ω ) = 1
表示在指定研究標準下已充分探索;
中間值表示:
僅生成;
僅局部驗證;
僅一種表示採樣;
缺乏獨立重現;
仍有重要子路徑未處理。
4.2 理想積分
若 Ω ˉ R ( Q ) \bar\Omega_R(Q) Ω ˉ R ( Q ) 上存在適當測度 μ \mu μ ,定義:
I N = ∫ Ω ˉ R ( Q ) c N ( ω ) d μ ( ω ) . I_N
=
\int_{\bar\Omega_R(Q)}
c_N(\omega)\,d\mu(\omega). I N = ∫ Ω ˉ R ( Q ) c N ( ω ) d μ ( ω ) .
這是本文名稱「邏輯空間積分」最直接的形式。
如果:
μ ( Ω ˉ R ) = 1 , \mu(\bar\Omega_R)=1, μ ( Ω ˉ R ) = 1 ,
則形式上:
0 ≤ I N ≤ 1. 0\le I_N\le1. 0 ≤ I N ≤ 1.
但這個 normalization 只在 μ \mu μ 已被合理定義時有意義。
4.3 為什麼不能隨便說「已探索 80%」
對真正困難數學問題,我們通常不知道:
∣ Ω ˉ R ∣ . |\bar\Omega_R|. ∣ Ω ˉ R ∣.
甚至不知道:
μ . \mu. μ .
更不知道不同 proof state 是否應該等權。
例如:
一千個同類參數變體:
ω 1 , … , ω 1000 \omega_1,\ldots,\omega_{1000} ω 1 , … , ω 1000
可能比不上一次表示變換:
T : L 1 → L 2 T:\mathcal L_1\rightarrow\mathcal L_2 T : L 1 → L 2
所帶來的新研究區域。
因此:
I N 是理論極限量,不是天然可觀測百分比。 \boxed{
I_N\text{ 是理論極限量,不是天然可觀測百分比。}
} I N 是理論極限量,不是天然可觀測百分比。
4.4 不完整測度仍然有用
即使無法得到全域 μ \mu μ ,仍可在局部 chart:
U ⊂ Ω ˉ R U\subset\bar\Omega_R U ⊂ Ω ˉ R
上定義:
I N ( U ) = ∫ U c N ( ω ) d μ U ( ω ) . I_N(U)
=
\int_U c_N(\omega)\,d\mu_U(\omega). I N ( U ) = ∫ U c N ( ω ) d μ U ( ω ) .
這意味著:
全域 coverage 不可知,不妨礙局部 coverage 可測。
這一點對後續「局部飽和」至關重要。
5. 從單一積分改成 Coverage Vector
5.1 為什麼單一 scalar 太粗
假設兩個研究系統:
系統 A:
嘗試很多 states;
幾乎沒有驗證;
route 很重複。
系統 B:
states 較少;
route 多樣;
每條都高度驗證;
obstruction catalog 完整。
如果都壓成一個 I N I_N I N ,可能失去最重要差別。
因此本文定義 coverage vector:
C N = ( C N s t a t e , C N r o u t e , C N o b s , C N m e t h o d , C N r e p r , C N v e r ) . \mathbf C_N
=
(
C_N^{state},
C_N^{route},
C_N^{obs},
C_N^{method},
C_N^{repr},
C_N^{ver}
). C N = ( C N s t a t e , C N r o u t e , C N o b s , C N m e t h o d , C N r e p r , C N v er ) .
5.2 State Coverage
C N s t a t e C_N^{state} C N s t a t e
衡量已到訪 canonical research state 的範圍。
操作代理量可寫成:
C ~ N s t a t e = ∣ V N u n i q ∣ , \widetilde C_N^{state}
=
|V_N^{uniq}|, C N s t a t e = ∣ V N u ni q ∣ ,
其中 V N u n i q V_N^{uniq} V N u ni q 是 canonicalized node set。
注意:
∣ V N u n i q ∣ |V_N^{uniq}| ∣ V N u ni q ∣
是絕對數,不是假裝知道全域分母的比例。
5.3 Route Coverage
令 proof-route graph:
G N = ( V N , E N ) . G_N=(V_N,E_N). G N = ( V N , E N ) .
route coverage 可觀察:
C ~ N r o u t e = ∣ E N u n i q ∣ . \widetilde C_N^{route}
=
|E_N^{uniq}|. C N r o u t e = ∣ E N u ni q ∣.
或考慮 route family:
R N = { [ r 1 ] , [ r 2 ] , … , [ r m ] } , \mathcal R_N
=
\{[r_1],[r_2],\ldots,[r_m]\}, R N = {[ r 1 ] , [ r 2 ] , … , [ r m ]} ,
其中:
r i ∼ r r j r_i\sim_r r_j r i ∼ r r j
表示兩條路在 transformation skeleton 上等價。
則:
C ~ N r o u t e − f a m i l y = ∣ R N ∣ . \widetilde C_N^{route-family}
=
|\mathcal R_N|. C N r o u t e − f ami l y = ∣ R N ∣.
5.4 Obstruction Coverage
定義 canonical obstruction set:
O N = { O 1 , O 2 , … , O k } . \mathcal O_N
=
\{O_1,O_2,\ldots,O_k\}. O N = { O 1 , O 2 , … , O k } .
每個 O i O_i O i 必須至少包含:
O i = ( trigger , scope , failure mechanism , evidence , status ) . O_i
=
(
\text{trigger},
\text{scope},
\text{failure mechanism},
\text{evidence},
\text{status}
). O i = ( trigger , scope , failure mechanism , evidence , status ) .
因此:
C ~ N o b s = ∣ O N ∣ . \widetilde C_N^{obs}
=
|\mathcal O_N|. C N o b s = ∣ O N ∣.
更重要的是重訪 multiplicity:
m N ( O i ) = # { r : r → O i } . m_N(O_i)
=
\#\{r:r\rightarrow O_i\}. m N ( O i ) = # { r : r → O i } .
以及跨方法匯流度:
κ N ( O i ) = # { M j : M j → O i } . \kappa_N(O_i)
=
\#\{M_j: M_j\rightarrow O_i\}. κ N ( O i ) = # { M j : M j → O i } .
5.5 Method-Family Coverage
若方法族為:
M = { M 1 , M 2 , … } , \mathcal M
=
\{M_1,M_2,\ldots\}, M = { M 1 , M 2 , … } ,
定義:
C ~ N m e t h o d = ∣ { M i : sampled by time N } ∣ . \widetilde C_N^{method}
=
|\{M_i:\text{sampled by time }N\}|. C N m e t h o d = ∣ { M i : sampled by time N } ∣.
但必須區分「叫了方法名稱」和「真的執行到能產生判定資訊」。
所以引入 method engagement weight:
e N ( M i ) ∈ [ 0 , 1 ] . e_N(M_i)\in[0,1]. e N ( M i ) ∈ [ 0 , 1 ] .
則:
C N m e t h o d , w = ∑ i e N ( M i ) . C_N^{method,w}
=
\sum_i e_N(M_i). C N m e t h o d , w = i ∑ e N ( M i ) .
5.6 Representation Coverage
表示空間可能包含:
L = { L 1 , L 2 , … , L s } . \mathcal L
=
\{L_1,L_2,\ldots,L_s\}. L = { L 1 , L 2 , … , L s } .
例如同一問題可能使用:
physical variables;
vorticity form;
Fourier representation;
geometric formulation;
weak formulation;
functional-analytic representation;
formal proof assistant encoding。
定義:
C N r e p r C_N^{repr} C N r e p r
衡量真正被採樣的 representation family。
這裡非常重要,因為:
route saturation in L 1 \text{route saturation in }L_1 route saturation in L 1
不代表:
route saturation in L 2 . \text{route saturation in }L_2. route saturation in L 2 .
5.7 Verification Coverage
定義驗證權重:
w v ( x ) ∈ [ 0 , 1 ] . w_v(x)
\in
[0,1]. w v ( x ) ∈ [ 0 , 1 ] .
例如可以建立分級:
0 < w s p e c < w c r o s s c h e c k < w f o r m a l ≤ 1. 0
<
w_{spec}
<
w_{crosscheck}
<
w_{formal}
\le1. 0 < w s p ec < w cr ossc h ec k < w f or ma l ≤ 1.
這不是宣稱形式驗證涵蓋所有語義問題,而是表示:
在指定 statement 與形式系統內,其 deductive correctness 的驗證強度更高。
可定義:
C N v e r = ∑ x ∈ V N w v ( x ) . C_N^{ver}
=
\sum_{x\in V_N}w_v(x). C N v er = x ∈ V N ∑ w v ( x ) .
6. 驗證不是一個 bit:Verification Lattice
6.1 binary verifier 的優點與限制
Lean 等 proof assistant 對已形式化 statement 可以給出非常強的:
V ( π , Q ) = 1. \mathcal V(\pi,Q)=1. V ( π , Q ) = 1.
但這仍然不能自動回答:
Q Q Q 是否忠實表達原始自然語言命題;
定義是否偷換;
theorem statement 是否過弱;
formalization 是否漏掉假設;
生成的 theorem 是否保留原 repository 的語義接口。
因此:
formal validity ≠ complete semantic fidelity . \text{formal validity}
\neq
\text{complete semantic fidelity}. formal validity = complete semantic fidelity .
6.2 2026 theorem testing 的啟示
2026 年的 automated theorem proving testing 工作提出類似 integration testing 的概念:
生成的 theorem 不只要 compile,還要讓依賴它的 successor theorems 繼續成功。
形式化表示為:
Compile ( T ) = 1 \operatorname{Compile}(T)=1 Compile ( T ) = 1
仍不足;
還要求:
∀ S j ∈ S u c c ( T ) , Compile ( S j ∣ T ) = 1. \forall S_j\in Succ(T),
\quad
\operatorname{Compile}(S_j\mid T)=1. ∀ S j ∈ S u cc ( T ) , Compile ( S j ∣ T ) = 1.
這提供一個重要方向:
verification strength can be relational. \boxed{
\text{verification strength can be relational.}
} verification strength can be relational.
6.3 驗證格
本文建議把驗證寫成 lattice-like state:
V ( x ) = ( v s y n t a x , v f o r m a l , v s e m a n t i c , v i n d e p e n d e n t , v t r a n s f e r ) . V(x)
=
(
v_{syntax},
v_{formal},
v_{semantic},
v_{independent},
v_{transfer}
). V ( x ) = ( v sy n t a x , v f or ma l , v se man t i c , v in d e p e n d e n t , v t r an s f er ) .
其中:
v s y n t a x v_{syntax} v sy n t a x :語法合法;
v f o r m a l v_{formal} v f or ma l :形式 proof checker 通過;
v s e m a n t i c v_{semantic} v se man t i c :statement 與原命題語義對齊;
v i n d e p e n d e n t v_{independent} v in d e p e n d e n t :獨立方法或獨立 agent 重現;
v t r a n s f e r v_{transfer} v t r an s f er :作為上游結果時能否支援下游 theorem / computation。
因此兩個都「verified」的 artifact,仍可能驗證結構不同。
6.4 coverage 必須攜帶驗證資訊
因此:
c N ( ω ) c_N(\omega) c N ( ω )
不應只由「曾到訪」決定。
更合理:
c N ( ω ) = f ( v i s i t , r e p e a t , v e r i f i c a t i o n , r e p r e s e n t a t i o n , i n d e p e n d e n t _ s u p p o r t ) . c_N(\omega)
=
f(
visit,
repeat,
verification,
representation,
independent\_support
). c N ( ω ) = f ( v i s i t , r e p e a t , v er i f i c a t i o n , r e p r ese n t a t i o n , in d e p e n d e n t _ s u pp or t ) .
例如一個簡化版本:
c N ( ω ) = 1 − ∏ j = 1 m ( 1 − w j e j , N ( ω ) ) , c_N(\omega)
=
1-
\prod_{j=1}^{m}
(1-w_j e_{j,N}(\omega)), c N ( ω ) = 1 − j = 1 ∏ m ( 1 − w j e j , N ( ω )) ,
其中 e j , N e_{j,N} e j , N 表示不同證據通道是否覆蓋該狀態。
這個公式不是唯一正確定義,而是說明:
coverage 可以是多證據累積,而不是 visit counter。
7. 增量:研究真正重要的是 Δ I \Delta I Δ I 而不是輸出長度
7.1 積分增量
定義:
Δ I N = I N + 1 − I N . \Delta I_N
=
I_{N+1}-I_N. Δ I N = I N + 1 − I N .
如果第 N + 1 N+1 N + 1 輪只是重新描述已知內容:
Δ I N ≈ 0. \Delta I_N
\approx0. Δ I N ≈ 0.
即使輸出:
10 4 tokens . 10^4\text{ tokens}. 1 0 4 tokens .
相反,如果只增加一個短 lemma,但它開啟全新 route family:
Δ I N ≫ 0. \Delta I_N
\gg0. Δ I N ≫ 0.
即使文字非常短。
因此:
Output Volume ≠ Research Increment . \boxed{
\text{Output Volume}
\neq
\text{Research Increment}.
} Output Volume = Research Increment .
7.2 研究邊際收益
令本輪成本:
Cost N = α C c o m p u t e + β C h u m a n + γ C v e r i f i c a t i o n + δ C r e t r i e v a l . \operatorname{Cost}_N
=
\alpha C_{compute}
+
\beta C_{human}
+
\gamma C_{verification}
+
\delta C_{retrieval}. Cost N = α C co m p u t e + β C h u man + γ C v er i f i c a t i o n + δ C r e t r i e v a l .
定義:
η N = Δ I ~ N Cost N . \eta_N
=
\frac{\Delta\widetilde I_N}{\operatorname{Cost}_N}. η N = Cost N Δ I N .
其中 I ~ N \widetilde I_N I N 是可操作代理積分。
η N \eta_N η N 可稱:
Marginal Research Yield \boxed{
\text{Marginal Research Yield}
} Marginal Research Yield
即「邊際研究收益」。
7.3 高產出不等於高收益
可能:
T o k e n s N ↑ Tokens_N\uparrow T o k e n s N ↑
但:
η N ↓ . \eta_N\downarrow. η N ↓ .
這就是長程 AI 研究最容易出現的假繁榮:
生成量很大,但新 canonical state 幾乎沒有增加。
因此監控系統不能只報:
paper count;
token count;
branch count。
而要報:
Δ V N u n i q , Δ E N u n i q , Δ O N , Δ M N , Δ L N . \Delta V_N^{uniq},
\quad
\Delta E_N^{uniq},
\quad
\Delta\mathcal O_N,
\quad
\Delta\mathcal M_N,
\quad
\Delta\mathcal L_N. Δ V N u ni q , Δ E N u ni q , Δ O N , Δ M N , Δ L N .
8. 負結果如何增加 coverage
8.1 一般直覺:失敗等於沒有進展
在只看最終 proof 的評估中:
failed attempt ↦ 0. \text{failed attempt}
\mapsto
0. failed attempt ↦ 0.
但長程研究不應如此粗糙。
8.2 可審計 no-go region
假設某 route family R a R_a R a 在條件:
H a H_a H a
下被嚴格證明無法完成某 closure。
則可定義排除區域:
E a = { x ∈ Ω : H a ( x ) ∧ R a ( x ) fails by mechanism O a } . E_a
=
\{x\in\Omega: H_a(x)\land R_a(x)\text{ fails by mechanism }O_a\}. E a = { x ∈ Ω : H a ( x ) ∧ R a ( x ) fails by mechanism O a } .
如果 E a E_a E a 有清楚適用域,就可以更新 survivor space:
Ω N + 1 s u r v = Ω N s u r v ∖ E a . \Omega_{N+1}^{surv}
=
\Omega_N^{surv}
\setminus E_a. Ω N + 1 s u r v = Ω N s u r v ∖ E a .
這是:
negative result → positive space reduction \boxed{
\text{negative result}
\rightarrow
\text{positive space reduction}
} negative result → positive space reduction
8.3 什麼失敗不能算 coverage gain
以下通常不能直接算:
模型說「我想不到」;
某次 generation timeout;
syntax error;
prompt 沒寫清楚;
沒有完整跑完搜索;
只測了一個參數點;
沒有排除等價繞路;
obstruction 沒有被重現。
這些最多是:
execution failure . \text{execution failure}. execution failure .
不是:
mathematical no-go . \text{mathematical no-go}. mathematical no-go .
8.4 負結果分級
可定義:
N 0 : unexplained failure , N_0:
\text{unexplained failure}, N 0 : unexplained failure ,
N 1 : reproducible local failure , N_1:
\text{reproducible local failure}, N 1 : reproducible local failure ,
N 2 : identified obstruction , N_2:
\text{identified obstruction}, N 2 : identified obstruction ,
N 3 : proved no-go under explicit assumptions , N_3:
\text{proved no-go under explicit assumptions}, N 3 : proved no-go under explicit assumptions ,
N 4 : method-family no-go over a defined class . N_4:
\text{method-family no-go over a defined class}. N 4 : method-family no-go over a defined class .
coverage weight 應隨級別增加,但仍只在其適用域內成立。
9. 路由圖:邏輯空間積分的離散骨架
9.1 proof-route graph
定義:
G N = ( V N , E N ) . G_N
=
(V_N,E_N). G N = ( V N , E N ) .
其中 node 可包括:
V N = V c l a i m ∪ V l e m m a ∪ V r e p r ∪ V o b s ∪ V s t a t u s . V_N
=
V^{claim}
\cup
V^{lemma}
\cup
V^{repr}
\cup
V^{obs}
\cup
V^{status}. V N = V c l aim ∪ V l e mma ∪ V r e p r ∪ V o b s ∪ V s t a t u s .
edge 可包括:
E N = E d e p e n d s ∪ E t r a n s f o r m s ∪ E s u p p o r t s ∪ E c o n t r a d i c t s ∪ E r e v i s i t s ∪ E c o n v e r g e s . E_N
=
E^{depends}
\cup
E^{transforms}
\cup
E^{supports}
\cup
E^{contradicts}
\cup
E^{revisits}
\cup
E^{converges}. E N = E d e p e n d s ∪ E t r an s f or m s ∪ E s u pp or t s ∪ E co n t r a d i c t s ∪ E r e v i s i t s ∪ E co n v er g es .
9.2 Hyperedge 比普通 edge 更自然
很多 proof step 不是:
x → y . x\rightarrow y. x → y .
而是:
( x 1 , x 2 , … , x k ) ⇒ y . (x_1,x_2,\ldots,x_k)
\Rightarrow y. ( x 1 , x 2 , … , x k ) ⇒ y .
因此更一般地應使用 hypergraph:
G N = ( V N , E N ) . \mathcal G_N
=(V_N,\mathcal E_N). G N = ( V N , E N ) .
其中:
e = ( { x 1 , … , x k } , y , m e t h o d , v e r i f i c a t i o n ) . e
=
(
\{x_1,\ldots,x_k\},
y,
method,
verification
). e = ({ x 1 , … , x k } , y , m e t h o d , v er i f i c a t i o n ) .
9.3 路徑不是證明
一條 graph path:
p = ( v 0 , e 1 , v 1 , … , v m ) p=(v_0,e_1,v_1,\ldots,v_m) p = ( v 0 , e 1 , v 1 , … , v m )
只表示研究路由。
只有當:
所有 required premise 合法;
inference verified;
statement fidelity 已確認;
terminal node 等於 target;
才可稱為正式 proof path。
所以:
route graph ≠ proof certificate . \boxed{
\text{route graph}
\neq
\text{proof certificate}.
} route graph = proof certificate .
9.4 Graph coverage
可以定義局部:
C G ( N ; U ) = ∣ V N ∩ U ∣ ∣ U ∣ , C_G(N;U)
=
\frac{|V_N\cap U|}{|U|}, C G ( N ; U ) = ∣ U ∣ ∣ V N ∩ U ∣ ,
前提是 U U U 為有限已知 benchmark subgraph。
對未知開放研究空間,則只報:
∣ V N u n i q ∣ , ∣ E N u n i q ∣ , components ( G N ) , cycle ( G N ) , confluence ( G N ) . |V_N^{uniq}|,
\quad
|E_N^{uniq}|,
\quad
\operatorname{components}(G_N),
\quad
\operatorname{cycle}(G_N),
\quad
\operatorname{confluence}(G_N). ∣ V N u ni q ∣ , ∣ E N u ni q ∣ , components ( G N ) , cycle ( G N ) , confluence ( G N ) .
10. 局部盆地與局部積分
10.1 proof basin
定義一個研究盆地:
B i ⊆ Ω ˉ R B_i
\subseteq
\bar\Omega_R B i ⊆ Ω ˉ R
若其內部 states 在:
方法;
representation;
obstruction;
dependency;
proof skeleton;
上具有高內部耦合。
10.2 basin coverage
若 B i B_i B i 已有有限 canonical map:
C N ( B i ) = ∣ V N ∩ B i ∣ ∣ B i ∣ . C_N(B_i)
=
\frac{|V_N\cap B_i|}{|B_i|}. C N ( B i ) = ∣ B i ∣ ∣ V N ∩ B i ∣ .
若 ∣ B i ∣ |B_i| ∣ B i ∣ 仍未知,可以用:
C ~ N ( B i ) = ( ∣ V N ∩ B i ∣ , ∣ E N ∩ B i ∣ , ∣ O N ∩ B i ∣ , ρ N r e v i s i t ( B i ) ) . \widetilde C_N(B_i)
=
(
|V_N\cap B_i|,
|E_N\cap B_i|,
|\mathcal O_N\cap B_i|,
\rho_N^{revisit}(B_i)
). C N ( B i ) = ( ∣ V N ∩ B i ∣ , ∣ E N ∩ B i ∣ , ∣ O N ∩ B i ∣ , ρ N r e v i s i t ( B i )) .
10.3 局部飽和不等於全域飽和
可能存在:
Δ I ~ N ( B 1 ) → 0 , \Delta\widetilde I_N(B_1)
\rightarrow0, Δ I N ( B 1 ) → 0 ,
但是:
Δ I ~ N ( B 2 ) > 0. \Delta\widetilde I_N(B_2)
>0. Δ I N ( B 2 ) > 0.
所以:
local saturation ⇏ global saturation . \boxed{
\text{local saturation}
\not\Rightarrow
\text{global saturation}.
} local saturation ⇒ global saturation .
這是本文與後續第五篇的核心橋樑。
10.4 Representation escape
如果:
B i ⊂ L 1 B_i\subset L_1 B i ⊂ L 1
已高度飽和,新的表示 L 2 L_2 L 2 可能建立:
T : L 1 → L 2 T:L_1\rightarrow L_2 T : L 1 → L 2
並使:
Δ I N ( B i ; L 2 ) ≫ 0. \Delta I_N(B_i;L_2)
\gg0. Δ I N ( B i ; L 2 ) ≫ 0.
因此 saturation detector 應輸出:
Current basin under current representation saturated.
而不是:
Problem saturated.
11. Novelty 不是 Coverage,但可以作為增量訊號
11.1 textual novelty 的危險
文本向量距離:
1 − sim t e x t ( x i , x j ) 1-\operatorname{sim}_{text}(x_i,x_j) 1 − sim t e x t ( x i , x j )
只能反映表述差異。
不能直接當:
Δ I . \Delta I. Δ I .
11.2 semantic route novelty
更合理:
ν N r o u t e = 1 − max j ∈ W N sim r o u t e ( r N , r j ) , \nu_N^{route}
=
1-
\max_{j\in W_N}
\operatorname{sim}_{route}(r_N,r_j), ν N r o u t e = 1 − j ∈ W N max sim r o u t e ( r N , r j ) ,
其中 W N W_N W N 是固定大小的回看窗。
固定窗口非常重要。
如果使用全部歷史:
ν N = 1 − max j < N sim ( x N , x j ) , \nu_N
=
1-
\max_{j<N}\operatorname{sim}(x_N,x_j), ν N = 1 − j < N max sim ( x N , x j ) ,
則隨著 N N N 增加,可比較樣本天然變多,最大相似度會機械性上升。
這會產生假 saturation。
11.3 fixed-window estimator
令窗口:
W N = { N − w , … , N − 1 } . W_N
=
\{N-w,\ldots,N-1\}. W N = { N − w , … , N − 1 } .
定義:
ν N ( w ) = 1 − max j ∈ W N sim s e m ( x N , x j ) . \nu_N^{(w)}
=
1-
\max_{j\in W_N}
\operatorname{sim}_{sem}(x_N,x_j). ν N ( w ) = 1 − j ∈ W N max sim se m ( x N , x j ) .
再和 random permutation baseline 比較。
11.4 novelty decay 的弱結論
如果:
ν N ( w ) ↓ \nu_N^{(w)}\downarrow ν N ( w ) ↓
只能先說:
在目前 representation 與 similarity metric 下,新 artifact 與最近歷史越來越相似。
不能直接說:
Ω 已耗盡 . \Omega\text{ 已耗盡}. Ω 已耗盡 .
更不能說:
Q 不可證 . Q\text{ 不可證}. Q 不可證 .
12. 邏輯空間積分的多階結構
12.1 一階積分
一階採樣 states:
Ω ( 0 ) . \Omega^{(0)}. Ω ( 0 ) .
積分:
I N ( 0 ) = ∫ Ω ( 0 ) c N ( 0 ) ( x ) d μ 0 ( x ) . I_N^{(0)}
=
\int_{\Omega^{(0)}}c_N^{(0)}(x)d\mu_0(x). I N ( 0 ) = ∫ Ω ( 0 ) c N ( 0 ) ( x ) d μ 0 ( x ) .
12.2 二階積分
採樣 transitions / proof moves:
Ω ( 1 ) . \Omega^{(1)}. Ω ( 1 ) .
I N ( 1 ) = ∫ Ω ( 1 ) c N ( 1 ) ( T ) d μ 1 ( T ) . I_N^{(1)}
=
\int_{\Omega^{(1)}}c_N^{(1)}(T)d\mu_1(T). I N ( 1 ) = ∫ Ω ( 1 ) c N ( 1 ) ( T ) d μ 1 ( T ) .
12.3 三階積分
研究 route relations:
Ω ( 2 ) . \Omega^{(2)}. Ω ( 2 ) .
例如:
T a ∼ T b , T_a\sim T_b, T a ∼ T b ,
或:
T a , T b , T c → O . T_a,T_b,T_c\rightarrow O. T a , T b , T c → O .
定義:
I N ( 2 ) = ∫ Ω ( 2 ) c N ( 2 ) ( R ) d μ 2 ( R ) . I_N^{(2)}
=
\int_{\Omega^{(2)}}c_N^{(2)}(R)d\mu_2(R). I N ( 2 ) = ∫ Ω ( 2 ) c N ( 2 ) ( R ) d μ 2 ( R ) .
12.4 X 階
一般:
I N ( k ) = ∫ Ω ( k ) c N ( k ) ( ξ ) d μ k ( ξ ) . I_N^{(k)}
=
\int_{\Omega^{(k)}}c_N^{(k)}(\xi)d\mu_k(\xi). I N ( k ) = ∫ Ω ( k ) c N ( k ) ( ξ ) d μ k ( ξ ) .
因此完整研究狀態不是單一 I N I_N I N ,而是:
I N = ( I N ( 0 ) , I N ( 1 ) , I N ( 2 ) , … ) . \mathbf I_N
=
(
I_N^{(0)},
I_N^{(1)},
I_N^{(2)},
\ldots
). I N = ( I N ( 0 ) , I N ( 1 ) , I N ( 2 ) , … ) .
這為第四篇「高階證明空間採樣」預留正式接口。
13. Search Progress 與 Coverage:從 LeanProgress 到全域研究歷史
13.1 proof progress 的局部形式
LeanProgress 類工作把 theorem proving 視為狀態轉移:
s 0 → a 1 s 1 → a 2 ⋯ → a T s T . s_0
\xrightarrow{a_1}
s_1
\xrightarrow{a_2}
\cdots
\xrightarrow{a_T}
s_T. s 0 a 1 s 1 a 2 ⋯ a T s T .
並估計:
d ^ ( s t ) ≈ remaining proof steps . \hat d(s_t)
\approx
\text{remaining proof steps}. d ^ ( s t ) ≈ remaining proof steps .
這是一種:
trajectory-aware progress \boxed{
\text{trajectory-aware progress}
} trajectory-aware progress
而不是只預測下一 tactic。
13.2 進度不等於覆蓋
但是:
d ^ ( s t ) \hat d(s_t) d ^ ( s t )
和:
I N I_N I N
回答不同問題。
d ^ \hat d d ^ 問:
這條 route 距離 closure 還多遠?
I N I_N I N 問:
整個研究制度已經走過哪些區域?
因此:
distance-to-proof ≠ coverage-of-research-space . \boxed{
\text{distance-to-proof}
\neq
\text{coverage-of-research-space}.
} distance-to-proof = coverage-of-research-space .
13.3 二者應聯合
可以建立狀態:
Z N = ( d ^ N , C N , η N ) . Z_N
=
(
\hat d_N,
\mathbf C_N,
\eta_N
). Z N = ( d ^ N , C N , η N ) .
這比單一 success probability 更適合長程研究管理。
14. Tree Search 文獻與「積分」觀點
14.1 BFS-Prover
BFS-Prover 把 formal theorem proving 明確視為大型 proof-search tree 的導航問題。
其核心工程事實是:
proof success \text{proof success} proof success
依賴:
node expansion;
search policy;
preference learning;
depth encouragement;
compiler feedback。
這與本文一致:
proof 不是憑空出現,而是 search regime 對 tree / graph 的取樣結果。
14.2 TreeThink
2026 年 TreeThink 更直接把 theorem-proving tree search 模組化,允許比較不同搜索策略。
這說明:
Σ \Sigma Σ
本身就是研究變數。
因此同一模型、同一 verifier、同一 theorem,只改:
Σ 1 → Σ 2 \Sigma_1\rightarrow\Sigma_2 Σ 1 → Σ 2
就可能得到不同 coverage。
14.3 AlphaProof
AlphaProof 在 Lean formal environment 中結合 reinforcement learning 與 search,最重要的方法論意義之一是:
verifiable environment \text{verifiable environment} verifiable environment
可以為大規模探索提供可靠回饋。
本文不把這解讀成「搜索越大就一定接近所有真理」,而是:
verification makes large search histories scientifically more usable. \boxed{
\text{verification makes large search histories scientifically more usable.}
} verification makes large search histories scientifically more usable.
因為一部分 branch 可以被嚴格標記為:
v a l i d / i n v a l i d . valid / invalid. v a l i d / in v a l i d .
15. 從競賽證明到研究級 proof search
15.1 Aristotle 的混合路徑
Aristotle 將:
Lean proof search;
informal reasoning;
lemma generation / formalization;
geometry solver;
放在同一系統中。
這支持一個重要觀點:
Research Route \text{Research Route} Research Route
可能跨越多種 representation 與 solver。
因此 coverage 系統不能假設所有 node 都是同質 Lean state。
15.2 AlphaProof Nexus 與 open-problem search
2026 年 AlphaProof Nexus 對公開未解問題進行大規模正式 proof search,並使用多 subagents、Lean compiler feedback 與演化式協調。
它直接把:
long-horizon search \text{long-horizon search} long-horizon search
帶到 research-level problem setting。
此時「沒有證出來」的剩餘 artifacts 就更值得保存。
因為它們可能包括:
formalized lemmas;
failed subgoals;
reusable constructions;
proof search statistics;
library dependencies。
15.3 FormalProofBench 與 MA-ProofBench
2026 年的 FormalProofBench、MA-ProofBench 等 benchmark 把 formal proving 推向 advanced undergraduate / graduate mathematics 與 mathematical analysis。
這些工作揭露:
competition success \text{competition success} competition success
不能直接外推成:
research-level coverage . \text{research-level coverage}. research-level coverage .
特別是在分析領域,長依賴鏈、Mathlib 熟悉度、statement formalization 與 remaining subgoal discharge 都可能成為獨立瓶頸。
所以 coverage 需要 domain-sensitive normalization。
16. Premise Retrieval 本身就是 Coverage Operator
16.1 知識庫不是被動背景
形式證明中,模型能不能找到合適 premise,直接影響:
Ω R r e a c h . \Omega_R^{reach}. Ω R r e a c h .
令 retrieval operator:
R k ( s ) = { p 1 , … , p k } . \mathcal R_k(s)
=
\{p_1,\ldots,p_k\}. R k ( s ) = { p 1 , … , p k } .
不同 retrieval policy:
R ( 1 ) ≠ R ( 2 ) \mathcal R^{(1)}
\neq
\mathcal R^{(2)} R ( 1 ) = R ( 2 )
會改變下一步可達 states。
16.2 LeanSearch 類系統的意義
Global premise retrieval / LeanSearch 類工作顯示,大型 Mathlib 搜索本身是 theorem proving 的核心能力。
因此:
K \mathcal K K
和:
Access ( K ) \operatorname{Access}(\mathcal K) Access ( K )
必須分開。
知識存在,不代表 agent 可有效調用。
16.3 可達空間受檢索界面限制
因此:
Ω R r e a c h = F ( A , L , M , V , B , K , Access ( K ) , Σ ) . \Omega_R^{reach}
=
F(
\mathcal A,
\mathcal L,
\mathcal M,
\mathcal V,
B,
\mathcal K,
\operatorname{Access}(\mathcal K),
\Sigma
). Ω R r e a c h = F ( A , L , M , V , B , K , Access ( K ) , Σ ) .
這比單純把 K \mathcal K K 視為「模型知道的東西」更精確。
17. Theorem Graph 與 Knowledge Graph:Coverage 的跨證明層
17.1 theorem dependency graph
TheoremGraph 類工作把 formal / informal mathematical objects 連成圖。
對本文而言,可把:
G k n o w l e d g e G^{knowledge} G k n o w l e d g e
與:
G s e a r c h G^{search} G se a r c h
分離。
G k n o w l e d g e G^{knowledge} G k n o w l e d g e 表示已有 theorem dependency;
G s e a r c h G^{search} G se a r c h 表示目前研究歷史。
17.2 兩張圖的交集
定義:
G N a l i g n = G N s e a r c h ∩ G k n o w l e d g e . G_N^{align}
=
G_N^{search}
\cap
G^{knowledge}. G N a l i g n = G N se a r c h ∩ G k n o w l e d g e .
這可以觀察:
agent 是否只在已知 theorem graph 內移動;
是否產生新中介節點;
是否重建已知結果;
是否開啟新的 dependency bridge。
17.3 新增 theorem 不等於新增知識島
一個新 theorem:
T n e w T_{new} T n e w
如果只是:
T o l d T_{old} T o l d
的弱改寫,其 graph contribution 可能很小。
反之,一個短 bridge lemma:
L ⋆ L^\star L ⋆
若連接兩個長期分離 components:
C 1 ↔ C 2 , C_1
\leftrightarrow
C_2, C 1 ↔ C 2 ,
其 coverage impact 可能巨大。
因此應考慮:
Δ c o n n e c t i v i t y , \Delta connectivity, Δ co nn ec t i v i t y ,
而不只 theorem count。
18. 自主 theorem discovery 與「搜尋本身生成知識」
18.1 proof search 不一定只服務單一 target
2026 年 self-supervised theorem discovery 類研究顯示,形式 proof search 可以在公理系統中產生可驗證的新 theorem。
這表示:
Search ( Q ) \text{Search}(Q) Search ( Q )
可能副產生:
{ T 1 , T 2 , … , T m } . \{T_1,T_2,\ldots,T_m\}. { T 1 , T 2 , … , T m } .
其中並非所有 T i T_i T i 都是 Q Q Q 最終 proof 的必要步驟。
18.2 研究積分的生成版本
因此定義:
Gen N = { T i : V ( T i ) = 1 } . \operatorname{Gen}_N
=
\{T_i:\mathcal V(T_i)=1\}. Gen N = { T i : V ( T i ) = 1 } .
並考察:
G N n e w = ∣ Gen N ∖ K 0 ∣ . G_N^{new}
=
|\operatorname{Gen}_N\setminus\mathcal K_0|. G N n e w = ∣ Gen N ∖ K 0 ∣.
若能判定 theorem 不只是資料庫重複,就可能形成:
search-generated knowledge gain . \boxed{
\text{search-generated knowledge gain}.
} search-generated knowledge gain .
18.3 這和最終 proof 成功可分離
可能:
S ( Q ) = 0 S(Q)=0 S ( Q ) = 0
但:
G N n e w > 0. G_N^{new}>0. G N n e w > 0.
這是長程 AI 數學研究與單次 benchmark 最大差別之一。
19. NS-203:第一個長程案例的 Coverage 解讀
19.1 語料地位
本文使用一個內部長程 Navier--Stokes 研究 corpus 作原型案例。
在保守排除:
README;
CHANGELOG;
roadmap;
handoff;
checkpoint;
audit;
等非 paper-like artifacts 後,第一輪 observatory 得到:
203 203 203
份 NS paper-like artifacts。
注意:
203 203 203
不是 203 個獨立 theorem。
更不是 203 條互不等價 proof route。
19.2 已建立的離散圖
第一輪 extraction 得到:
189 189 189
條 sequence edges;
390 390 390
條 explicit dependency edges;
258 258 258
條 revisit-similarity edges。
這些數字描述的是:
G N s e a r c h , G_N^{search}, G N se a r c h ,
不是 NS 數學真實證明空間。
19.3 局部 higher-order 訊號
語料中可觀察到:
obstruction confluence;
coupled confluence;
recurrence;
all-order route escalation;
second-order residue;
route feedback。
因此某些 basin 顯示:
Ω ( 0 ) → Ω ( 1 ) → Ω ( 2 ) \Omega^{(0)}
\rightarrow
\Omega^{(1)}
\rightarrow
\Omega^{(2)} Ω ( 0 ) → Ω ( 1 ) → Ω ( 2 )
式的高階再採樣。
但這首先是 corpus-level classification。
不能直接變成 theorem-level 數學階數。
19.4 固定窗口 novelty 的重要負結果
初始 cumulative nearest-neighbor similarity 看起來像 novelty 下降。
但 cumulative estimator 有天然 bias:
max j < i sim ( x i , x j ) \max_{j<i}
\operatorname{sim}(x_i,x_j) j < i max sim ( x i , x j )
隨歷史池增加容易上升。
改成固定窗口後,第一輪分析並未支持全 corpus 已出現顯著 global novelty collapse。
所以現在最保守結論是:
some basins show high recurrence, while global novelty remains open. \boxed{
\text{some basins show high recurrence, while global novelty remains open.}
} some basins show high recurrence, while global novelty remains open.
19.5 這恰好是 coverage framework 的用途
如果只有:
S ( N S ) = 0 , S(NS)=0, S ( N S ) = 0 ,
我們只知道「沒有最終 proof」。
加入 coverage 後,可以說:
某些 route family 已密集採樣;
某些 obstruction 有高 confluence;
某些 representation 仍有新增資訊;
某些 higher-order relations 開始出現;
global saturation 未被證成。
這是一個嚴格更豐富、但仍不越權的描述。
20. Coverage 不能回答什麼
20.1 不能判定命題真假
即使:
Δ I N → 0 , \Delta I_N\rightarrow0, Δ I N → 0 ,
也不能推出:
Q = f a l s e . Q=\mathrm{false}. Q = false .
20.2 不能判定不可證
不能推出:
∄ π . \nexists\pi. ∄ π .
因為可能只是:
π ∉ Ω R r e a c h . \pi
\notin
\Omega_R^{reach}. π ∈ / Ω R r e a c h .
20.3 不能判定 framing 錯誤
即使所有已知 route 反覆匯流,也可能只是:
方法族不足;
representation 太窄;
intelligence 不足;
resource bound 太小;
proof 極長;
關鍵 lemma 尚不存在。
所以:
high coverage under R ⇏ misframed ( Q ) . \boxed{
\text{high coverage under }R
\not\Rightarrow
\text{misframed}(Q).
} high coverage under R ⇒ misframed ( Q ) .
20.4 不能把 observation denominator 當真實 denominator
若觀測到:
80 % 80\% 80%
已知 route family 被採樣,最多只能說:
在目前 catalog 中採樣了 80 % 80\% 80% 。
不能說:
採樣了宇宙中 80 % 80\% 80% 的可能證明。
21. Relative Coverage:未知分母時真正能報什麼
21.1 catalog-relative coverage
假設當前建立候選 catalog:
C t = { c 1 , … , c m } . \mathcal C_t
=
\{c_1,\ldots,c_m\}. C t = { c 1 , … , c m } .
可定義:
C N c a t a l o g = ∣ C N s a m p l e d ∣ ∣ C t ∣ . C_N^{catalog}
=
\frac{|\mathcal C_N^{sampled}|}{|\mathcal C_t|}. C N c a t a l o g = ∣ C t ∣ ∣ C N s am pl e d ∣ .
必須明示:
C t \mathcal C_t C t
是動態、可擴張 catalog。
21.2 window-relative coverage
對固定最近窗口:
W = [ N − w , N ] , W=[N-w,N], W = [ N − w , N ] ,
可計算:
C W n e w = # new canonical classes in W w . C_W^{new}
=
\frac{\#\text{new canonical classes in }W}{w}. C W n e w = w # new canonical classes in W .
這其實更接近 novelty rate。
21.3 basin-relative coverage
如果某 basin 有有限 decomposition:
B i = ⨆ j = 1 m i b i j , B_i
=
\bigsqcup_{j=1}^{m_i}b_{ij}, B i = j = 1 ⨆ m i b ij ,
可計算:
C N ( B i ) = # { b i j audited } m i . C_N(B_i)
=
\frac{\#\{b_{ij}\text{ audited}\}}{m_i}. C N ( B i ) = m i # { b ij audited } .
這種局部 coverage 比全域百分比可信得多。
21.4 benchmark-relative coverage
在明確 benchmark:
B = { Q 1 , … , Q n } \mathcal B
=
\{Q_1,\ldots,Q_n\} B = { Q 1 , … , Q n }
中,coverage 可合法寫為:
C b e n c h = # solved n . C^{bench}
=
\frac{\#\text{solved}}{n}. C b e n c h = n # solved .
但 benchmark success 不等於研究空間 coverage。
兩者應分開。
22. Coverage Density 與過度採樣
22.1 density
對局部區域 U U U ,定義訪問密度:
d N ( U ) = # visits to U μ U ( U ) . d_N(U)
=
\frac{\#\text{visits to }U}{\mu_U(U)}. d N ( U ) = μ U ( U ) # visits to U .
如果 μ U \mu_U μ U 未知,可使用 normalized local count。
22.2 oversampling
當:
d N ( U ) ≫ d N ( V ) d_N(U)\gg d_N(V) d N ( U ) ≫ d N ( V )
但:
Δ I N ( U ) ≈ 0 , \Delta I_N(U)\approx0, Δ I N ( U ) ≈ 0 ,
則 U U U 可能被過度採樣。
定義 oversampling score:
O N ( U ) = V i s i t N ( U ) ϵ + Δ I ~ N ( U ) . O_N(U)
=
\frac{Visit_N(U)}{\epsilon+\Delta\widetilde I_N(U)}. O N ( U ) = ϵ + Δ I N ( U ) V i s i t N ( U ) .
O N ( U ) O_N(U) O N ( U ) 高意味:
花很多研究成本,但新資訊很少。
22.3 調度策略
因此 scheduler 可以:
Σ N + 1 = Reweight ( Σ N , O N , η N , C N ) . \Sigma_{N+1}
=
\operatorname{Reweight}(
\Sigma_N,
O_N,
\eta_N,
\mathbf C_N
). Σ N + 1 = Reweight ( Σ N , O N , η N , C N ) .
即:
降低過度採樣 basin;
提高低 coverage representation;
啟動 independent verification;
尋找新的 method family。
23. Coverage Frontier
23.1 定義 frontier
令已觀測區域:
Ω N o b s . \Omega_N^{obs}. Ω N o b s .
frontier 可定義為:
∂ Ω N o b s = { x ∈ Ω N o b s : ∃ y ∉ Ω N o b s , x → y plausible } . \partial\Omega_N^{obs}
=
\{x\in\Omega_N^{obs}:\exists y\notin\Omega_N^{obs},\ x\rightarrow y\text{ plausible}\}. ∂ Ω N o b s = { x ∈ Ω N o b s : ∃ y ∈ / Ω N o b s , x → y plausible } .
它表示:
已知與未知的可操作邊界。
23.2 frontier quality
好的 frontier node 應具有:
高可驗證性;
高分支潛力;
與既有 obstruction 不同;
低 representation redundancy;
足夠 domain relevance。
可定義 heuristic:
F N ( x ) = α N o v e l t y ( x ) + β V e r i f y ( x ) + γ B r a n c h ( x ) − δ R e d u n d a n c y ( x ) . F_N(x)
=
\alpha Novelty(x)
+
\beta Verify(x)
+
\gamma Branch(x)
-
\delta Redundancy(x). F N ( x ) = α N o v e l t y ( x ) + β V er i f y ( x ) + γ B r an c h ( x ) − δ R e d u n d an cy ( x ) .
23.3 frontier 比「再寫一篇」更重要
長程 AI 研究若沒有 frontier management,就容易:
paper generation → local repetition . \text{paper generation}
\rightarrow
\text{local repetition}. paper generation → local repetition .
因此每輪應輸出:
current frontier set \boxed{
\text{current frontier set}
} current frontier set
而不是只輸出最新 artifact。
24. Coverage 與 Compression 的對偶
24.1 探索後必須壓縮
若研究歷史長度:
N → 10 4 , N\rightarrow10^4, N → 1 0 4 ,
不可能每次把所有原始文本重新讀一遍。
因此需要 compression:
H N → S N . \mathcal H_N
\rightarrow
\mathcal S_N. H N → S N .
其中 S N \mathcal S_N S N 至少保存:
canonical claims;
proof dependencies;
verified lemmas;
obstruction IDs;
unresolved frontiers;
representation history;
provenance。
24.2 壓縮不能抹掉差異
如果:
C o m p r e s s ( x 1 ) = C o m p r e s s ( x 2 ) Compress(x_1)=Compress(x_2) C o m p r ess ( x 1 ) = C o m p r ess ( x 2 )
但:
x 1 ≁ x 2 , x_1\not\sim x_2, x 1 ∼ x 2 ,
則 coverage estimator 會錯誤低估研究空間。
相反,如果:
x 1 ∼ x 2 x_1\sim x_2 x 1 ∼ x 2
卻被保存為完全不同 nodes,則會高估 coverage。
所以:
coverage quality depends on compression fidelity. \boxed{
\text{coverage quality depends on compression fidelity.}
} coverage quality depends on compression fidelity.
24.3 可逆 provenance
每個 compressed node 應能回指:
n o d e _ i d → { a r t i f a c t _ i d s } → { s o u r c e _ r a n g e s } . node\_id
\rightarrow
\{artifact\_ids\}
\rightarrow
\{source\_ranges\}. n o d e _ i d → { a r t i f a c t _ i d s } → { so u r ce _ r an g es } .
否則不能 audit。
25. 動態積分:研究空間會自己改變
25.1 固定 Ω \Omega Ω 是理想化
真正研究中:
新 theorem 出現;
新 tool 加入;
新 representation 被發明;
新 benchmark 被建立;
舊 obstruction 被修正;
公理背景可能改變。
因此:
Ω R ( t ) \Omega_R(t) Ω R ( t )
是時間依賴的。
25.2 moving domain integral
更一般:
I ( t ) = ∫ Ω ˉ R ( t ) c ( t , ω ) d μ t ( ω ) . I(t)
=
\int_{\bar\Omega_R(t)}
c(t,\omega)d\mu_t(\omega). I ( t ) = ∫ Ω ˉ R ( t ) c ( t , ω ) d μ t ( ω ) .
因此:
d I d t \frac{dI}{dt} d t d I
同時受到:
coverage 增加;
domain 擴張;
measure 重新定義;
equivalence relation 更新;
影響。
25.3 coverage 下降不一定退步
如果新 representation 讓 domain 擴張:
Ω R ( t + 1 ) ⊃ Ω R ( t ) , \Omega_R(t+1)
\supset
\Omega_R(t), Ω R ( t + 1 ) ⊃ Ω R ( t ) ,
即使已知內容不減少,normalized coverage ratio 也可能下降。
這不代表退步。
反而可能代表:
the system discovered that the search space is larger than previously modeled. \boxed{
\text{the system discovered that the search space is larger than previously modeled.}
} the system discovered that the search space is larger than previously modeled.
這本身是重要知識。
26. Logic-Space Reynolds Transport 類比
26.1 類比而非物理同一
為了處理 moving domain,可借用 transport theorem 的形式類比。
若:
I ( t ) = ∫ Ω ( t ) c ( t , ω ) d μ t , I(t)
=
\int_{\Omega(t)}c(t,\omega)d\mu_t, I ( t ) = ∫ Ω ( t ) c ( t , ω ) d μ t ,
概念上可拆:
d I d t = internal coverage gain + domain-boundary motion + measure update . \frac{dI}{dt}
=
\text{internal coverage gain}
+
\text{domain-boundary motion}
+
\text{measure update}. d t d I = internal coverage gain + domain-boundary motion + measure update .
本文不宣稱 proof space 真的是物理流體。
這只是 bookkeeping analogy。
26.2 三種研究增長
可寫:
Δ I = Δ I e x p l o r e + Δ I e x p a n d + Δ I r e c l a s s i f y . \Delta I
=
\Delta I_{explore}
+
\Delta I_{expand}
+
\Delta I_{reclassify}. Δ I = Δ I e x pl or e + Δ I e x p an d + Δ I r ec l a ss i f y .
其中:
Δ I e x p l o r e \Delta I_{explore} Δ I e x pl or e :探索原本已定義區域;
Δ I e x p a n d \Delta I_{expand} Δ I e x p an d :發現新區域;
Δ I r e c l a s s i f y \Delta I_{reclassify} Δ I r ec l a ss i f y :改進 canonicalization / equivalence 後重估。
這三者應分開報告。
27. Saturation Detector 必須是統計程序,不是感覺
27.1 最低要求
要宣稱某 basin 接近 saturation,至少要看到:
Δ V N u n i q ↓ , \Delta V_N^{uniq}\downarrow, Δ V N u ni q ↓ ,
Δ E N u n i q ↓ , \Delta E_N^{uniq}\downarrow, Δ E N u ni q ↓ ,
Δ O N ↓ , \Delta\mathcal O_N\downarrow, Δ O N ↓ ,
同時:
R e v i s i t N ↑ . Revisit_N\uparrow. R e v i s i t N ↑ .
最好還要:
C r o s s M e t h o d C o n f l u e n c e N ↑ . CrossMethodConfluence_N\uparrow. C r oss M e t h o d C o n f l u e n c e N ↑ .
27.2 不能只用文本相似度
需要至少三組特徵:
F t e x t , F s y m b o l , F r o u t e . F_{text},
\quad
F_{symbol},
\quad
F_{route}. F t e x t , F sy mb o l , F r o u t e .
更好再加入:
F o b s t r u c t i o n . F_{obstruction}. F o b s t r u c t i o n .
27.3 baseline
必須和:
random permutation;
shuffled series order;
synthetic duplication;
known non-saturated corpus;
比較。
如果 estimator 對所有長 corpus 都自動顯示下降,則它不能證明 saturation。
27.4 regime-change test
若改變:
R 1 → R 2 R_1\rightarrow R_2 R 1 → R 2
之後 novelty 重新上升:
Δ I N ( R 2 ) ≫ Δ I N ( R 1 ) , \Delta I_N(R_2)
\gg
\Delta I_N(R_1), Δ I N ( R 2 ) ≫ Δ I N ( R 1 ) ,
則舊 saturation 更可能是:
regime-local saturation . \text{regime-local saturation}. regime-local saturation .
28. 邏輯空間積分的最小實驗協議
28.1 輸入
研究系統至少需要:
problem_id
formal_or_informal_statement
axiom_background
representation
method_family
verification_channels
resource_budget
artifact_history
28.2 每輪輸出 schema
run_id
parent_state_ids
claim_ids
assumption_ids
method_ids
representation_id
result_ids
obstruction_ids
verification_state
cost
provenance
28.3 canonicalization
每輪先做:
Normalize symbols
Resolve aliases
Extract claims
Extract dependencies
Map obstruction candidates
Map method family
Compare prior canonical nodes
28.4 更新圖
G N + 1 = U p d a t e ( G N , e N + 1 ) . G_{N+1}
=
Update(G_N,e_{N+1}). G N + 1 = U p d a t e ( G N , e N + 1 ) .
28.5 計算相對量
至少輸出:
Δ V N u n i q , \Delta V_N^{uniq}, Δ V N u ni q ,
Δ E N u n i q , \Delta E_N^{uniq}, Δ E N u ni q ,
Δ O N u n i q , \Delta O_N^{uniq}, Δ O N u ni q ,
ν N ( w ) , \nu_N^{(w)}, ν N ( w ) ,
η N , \eta_N, η N ,
ρ N r e v i s i t . \rho_N^{revisit}. ρ N r e v i s i t .
28.6 更新 frontier
F N + 1 = F r o n t i e r ( G N + 1 ) . \mathcal F_{N+1}
=
Frontier(G_{N+1}). F N + 1 = F r o n t i er ( G N + 1 ) .
然後 scheduler 選擇下一輪:
a N + 1 = Σ ( F N + 1 , C N , η N , O N ) . a_{N+1}
=
\Sigma(
\mathcal F_{N+1},
\mathbf C_N,
\eta_N,
O_N
). a N + 1 = Σ ( F N + 1 , C N , η N , O N ) .
29. 可執行的 Pseudocode
initialize Graph G
initialize Catalog C
initialize ObstructionRegistry O
initialize Frontier F
for run in research_runs:
artifact = execute(run)
parsed = extract(
claims,
assumptions,
methods,
representations,
dependencies,
obstructions,
verification,
provenance
)
canonical = semantic_normalize(parsed)
matches = retrieve_equivalent_prior_nodes(canonical, G)
if matches are high-confidence equivalent:
update_revisit_edges(G, canonical, matches)
else:
add_new_nodes(G, canonical)
add_dependency_edges(G, canonical)
add_verification_state(G, canonical)
update_obstruction_registry(O, canonical)
metrics = compute(
new_state_count,
new_route_count,
obstruction_gain,
fixed_window_novelty,
revisit_rate,
confluence,
verification_gain,
marginal_research_yield
)
F = update_frontier(G, O, metrics)
next_run = scheduler(F, metrics)
這個流程最重要的不是演算法細節,而是資料結構要求:
每一輪生成必須留下可比較、可驗證、可回指的痕跡。 \boxed{
\text{每一輪生成必須留下可比較、可驗證、可回指的痕跡。}
} 每一輪生成必須留下可比較、可驗證、可回指的痕跡。
30. Falsifiable Predictions
本文不是只提出詞彙。
它應該能產生可被反駁的觀察命題。
30.1 P1:固定制度下局部邊際收益可衰減
若 basin B B B 在固定 R R R 下長期被重複採樣,則可能觀察:
E [ η N ∣ B , R ] ↓ . E[\eta_N\mid B,R]
\downarrow. E [ η N ∣ B , R ] ↓ .
若始終沒有下降,則「局部飽和」假說受到削弱。
30.2 P2:制度切換可重置 novelty
若飽和主要由表示或方法限制引起,改變:
R 1 → R 2 R_1\rightarrow R_2 R 1 → R 2
後應有:
E [ ν N ∣ R 2 ] > E [ ν N ∣ R 1 ] E[\nu_N\mid R_2]
>
E[\nu_N\mid R_1] E [ ν N ∣ R 2 ] > E [ ν N ∣ R 1 ]
至少在初始窗口成立。
30.3 P3:真正 obstruction 應跨表述重現
若 O O O 是結構性 obstruction,而非 wording artifact,則在語義等價表示間:
L 1 ∼ L 2 L_1\sim L_2 L 1 ∼ L 2
應保有某種:
O ( L 1 ) ↔ O ( L 2 ) . O(L_1)
\leftrightarrow
O(L_2). O ( L 1 ) ↔ O ( L 2 ) .
若完全消失,可能表示原 obstruction 只是 representation artifact。
30.4 P4:verified coverage 比 textual novelty 更穩定
真正累積的已驗證節點:
C N v e r C_N^{ver} C N v er
應比純 textual novelty 對 prompt wording 更不敏感。
如果相反,則 canonicalization 或 verification architecture 有問題。
30.5 P5:高品質負結果應降低 future duplication
當 no-go registry 成熟:
∣ O N ∣ ↑ |\mathcal O_N|
\uparrow ∣ O N ∣ ↑
且 scheduler 真的使用它時,應看到:
D u p l i c a t e F a i l e d R o u t e s N ↓ . DuplicateFailedRoutes_N
\downarrow. D u pl i c a t e F ai l e d R o u t e s N ↓ .
如果沒有,代表 research memory 沒有真正進入決策閉環。
31. 三種積分不能混淆
31.1 探索積分
I N e x p l o r e I_N^{explore} I N e x pl or e
表示研究到訪量。
31.2 驗證積分
I N v e r i f y I_N^{verify} I N v er i f y
表示被足夠驗證的研究量。
31.3 排除積分
I N e x c l u d e I_N^{exclude} I N e x c l u d e
表示被可靠 no-go 排除的候選區域。
因此:
I N e x p l o r e ≠ I N v e r i f y ≠ I N e x c l u d e . \boxed{
I_N^{explore}
\neq
I_N^{verify}
\neq
I_N^{exclude}.
} I N e x pl or e = I N v er i f y = I N e x c l u d e .
一個成熟 observatory 應至少同時追蹤三者。
32. Coverage Conservation 不成立
32.1 知識不是固定體積流體
不能假設:
I k n o w n + I u n k n o w n = 1 I^{known}+I^{unknown}=1 I k n o w n + I u nk n o w n = 1
永遠有固定分母。
因為:
Ω ( t ) \Omega(t) Ω ( t )
會擴張。
32.2 新定義可能增加未知量
當發現新的 structure:
S n e w , S_{new}, S n e w ,
可能同時增加:
K n o w n ↑ Known\uparrow K n o w n ↑
與:
U n k n o w n ↑ . Unknown\uparrow. U nk n o w n ↑ .
這是數學研究常見現象。
因此「知道越多,未知越少」不是單調律。
32.3 更合理的更新
K N + 1 = K N + Δ K N , K_{N+1}
=
K_N+\Delta K_N, K N + 1 = K N + Δ K N ,
U N + 1 = U N − Δ K N + Δ U N n e w . U_{N+1}
=
U_N-\Delta K_N+\Delta U_N^{new}. U N + 1 = U N − Δ K N + Δ U N n e w .
其中:
Δ U N n e w \Delta U_N^{new} Δ U N n e w
是新研究開啟的未知空間。
33. Coverage 與「越是真理越可能像廢話」的接口
33.1 本篇暫不證明真理—生成性反轉
後續第七篇將研究:
Truth / Fidelity / Generativity \text{Truth / Fidelity / Generativity} Truth / Fidelity / Generativity
是否存在非單調關係。
本篇只建立必要的測量語言。
33.2 極端閉合的直觀
若某局部問題被約束到:
∣ Ω s u r v ∣ → 1 , |\Omega^{surv}|
\rightarrow1, ∣ Ω s u r v ∣ → 1 ,
則剩餘結論可能表面非常簡單。
但是:
simple endpoint \text{simple endpoint} simple endpoint
不代表:
simple derivational history . \text{simple derivational history}. simple derivational history .
因此 coverage history 可以保存:
為什麼最後只剩這個看似「廢話」的結果。
這正是只保存最終 theorem statement 會丟失的部分。
34. Coverage 與 Productive Mis-specification 的接口
34.1 父問題錯誤不是本文前提
本文不假設:
Q is misframed . Q\text{ is misframed}. Q is misframed .
34.2 但 coverage 能觀察 descendant production
若研究 Q Q Q 的過程中產生:
{ T 1 , T 2 , … , T m } , \{T_1,T_2,\ldots,T_m\}, { T 1 , T 2 , … , T m } ,
可測:
G N ( Q ) = # { T i : independently reusable } . G_N(Q)
=
\#\{T_i:\text{independently reusable}\}. G N ( Q ) = # { T i : independently reusable } .
這和 Q Q Q 最終真假可以分離。
34.3 後續問題
第八、九篇將問:
G N ( Q ) G_N(Q) G N ( Q )
是否可能在某些定義偏差下反而增加。
本篇只提供:
generativity can be measured separately from proof success. \boxed{
\text{generativity can be measured separately from proof success.}
} generativity can be measured separately from proof success.
35. 研究治理:何時應繼續,何時應換空間
35.1 四種狀態
可建立簡化矩陣。
A. 高 novelty、高 verification gain
ν N ↑ , Δ C N v e r ↑ . \nu_N\uparrow,
\quad
\Delta C_N^{ver}\uparrow. ν N ↑ , Δ C N v er ↑ .
策略:
繼續深入。
B. 高 novelty、低 verification gain
ν N ↑ , Δ C N v e r ≈ 0. \nu_N\uparrow,
\quad
\Delta C_N^{ver}\approx0. ν N ↑ , Δ C N v er ≈ 0.
策略:
強化驗證,不要只增加生成。
C. 低 novelty、高 verification gain
ν N ↓ , Δ C N v e r > 0. \nu_N\downarrow,
\quad
\Delta C_N^{ver}>0. ν N ↓ , Δ C N v er > 0.
策略:
可能正在收斂與清理舊空間,不應誤判為停滯。
D. 低 novelty、低 verification gain
ν N ↓ , Δ C N v e r ≈ 0. \nu_N\downarrow,
\quad
\Delta C_N^{ver}\approx0. ν N ↓ , Δ C N v er ≈ 0.
策略:
啟動 regime audit:representation、method、retrieval、resource、problem decomposition。
35.2 這不是自動宣告問題錯誤
即使 D 長期成立,輸出也只能是:
Current research regime has low marginal yield. \boxed{
\text{Current research regime has low marginal yield.}
} Current research regime has low marginal yield.
不能輸出:
Q is wrong . \boxed{
Q\text{ is wrong}.
} Q is wrong .
36. Proof-Space Observatory 的最低儀表板
一個真正的研究觀測站,最低應顯示:
36.1 Corpus
N a r t i f a c t , N c a n o n i c a l , N v e r i f i e d . N_{artifact},
\quad
N_{canonical},
\quad
N_{verified}. N a r t i f a c t , N c an o ni c a l , N v er i f i e d .
36.2 Graph
∣ V ∣ , ∣ E ∣ , c o m p o n e n t s , c y c l e s . |V|,
\quad
|E|,
\quad
components,
\quad
cycles. ∣ V ∣ , ∣ E ∣ , co m p o n e n t s , cy c l es .
36.3 Novelty
ν N t e x t , ν N s y m b o l , ν N r o u t e . \nu_N^{text},
\quad
\nu_N^{symbol},
\quad
\nu_N^{route}. ν N t e x t , ν N sy mb o l , ν N r o u t e .
36.4 Revisit
ρ N r e v i s i t . \rho_N^{revisit}. ρ N r e v i s i t .
36.5 Obstruction
∣ O N ∣ , m N ( O i ) , κ N ( O i ) . |\mathcal O_N|,
\quad
m_N(O_i),
\quad
\kappa_N(O_i). ∣ O N ∣ , m N ( O i ) , κ N ( O i ) .
36.6 Verification
C N v e r C_N^{ver} C N v er
及各級 verification breakdown。
36.7 Frontier
∣ F N ∣ . |\mathcal F_N|. ∣ F N ∣.
36.8 Cost
η N . \eta_N. η N .
這組儀表板比「今天又寫了幾篇 paper」更接近研究狀態。
37. 失敗模式目錄
37.1 Fake Coverage Inflation
大量改寫同一內容:
N a r t i f a c t ↑ N_{artifact}\uparrow N a r t i f a c t ↑
但:
N c a n o n i c a l ≈ c o n s t . N_{canonical}\approx const. N c an o ni c a l ≈ co n s t .
37.2 Verification Laundering
把:
compiler success \text{compiler success} compiler success
冒充:
semantic correctness . \text{semantic correctness}. semantic correctness .
37.3 Obstruction Overgeneralization
局部 no-go:
R a fails under H a R_a\text{ fails under }H_a R a fails under H a
被錯寫成:
Q impossible . Q\text{ impossible}. Q impossible .
37.4 Basin Blindness
在 B 1 B_1 B 1 飽和後一直重跑,卻沒有探索:
B 2 , B 3 , … B_2,B_3,\ldots B 2 , B 3 , …
37.5 Representation Lock-in
把:
L 1 L_1 L 1
誤認為:
the problem itself . \text{the problem itself}. the problem itself .
37.6 Unknown Denominator Fraud
在不知道 ∣ Ω ∣ |\Omega| ∣Ω∣ 時仍報:
93 % explored . 93\%\text{ explored}. 93% explored .
這在真正開放問題中通常不可接受。
37.7 History Erasure
只保存 final paper,不保存:
failed routes;
no-go assumptions;
rejected reformulations;
verification state。
結果未來 AI 再次重跑同一失敗。
38. 與傳統 Proof Complexity 的區別
38.1 Proof complexity 問什麼
傳統 proof complexity 可研究:
proof length;
proof system strength;
lower bound;
simulation between proof systems。
這些是高度嚴格的數學領域。
38.2 本文問什麼
本文主要問:
一個實際 AI research regime 如何在歷史中探索、記錄、驗證與重訪 proof-related states?
所以:
Logic-Space Integration ≠ Classical Proof Complexity . \text{Logic-Space Integration}
\neq
\text{Classical Proof Complexity}. Logic-Space Integration = Classical Proof Complexity .
38.3 兩者可接合
如果某 formal domain 已知 proof complexity bound,則它可以提供:
μ \mu μ
或:
C o s t ( ω ) Cost(\omega) C os t ( ω )
的更嚴格結構。
但本文不假設所有研究問題都有此條件。
39. 與 Information Theory 的區別
39.1 不是直接把 entropy 套上去
本文使用:
H ( Ω ) H(\Omega) H ( Ω )
時,只能在已定義概率或權重模型時當正式 entropy。
否則「熵」應被視為類比詞。
39.2 coverage measure 比 entropy 更原始
我們首先需要:
Ω , ∼ , μ , c N . \Omega,
\quad
\sim,
\quad
\mu,
\quad
c_N. Ω , ∼ , μ , c N .
然後才能討論:
H . H. H .
不應反過來先宣布:
proof space entropy 下降。
卻沒有定義 sample space。
39.3 資訊增量的保守用法
若建立 probabilistic model:
P N ( H i ) , P_N(H_i), P N ( H i ) ,
某新結果 E E E 可定義 information gain:
I G ( E ) = D K L ( P N + 1 ∥ P N ) . IG(E)
=
D_{KL}(P_{N+1}\|P_N). I G ( E ) = D K L ( P N + 1 ∥ P N ) .
但這是 hypothesis-space information gain,和 coverage integral 是不同量。
40. 與 Bayesian Search 的接口
40.1 hypothesis weights
若候選機制:
H = { H 1 , … , H m } , \mathcal H
=
\{H_1,\ldots,H_m\}, H = { H 1 , … , H m } ,
可維持:
P N ( H i ) . P_N(H_i). P N ( H i ) .
40.2 coverage 和 posterior 分離
高 coverage:
C N ( H i ) ↑ C_N(H_i)\uparrow C N ( H i ) ↑
只表示該 hypothesis family 被充分測試。
不表示:
P N ( H i ) ↑ . P_N(H_i)\uparrow. P N ( H i ) ↑ .
如果負證據多,反而可能:
C N ( H i ) ↑ , P N ( H i ) ↓ . C_N(H_i)\uparrow,
\quad
P_N(H_i)\downarrow. C N ( H i ) ↑ , P N ( H i ) ↓ .
這個分離非常重要。
40.3 最好的研究狀態可能是「高 coverage、低 posterior」
這代表:
我們非常確定這條方法族不值得繼續。
這不是浪費。
它是 routing knowledge。
41. Multi-Agent Coverage
41.1 多 agent 不等於多 coverage
假設:
A 1 , … , A m A_1,\ldots,A_m A 1 , … , A m
全部使用同一模型、同一 prompt、同一 retrieval、同一 temperature。
則:
C o v e r a g e ( A 1 ∪ ⋯ ∪ A m ) Coverage(A_1\cup\cdots\cup A_m) C o v er a g e ( A 1 ∪ ⋯ ∪ A m )
可能只比單 agent 稍高。
41.2 異質性
應考慮 agent diversity:
D A = f ( m o d e l , p r o m p t , r e p r e s e n t a t i o n , m e t h o d , r e t r i e v a l , v e r i f i e r ) . D_A
=
f(
model,
prompt,
representation,
method,
retrieval,
verifier
). D A = f ( m o d e l , p r o m pt , r e p r ese n t a t i o n , m e t h o d , r e t r i e v a l , v er i f i er ) .
理想上:
D A ↑ D_A\uparrow D A ↑
可增加獨立 basin 採樣機會。
但仍不保證:
T r u t h ↑ . Truth\uparrow. T r u t h ↑ .
41.3 union coverage
多 agent 聯合觀測:
Ω N o b s , u n i o n = ⋃ i = 1 m Ω N , i o b s . \Omega_N^{obs,union}
=
\bigcup_{i=1}^{m}
\Omega_{N,i}^{obs}. Ω N o b s , u ni o n = i = 1 ⋃ m Ω N , i o b s .
重疊:
Ω N , i o b s ∩ Ω N , j o b s \Omega_{N,i}^{obs}
\cap
\Omega_{N,j}^{obs} Ω N , i o b s ∩ Ω N , j o b s
則可用來測:
convergence;
reproducibility;
redundancy。
42. Human-in-the-Loop Coverage
42.1 人類不只是 final judge
人類可以參與:
定義 basin;
判定 semantic equivalence;
確認 statement fidelity;
評估 method-family boundaries;
決定何時換 representation;
審計 false confluence。
42.2 human cost 必須記錄
如果一個系統需要巨大人工修復:
C h u m a n ≫ 0 , C_{human}\gg0, C h u man ≫ 0 ,
其:
η N \eta_N η N
可能低於表面自動化率所暗示。
42.3 人類共識不是 truth oracle
即使多人同意:
C o n s e n s u s ( Q ) = 1 Consensus(Q)=1 C o n se n s u s ( Q ) = 1
也不代表:
T ( Q ) = 1. T(Q)=1. T ( Q ) = 1.
所以 human verification 也必須記錄方法與證據,而不是只存 vote。
43. Research Memory 的兩層架構
43.1 Verified Fact Layer
保存:
K N v e r = { T i : V ( T i ) ≥ θ } . \mathcal K_N^{ver}
=
\{T_i:V(T_i)\ge\theta\}. K N v er = { T i : V ( T i ) ≥ θ } .
要求:
proof / evidence;
provenance;
dependencies;
version;
semantic statement。
43.2 Exploratory Memory Layer
保存:
M N e x p . \mathcal M_N^{exp}. M N e x p .
包括:
failed routes;
heuristic;
partial proof;
rejected idea;
speculative bridge;
negative experiment。
43.3 不可混淆
K N v e r ∩ M N e x p \mathcal K_N^{ver}
\cap
\mathcal M_N^{exp} K N v er ∩ M N e x p
可以有引用關係,但 status 必須分離。
否則長期運行後最危險的事情是:
speculation → memory → recalled as fact . \text{speculation}
\rightarrow
\text{memory}
\rightarrow
\text{recalled as fact}. speculation → memory → recalled as fact .
44. Research Ledger:每一輪必須可追溯
44.1 Ledger entry
每一輪:
L i = ( i d , p a r e n t , i n p u t , t r a n s f o r m , o u t p u t , v e r i f y , c o s t , p r o v e n a n c e ) . L_i
=
(
id,
parent,
input,
transform,
output,
verify,
cost,
provenance
). L i = ( i d , p a r e n t , in p u t , t r an s f or m , o u tp u t , v er i f y , cos t , p r o v e nan ce ) .
44.2 不可靜默覆蓋
若 artifact 更新:
a ( 1 ) → a ( 2 ) , a^{(1)}\rightarrow a^{(2)}, a ( 1 ) → a ( 2 ) ,
必須保留:
D i f f ( a ( 1 ) , a ( 2 ) ) . Diff(a^{(1)},a^{(2)}). D i f f ( a ( 1 ) , a ( 2 ) ) .
否則 retrospective coverage analysis 不可靠。
44.3 Canonical source 與 rendering 分離
正式數學 source 應保存 canonical representation。
渲染畫面不是唯一來源。
這不只是出版工程問題,也直接影響:
semantic comparison \text{semantic comparison} semantic comparison
與:
route reconstruction . \text{route reconstruction}. route reconstruction .
45. Coverage-Aware Research Scheduler
45.1 傳統 scheduler
可能只最大化:
P ( solve next ) . P(\text{solve next}). P ( solve next ) .
45.2 coverage-aware scheduler
本文提出:
S c o r e ( a ) = α P s o l v e ( a ) + β E [ Δ I ∣ a ] + γ E [ Δ C v e r ∣ a ] − δ C o s t ( a ) − λ R e d u n d a n c y ( a ) . Score(a)
=
\alpha P_{solve}(a)
+
\beta E[\Delta I\mid a]
+
\gamma E[\Delta C^{ver}\mid a]
-
\delta Cost(a)
-
\lambda Redundancy(a). S cor e ( a ) = α P so l v e ( a ) + β E [ Δ I ∣ a ] + γ E [ Δ C v er ∣ a ] − δ C os t ( a ) − λ R e d u n d an cy ( a ) .
45.3 這允許有意義的探索
某 action:
a ⋆ a^\star a ⋆
即使短期:
P s o l v e ( a ⋆ ) ≈ 0 , P_{solve}(a^\star)\approx0, P so l v e ( a ⋆ ) ≈ 0 ,
但若:
E [ Δ I ∣ a ⋆ ] ≫ 0 , E[\Delta I\mid a^\star]\gg0, E [ Δ I ∣ a ⋆ ] ≫ 0 ,
仍值得執行。
這就是 research 和 benchmark solving 的差異。
46. Coverage 與 Exploration--Exploitation
46.1 exploitation
沿已知 promising route:
E x p l o i t ( B i ) . Exploit(B_i). E x pl o i t ( B i ) .
46.2 exploration
開啟低採樣 basin:
E x p l o r e ( B j ) . Explore(B_j). E x pl or e ( B j ) .
46.3 coverage-aware bandit 類比
可以把 basin 視為 arms:
{ B 1 , … , B m } . \{B_1,\ldots,B_m\}. { B 1 , … , B m } .
reward 不只是 solved theorem,而可包括:
r i = α Δ C v e r + β Δ C o b s + γ Δ C r o u t e − δ C o s t . r_i
=
\alpha\Delta C^{ver}
+
\beta\Delta C^{obs}
+
\gamma\Delta C^{route}
-
\delta Cost. r i = α Δ C v er + β Δ C o b s + γ Δ C r o u t e − δ C os t .
本文不宣稱標準 bandit 理論可直接完整描述數學研究。
它只是提供 scheduler design 的可用類比。
47. Coverage 的尺度依賴
47.1 coarse scale
在粗粒度:
Ω c o a r s e \Omega^{coarse} Ω co a r se
可能只有:
energy methods;
compactness;
geometric route;
harmonic analysis。
47.2 fine scale
在細粒度:
Ω f i n e \Omega^{fine} Ω f in e
可能展成成千上萬 lemma states。
47.3 coverage 是 resolution-relative
因此:
C N = C N ( ρ ) , C_N
=
C_N(\rho), C N = C N ( ρ ) ,
其中 ρ \rho ρ 是描述解析度。
粗尺度看:
C N ( ρ c o a r s e ) ≈ 1 C_N(\rho_{coarse})\approx1 C N ( ρ co a r se ) ≈ 1
不代表細尺度:
C N ( ρ f i n e ) ≈ 1. C_N(\rho_{fine})\approx1. C N ( ρ f in e ) ≈ 1.
這將與後續 Reflexive Representation / resolution 問題產生接口。
48. Coverage 不應追求最大化到無限
48.1 研究不是窮舉字串
如果目標是:
max ∣ Ω N o b s ∣ , \max |\Omega_N^{obs}|, max ∣ Ω N o b s ∣ ,
最容易的方法可能是生成大量低價值變體。
這沒有意義。
48.2 應最大化 weighted information gain
更合理:
max ∑ x ∈ Δ Ω N w ( x ) , \max
\sum_{x\in\Delta\Omega_N}
w(x), max x ∈ Δ Ω N ∑ w ( x ) ,
其中 w ( x ) w(x) w ( x ) 可依:
verification;
novelty;
transferability;
obstruction relevance;
frontier importance;
調整。
48.3 最好的研究可能主動停止某 basin
如果:
η N ( B i ) → 0 , \eta_N(B_i)\rightarrow0, η N ( B i ) → 0 ,
理性策略可能是:
S t o p ( B i ) . Stop(B_i). S t o p ( B i ) .
這不是證明 basin 沒有解。
只是 resource allocation decision。
49. 本文核心命題總表
命題一:研究量不等於 artifact 數
N a r t i f a c t ≢ C N . \boxed{
N_{artifact}\not\equiv C_N.
} N a r t i f a c t ≡ C N .
命題二:可觀測 coverage 依賴搜尋制度
C N = C N ( Q , R , ρ , ∼ ) . \boxed{
C_N=C_N(Q,R,\rho,\sim).
} C N = C N ( Q , R , ρ , ∼ ) .
命題三:全域積分通常不可直接觀測
I N = ∫ Ω ˉ R c N d μ \boxed{
I_N
=
\int_{\bar\Omega_R}c_Nd\mu
} I N = ∫ Ω ˉ R c N d μ
是理想量;真實研究常只能估局部或相對 coverage。
命題四:coverage 必須向量化
C N = ( C s t a t e , C r o u t e , C o b s , C m e t h o d , C r e p r , C v e r ) . \boxed{
\mathbf C_N
=
(C^{state},C^{route},C^{obs},C^{method},C^{repr},C^{ver}).
} C N = ( C s t a t e , C r o u t e , C o b s , C m e t h o d , C r e p r , C v er ) .
命題五:負結果可以增加研究資訊
在明確適用域內:
proved no-go ⇒ valid survivor-space reduction . \boxed{
\text{proved no-go}
\Rightarrow
\text{valid survivor-space reduction}.
} proved no-go ⇒ valid survivor-space reduction .
命題六:局部飽和不推出全域飽和
Δ I ( B i ) → 0 ⇏ Δ I ( Ω ) → 0. \boxed{
\Delta I(B_i)\rightarrow0
\not\Rightarrow
\Delta I(\Omega)\rightarrow0.
} Δ I ( B i ) → 0 ⇒ Δ I ( Ω ) → 0.
命題七:低 novelty 不等於命題不可證
ν N ↓ ⇏ ∄ π . \boxed{
\nu_N\downarrow
\not\Rightarrow
\nexists\pi.
} ν N ↓ ⇒ ∄ π .
命題八:驗證具有層級與關係結構
compile success ≢ semantic fidelity . \boxed{
\text{compile success}
\not\equiv
\text{semantic fidelity}.
} compile success ≡ semantic fidelity .
命題九:邊際研究收益應納入成本
η N = Δ I ~ N C o s t N . \boxed{
\eta_N
=
\frac{\Delta\widetilde I_N}{Cost_N}.
} η N = C os t N Δ I N .
命題十:研究制度飽和只是一個制度結論
Saturation ( R ) ⇏ Verdict on mathematical reality . \boxed{
\text{Saturation}(R)
\not\Rightarrow
\text{Verdict on mathematical reality}.
} Saturation ( R ) ⇒ Verdict on mathematical reality .
50. 與系列後續論文的依賴關係
本文建立:
Ω , Ω ˉ , c N , I N , Δ I N , C N , η N , B i , ∂ Ω N . \Omega,
\quad
\bar\Omega,
\quad
c_N,
\quad
I_N,
\quad
\Delta I_N,
\quad
\mathbf C_N,
\quad
\eta_N,
\quad
B_i,
\quad
\partial\Omega_N. Ω , Ω ˉ , c N , I N , Δ I N , C N , η N , B i , ∂ Ω N .
後續:
LSI-PSD-03 將處理:
Ω / ∼ \boxed{
\Omega/\sim
} Ω/ ∼
的語義商空間問題。
LSI-PSD-04 將處理:
Ω ( 0 ) , Ω ( 1 ) , Ω ( 2 ) , … \Omega^{(0)},\Omega^{(1)},\Omega^{(2)},\ldots Ω ( 0 ) , Ω ( 1 ) , Ω ( 2 ) , …
高階採樣。
LSI-PSD-05 將處理:
local saturation / global openness \boxed{
\text{local saturation / global openness}
} local saturation / global openness
的盆地結構。
LSI-PSD-06 將建立 obstruction confluence 與 route equivalence。
LSI-PSD-07 至 09 才進入真理、生成性與 productive mis-specification。
LSI-PSD-10 將把本文所有防過度推論規則獨立形式化。
LSI-PSD-12 則把這些量轉成真正 Proof-Space Observatory runtime。
51. 結論:研究進度不應只問「離答案多遠」
當自動定理證明仍以單一 benchmark 為主時:
Solved / Unsolved \text{Solved / Unsolved} Solved / Unsolved
是合理的核心指標。
但在長程 AI 數學研究中,研究系統還需要知道:
What has been explored? \boxed{
\text{What has been explored?}
} What has been explored?
What has been verified? \boxed{
\text{What has been verified?}
} What has been verified?
What has been ruled out? \boxed{
\text{What has been ruled out?}
} What has been ruled out?
What is being revisited? \boxed{
\text{What is being revisited?}
} What is being revisited?
Where is the current frontier? \boxed{
\text{Where is the current frontier?}
} Where is the current frontier?
How much new information is each additional run producing? \boxed{
\text{How much new information is each additional run producing?}
} How much new information is each additional run producing?
本文將這組問題統一到:
Logic-Space Integration \boxed{
\textbf{Logic-Space Integration}
} Logic-Space Integration
框架。
最理想的形式是:
I N = ∫ Ω ˉ R ( Q ) c N ( ω ) d μ ( ω ) . I_N
=
\int_{\bar\Omega_R(Q)}
c_N(\omega)d\mu(\omega). I N = ∫ Ω ˉ R ( Q ) c N ( ω ) d μ ( ω ) .
但本文拒絕把這個漂亮公式誤用成虛假的全域百分比。
真正可操作的第一步,是建立:
C N = ( C N s t a t e , C N r o u t e , C N o b s , C N m e t h o d , C N r e p r , C N v e r ) \boxed{
\mathbf C_N
=
(
C_N^{state},
C_N^{route},
C_N^{obs},
C_N^{method},
C_N^{repr},
C_N^{ver}
)
} C N = ( C N s t a t e , C N r o u t e , C N o b s , C N m e t h o d , C N r e p r , C N v er )
以及:
Δ I N , η N , ρ N r e v i s i t , F N . \boxed{
\Delta I_N,
\quad
\eta_N,
\quad
\rho_N^{revisit},
\quad
\mathcal F_N.
} Δ I N , η N , ρ N r e v i s i t , F N .
這樣,一個沒有得到最終 proof 的研究系統,也不再只能回報:
失敗。
它可以更準確地回報:
我們在哪些區域投入了多少資源;哪些路線已被反覆重訪;哪些障礙已經得到可審計確認;哪些表示仍然有新增資訊;哪些 basin 的邊際研究收益已下降;哪些 frontier 尚未進入。
而這些資訊仍然必須服從本文最終的認識論限制:
Coverage is a property of an observed research regime, not a percentage of mathematical reality. \boxed{
\text{Coverage is a property of an observed research regime,
not a percentage of mathematical reality.}
} Coverage is a property of an observed research regime, not a percentage of mathematical reality.
這就是「邏輯空間積分」作為 AI 長程數學研究量測框架的最小成立條件。
參考文獻
Hubert, T. et al. Olympiad-level formal mathematical reasoning with reinforcement learning. Nature (2025). https://www.nature.com/articles/s41586-025-09833-y
Huang, S. et al. Guiding Search for Neural Theorem Proving via Proof Progress Prediction. arXiv:2502.17925 (2025). https://arxiv.org/abs/2502.17925
Xin, R. et al. BFS-Prover: Scalable Best-First Tree Search for LLM-based Automatic Theorem Proving. arXiv:2502.03438 (2025). https://arxiv.org/abs/2502.03438
Achim, T. et al. Aristotle: IMO-level Automated Theorem Proving. arXiv:2510.01346 (2025). https://arxiv.org/abs/2510.01346
Tsoukalas, G. et al. Advancing Mathematics Research with AI-Driven Formal Proof Search. arXiv:2605.22763 (2026). https://arxiv.org/abs/2605.22763
Kim, J. et al. Benchmarking Testing in Automated Theorem Proving. arXiv:2604.23698 (2026). https://arxiv.org/abs/2604.23698
Can Models Write Graduate Level Math Proofs That Are Formally Verifiable? FormalProofBench. arXiv:2603.26996 (2026). https://arxiv.org/abs/2603.26996
Pu, L. et al. MA-ProofBench: A Two-Tiered Evaluation of LLMs for Formal Theorem Proving in Mathematical Analysis. arXiv:2606.13782 (2026). https://arxiv.org/abs/2606.13782
TheoremGraph: Bridging Formal and Informal Mathematics. arXiv:2606.25363 (2026). https://arxiv.org/abs/2606.25363
TreeThink: A Modular Tree Search Library for Mathematical Theorem Proving. arXiv:2607.11258 (2026). https://arxiv.org/abs/2607.11258
Self-Supervised Theorem Discovery in a Formal Axiomatic System. arXiv:2606.28747 (2026). https://arxiv.org/abs/2606.28747
Global Premise Retrieval for Lean 4 Theorem Proving. arXiv:2605.13137 (2026). https://arxiv.org/abs/2605.13137
Requena, B. et al. A Minimal Agent for Automated Theorem Proving. arXiv:2602.24273 (2026). https://arxiv.org/abs/2602.24273
Google DeepMind. AI achieves silver-medal standard solving International Mathematical Olympiad problems. 2024; methodology updated with the 2025 Nature publication. https://deepmind.google/blog/ai-solves-imo-problems-at-silver-medal-level/
版本與非主張
本文主張
長程 AI 數學研究需要超越 solved / unsolved 的研究進度表示。
邏輯空間積分可作為描述研究 coverage 的理論框架。
真正開放問題通常不能誠實宣稱已知全域 proof-space denominator。
coverage 應拆成 state、route、obstruction、method、representation、verification 等多個維度。
負結果在適用域明確、可重現、可審計時,可以增加研究資訊。
局部 saturation 與 global saturation 必須分離。
本文不主張
已存在所有數學問題通用的自然測度 μ \mu μ ;
可直接計算 Navier--Stokes 或 P/NP 的真實 proof-space 百分比;
artifact 越多代表 coverage 越高;
AI 生成越多代表越接近真理;
novelty 越低代表原命題錯誤;
no-go 越多代表命題不可證;
formal verification 自動保證自然語言 statement fidelity;
多 agent 自動提高真理率;
NS-203 已顯示 Navier--Stokes 全域證明空間飽和;
本文的積分符號已構成傳統測度論意義下對所有 proof objects 的完備測度。
END OF LSI-PSD-02 v2.0 Expanded Edition