Proof-Theoretic Equivalence and Conservative Extension of ρ-Arithmetic
Paper 7 (DOI: 10.5281/zenodo.18943944) constructed the term model of T_ρ in ZFC. This paper lifts that semantic witness to proof-theoretic results.
Core Theorem 1 (Equiconsistency): Con(PA) ⟺ Con(T_ρ). A primitive recursive translation operator τ maps T_ρ-formulas to PA-formulas; every T_ρ-axiom instance translates to a PA-theorem; inference rules are preserved. Formalizable in PRA.
Core Theorem 2 (Conservative Extension): T_ρ is conservative over PA on pure Σ_N-sentences. Corollary (Presburger Conservativity): T_ρ is conservative over Presburger arithmetic on pure Σ_W-sentences.
Conclusion: ρ-arithmetic is a non-destructive upgrade of classical arithmetic: extensional layer fully conserved, operative layer adds higher-dimensional structure, consistency cost zero. ZFCρ series complete: M1 (syntax) → M2 (axioms) → M3 (model) → M4 (proof theory).
1. Design Principles
1.1 Proof-Theoretic Purity
No reliance on ZFC for semantic arguments in core proofs. Core results use pure syntactic translation (Gödel coding), formalizable in PRA. This contrasts with Paper 7, which is inherently set-theoretic.
1.2 Precise Calibration
Not the coarse Con(ZFC) ⟹ Con(T_ρ), but the exact equiconsistency Con(PA) ⟺ Con(T_ρ). This pins down T_ρ's proof-theoretic strength exactly.
1.3 Standard Tools
Gödel numbering (primitive recursive encoding of syntax), primitive recursive translation operator τ, proof translation (showing any T_ρ-proof translates to a PA-proof).
2. Recursive Axiomatization
2.1 T_ρ Is Recursively Axiomatized
T_ρ has finite axioms (injectivity, disjointness, non-zero friction) and three countably-infinite axiom schemata (structural induction, PA induction, W-sort induction), each c.e. (computably enumerable). The set of all axiom instances is c.e.
2.2 Consequence of Recursive Axiomatization
T_ρ's set of theorems is c.e.: if T_ρ ⊢ φ, then there exists a finite proof, which is a finite sequence of strings, effectively verifiable.
3. Translation Operator τ
3.1 Gödel Encoding
History terms are encoded as natural numbers via standard Gödel pairing:
Primitive recursive predicates: Term(e), Val(e), Rho(e), Succ_H(e), Add_H(e₁,e₂), Mul_H(e₁,e₂) are all primitive recursive.
3.2 Definition of τ
Variables: N-sort, W-sort unchanged. H-sort variables become PA variables (over ℕ).
Quantifiers: ∀h∈H φ → ∀h(Term(h) → φ^τ). N/W-sort quantifiers unchanged.
Function symbols: 0_H ↦ ⌜0_H⌝. Constructors → arithmetic counterparts. val(h) → Val(⌜h⌝). ρ(h) → Rho(⌜h⌝). Σ_N/Σ_W symbols unchanged.
Constants: c_S ↦ 1, c_⊕ ↦ 1, c_⊗ ↦ 2.
Proposition: τ is primitive recursive (computable in polynomial time).
3.3 Pure Σ_N-Sentences Are Fixed
Lemma: For pure Σ_N-sentence σ (no H or W variables): σ^τ = σ.
Proof: Translation affects only H-sort constructs. Pure N-sort sentences are unchanged. ∎
4. Axiom Translation Theorem
4.1 Statement
Theorem: For every T_ρ-axiom instance A: PA ⊢ A^τ.
4.2 Proof (Case by Case)
G5 Structural Induction: Translates to strong induction (course-of-values induction) on Gödel numbers. Subterm codes are strictly less than parent codes (e₁ < e, e₂ < e by pairing properties). PA derives strong induction from standard induction schema.
G6–G7: Gödel pairing injectivity and disjointness. PA's standard axioms about ordered pairs prove these properties.
N-sort PA: Unchanged. PA self-proves.
W-sort Presburger: PA contains Presburger arithmetic (∀x∃y(x+y=z) for addition, no multiplication). PA self-proves all Presburger axioms.
Non-zero friction: c_S ↦ 1, c_⊕ ↦ 1, c_⊗ ↦ 2 are non-zero. PA proves "1 ≠ 0", "2 ≠ 0".
val/ρ equations: Defining equations of Val and Rho are primitive recursive. Val(0) = 0, Val(Succ_H(e)) = S(Val(e)), etc. PA proves these by primitive recursion.
5. Equiconsistency
5.1 Closed-Sentence Translation Theorem
Theorem: If T_ρ ⊢ σ (σ a sentence), then PA ⊢ σ^τ.
5.2 Proof Technique (Guarded Claims)
Key idea: for every formula φ in a T_ρ-proof, PA ⊢ (∧_{h∈h̄_all} Term(h)) → φ^τ, where h̄_all is the union of all free H-variables across the entire proof. This uniform guard ensures soundness under Modus Ponens.
Guard Elimination: To extract a PA-proof of σ^τ (a closed sentence) from a guarded T_ρ-proof, universally generalize each h_i, instantiate with ⌜0_H⌝, use Term(⌜0_H⌝) (PA-provable), apply modus ponens. Repeat for all k free H-variables to eliminate all guards.
Two Key Lemmas:
Lemma 1 (Term Closed Under Constructors): PA proves Term(⌜0_H⌝), Term(e) → Term(Succ_H(e)), etc.
Lemma 2 (Term Closed Under Arbitrary Terms): For any Σ_H-term t(h̄): PA ⊢ (∧Term(h_i)) → Term(t^τ(h̄)). Proved by structural induction on t (in PA's language, using PA induction on Gödel codes).
5.3 Equiconsistency Proof
Theorem: Con(PA) ⟺ Con(T_ρ).
Forward (Con(T_ρ) ⟹ Con(PA)): If T_ρ ⊢ ⊥, then by §5.1, PA ⊢ ⊥^τ = ⊥. Contrapositive: Con(PA) ⟹ Con(T_ρ).
Reverse (Con(PA) ⟹ Con(T_ρ)): T_ρ contains PA (N-sort instances are PA axioms exactly). If PA is consistent, T_ρ is consistent. ∎
Formalizability in PRA: The forward direction (Con(PA) → Con(T_ρ)) is formalizable in PRA: the translation operator is primitive recursive, axiom-checking is primitive recursive, so PRA ⊢ (Con(PA) → Con(T_ρ)).
6. Conservative Extension
6.1 Σ_N-Conservativity
Theorem: T_ρ ⊢ σ ⟹ PA ⊢ σ (for pure Σ_N-sentence σ).
Proof: By §5.1 and §3.3: If T_ρ ⊢ σ, then PA ⊢ σ^τ. Since σ is pure Σ_N, σ^τ = σ. So PA ⊢ σ. ∎
6.2 Σ_W-Conservativity
Theorem: T_ρ ⊢ σ ⟹ PrA ⊢ σ (for pure Σ_W-sentence σ).
Proof: Via §5.1: PA ⊢ σ^τ. Since σ is pure Σ_W, σ^τ is a pure-additive PA sentence (no multiplication). By PA's conservativity over Presburger arithmetic on multiplication-free sentences, PrA ⊢ σ. ∎
6.3 Significance of Conservative Extension
Interpretation: ρ-arithmetic is conservative over PA (N-sort) and Presburger (W-sort). H-sort injects no new proof power into either side. What is added is expressive power, not proof power.
Conclusion: ρ-arithmetic is a non-destructive upgrade of classical arithmetic: extensional layer (N-sort, via val) fully conserved, operative layer (W-sort, via ρ) adds higher-dimensional structure, consistency cost zero.
7. Non-Standard Models
7.1 Existence of Non-Standard Models
T_ρ is recursively axiomatized with countably infinite models (Paper 7: the term model M_c̄). By Löwenheim-Skolem, T_ρ has non-standard models of all infinite cardinalities.
7.2 Structure of Non-Standard Models
Non-standard models of T_ρ have non-standard N-sort (non-standard ℕ), non-standard W-sort, and unconstrained H-sort fiber structure. In particular, in a non-standard model, Hist(n) need not be finite — the compactification lemma (Paper 7 §6.3) fails outside the standard term model.
8. Metatheoretic Summary Table
| Property | T_ρ | PA | Presburger |
|---|---|---|---|
| Language | Multi-sorted FOL | Single-sorted FOL | Single-sorted FOL |
| Recursively axiomatized | ✓ | ✓ | ✓ |
| Consistency strength | Con(PA) | — | ⊂ Con(PA) |
| Σ_N-conservative over PA | ✓ | — | — |
| Σ_W-conservative over Presburger | ✓ | — | — |
| Complete | ✗ | ✗ | ✓ |
| Term model | ✓ (Paper 7) | ✓ (𝔑) | ✓ |
| Non-standard models | Exist | Exist | None |
9. Series Completion Summary
ZFCρ Series Structure:
M1 (Syntax): Papers 1–4. Defines the syntax of ρ-arithmetic: term grammar, two-level equality (extensional ≡_E and operational ≡_ρ), and a draft term model.
M2 (Axioms): Papers 5–6. Lifts syntax to formal axiomatic system: generation axioms (G1–G7), structural induction, formal definition of ρ via recursive equations, introduces ρ_E and δ.
M3 (Model): Paper 7. Constructs the term model M_c̄ inside ZFC. Verifies all axioms. Establishes fiber structure (Hist(n) infinite, Hist*(n) finite, compactification lemma).
M4 (Proof Theory): Paper 8 (this paper). Lifts semantic model to proof-theoretic results: Con(PA) ⟺ Con(T_ρ), conservativity over PA and Presburger.
Foundational Status of T_ρ: T_ρ is precisely equivalent in consistency strength to PA. ρ-arithmetic is an extension of PA (all PA axioms embed as N-sort instances), but is conservative — adding H-sort and W-sort does not increase proof power.
10. Open Problems
- Proof-theoretic ordinal of T_ρ (focusing on H-sort formulas). What is Ord(T_ρ)?
- Independent sentences of T_ρ. Gödel's incompleteness applies to T_ρ (as it does to PA). What sentences of T_ρ are independent of ZFC?
- Structure of H-sort in non-standard models. How do non-standard models' H-fibers compare to the standard term model's countably-infinite fibers?
- Comparison with other ordered structures on ℕ. How does ρ-arithmetic compare to other recursive function orderings (e.g., Ackermann hierarchy, fast-growing hierarchies)?
- Category-theoretic foundations. Can the entire ZFCρ development be re-framed in categorical language (toposes, sites)?
11. Acknowledgments
I acknowledge the assistance of Claude (Anthropic), ChatGPT (OpenAI), Gemini (Google), and Grok (xAI) in the development, refinement, and verification of the mathematical content presented throughout the ZFCρ series. Their contributions to brainstorming, proof-checking, and exposition have been invaluable.
← ZFCρ Paper VII: The Term Model of ρ-Arithmetic
ZFCρ Series Complete · Mathematical Foundations · Back to Papers
Paper 7(DOI: 10.5281/zenodo.18943944)在ZFC内构造了T_ρ的项模型并验证了公理满足性。本文将这一语义见证提升为证明论结果。
核心定理1(等一致性):Con(PA) ⟺ Con(T_ρ)。定义从T_ρ公式到PA公式的原始递归翻译算子τ,证明每条公理实例翻译后PA可证,推理规则在翻译下保持。整个过程可在PRA中形式化。
核心定理2(保守扩张):T_ρ在纯Σ_N-语言上是PA的保守扩张。推论(Presburger保守性):T_ρ在纯Σ_W-语言上是Presburger算术的保守扩张。
结论:ρ-算术是经典算术的非破坏性升级:外延层完全守恒,操作层增加高维结构,一致性代价为零。ZFCρ系列完成:M1(语法)→ M2(公理)→ M3(模型)→ M4(证明论)。
1. 设计原则
1.1 证明论的纯净性
核心证明中不依赖ZFC的语义论证。核心结果使用纯句法翻译(Gödel编码),可在PRA中形式化。这与第7篇相对比——第7篇本质上是集合论的。
1.2 精确校准
不是粗糙的Con(ZFC) ⟹ Con(T_ρ),而是精确的等一致性Con(PA) ⟺ Con(T_ρ)。这精确定位了T_ρ的证明论强度。
1.3 标准工具
Gödel编号(句法的原始递归编码)、原始递归翻译算子τ、证明翻译(展示任何T_ρ-证明都翻译成PA-证明)。
2. 递归公理化
2.1 T_ρ是递归公理化的
T_ρ有有限公理(单射性、不相交性、非零摩擦)和三个可数无穷的公理模式(结构归纳、PA归纳、W-sort归纳),每个都是c.e.(递归可枚举)。所有公理实例的集合是c.e.。
2.2 递归公理化的推论
T_ρ的定理集是c.e.:若T_ρ ⊢ φ,存在有限证明(有限字符串序列),可被有效验证。
3. 翻译算子τ
3.1 Gödel编码
历史项通过标准Gödel配对编码成自然数:
原始递归谓词:Term(e)、Val(e)、Rho(e)、Succ_H(e)、Add_H(e₁,e₂)、Mul_H(e₁,e₂)都是原始递归的。
3.2 τ的定义
变量:N-sort、W-sort不变。H-sort变量变成PA变量(关于ℕ)。
量词:∀h∈H φ → ∀h(Term(h) → φ^τ)。N/W-sort量词不变。
函数符号:0_H ↦ ⌜0_H⌝。构造器 → 算术对应。val(h) → Val(⌜h⌝)。ρ(h) → Rho(⌜h⌝)。Σ_N/Σ_W符号不变。
常数:c_S ↦ 1,c_⊕ ↦ 1,c_⊗ ↦ 2。
命题:τ是原始递归的(多项式时间可计算)。
3.3 纯Σ_N-句子是固定的
引理:对纯Σ_N-句子σ(无H或W变量):σ^τ = σ。
证明:翻译仅影响H-sort构造。纯N-sort句子不变。∎
4. 公理翻译定理
4.1 陈述
定理:对每条T_ρ-公理实例A:PA ⊢ A^τ。
4.2 证明(逐案例)
G5结构归纳:翻译为Gödel数上的强归纳(course-of-values归纳)。子项码严格小于父项码(通过配对性质e₁ < e,e₂ < e)。PA从标准归纳模式推导强归纳。
G6–G7:Gödel配对的单射性和不相交性。PA关于有序对的标准公理证明这些性质。
N-sort PA:不变。PA自证。
W-sort Presburger:PA包含Presburger算术(加法:∀x∃y(x+y=z),无乘法)。PA证明所有Presburger公理。
非零摩擦:c_S ↦ 1,c_⊕ ↦ 1,c_⊗ ↦ 2非零。PA证明"1 ≠ 0"、"2 ≠ 0"。
val/ρ方程:Val和Rho的定义方程是原始递归的。Val(0) = 0,Val(Succ_H(e)) = S(Val(e))等。PA通过原始递归证明。
5. 等一致性
5.1 闭句翻译定理
定理:若T_ρ ⊢ σ(σ是句子),则PA ⊢ σ^τ。
5.2 证明技巧(保护声明)
关键思想:对T_ρ-证明中的每个公式φ,PA ⊢ (∧_{h∈h̄_all} Term(h)) → φ^τ,其中h̄_all是整个证明中所有自由H-变量的并集。这个统一保护确保了Modus Ponens下的正确性。
保护消除:为从保护的T_ρ-证明提取PA对σ^τ(闭句)的证明,普遍量化每个h_i,用⌜0_H⌝代入,使用Term(⌜0_H⌝)(PA可证),应用modus ponens。对所有k个自由H-变量重复以消除所有保护。
两个关键引理:
引理1(Term在构造器下闭合):PA证明Term(⌜0_H⌝)、Term(e) → Term(Succ_H(e))等。
引理2(Term在任意项下闭合):对任意Σ_H-项t(h̄):PA ⊢ (∧Term(h_i)) → Term(t^τ(h̄))。通过对t的结构归纳证明(在PA的语言中,用Gödel码上的PA归纳)。
5.3 等一致性证明
定理:Con(PA) ⟺ Con(T_ρ)。
正向(Con(T_ρ) ⟹ Con(PA)):若T_ρ ⊢ ⊥,则由§5.1,PA ⊢ ⊥^τ = ⊥。对偶:Con(PA) ⟹ Con(T_ρ)。
反向(Con(PA) ⟹ Con(T_ρ)):T_ρ包含PA(N-sort实例恰好是PA公理)。若PA一致,T_ρ一致。∎
在PRA中的形式化:正向方向(Con(PA) → Con(T_ρ))可在PRA中形式化:翻译算子是原始递归的,公理检查是原始递归的,因此PRA ⊢ (Con(PA) → Con(T_ρ))。
6. 保守扩张
6.1 Σ_N-保守性
定理:T_ρ ⊢ σ ⟹ PA ⊢ σ(对纯Σ_N-句子σ)。
证明:由§5.1和§3.3:若T_ρ ⊢ σ,则PA ⊢ σ^τ。由于σ是纯Σ_N,σ^τ = σ。所以PA ⊢ σ。∎
6.2 Σ_W-保守性
定理:T_ρ ⊢ σ ⟹ PrA ⊢ σ(对纯Σ_W-句子σ)。
证明:由§5.1:PA ⊢ σ^τ。由于σ是纯Σ_W,σ^τ是纯加法PA句子(无乘法)。由PA在无乘法句子上对Presburger的保守性,PrA ⊢ σ。∎
6.3 保守扩张的意义
解释:ρ-算术在PA(N-sort)和Presburger(W-sort)上保守。H-sort不向任何一侧注入新的证明力。增加的是表达力,不是证明力。
结论:ρ-算术是经典算术的非破坏性升级:外延层(N-sort,经由val)完全守恒,操作层(W-sort,经由ρ)增加高维结构,一致性代价为零。
7. 非标准模型
7.1 非标准模型的存在性
T_ρ递归公理化,有可数无穷模型(Paper 7:项模型M_c̄)。由Löwenheim-Skolem,T_ρ在所有无穷基数上有非标准模型。
7.2 非标准模型的结构
T_ρ的非标准模型有非标准N-sort(非标准ℕ)、非标准W-sort和无约束的H-sort纤维结构。特别地,在非标准模型中,Hist(n)不必有限——紧凑化引理(Paper 7 §6.3)在标准项模型外失效。
8. 元理论总结表
| 性质 | T_ρ | PA | Presburger |
|---|---|---|---|
| 语言 | 多排序FOL | 单排序FOL | 单排序FOL |
| 递归公理化 | ✓ | ✓ | ✓ |
| 一致性强度 | Con(PA) | — | ⊂ Con(PA) |
| 在PA上Σ_N-保守 | ✓ | — | — |
| 在Presburger上Σ_W-保守 | ✓ | — | — |
| 完备 | ✗ | ✗ | ✓ |
| 项模型 | ✓ (Paper 7) | ✓ (𝔑) | ✓ |
| 非标准模型 | 存在 | 存在 | 无 |
9. 系列完成总结
ZFCρ系列结构:
M1(语法):Papers 1–4。定义ρ-算术的语法:项文法、两层等式(外延≡_E和操作≡_ρ)、项模型草案。
M2(公理):Papers 5–6。将语法提升到形式公理系统:生成公理(G1–G7)、结构归纳、ρ的递归定义、引入ρ_E和δ。
M3(模型):Paper 7。在ZFC内构造项模型M_c̄。验证所有公理。确定纤维结构(Hist(n)无穷、Hist*(n)有限、紧凑化引理)。
M4(证明论):Paper 8(本文)。将语义模型提升为证明论结果:Con(PA) ⟺ Con(T_ρ),PA和Presburger上的保守性。
T_ρ的基础地位:T_ρ的一致性强度与PA完全相同。ρ-算术是PA的扩张(所有PA公理嵌入为N-sort实例),但保守——添加H-sort和W-sort不增加证明力。
10. 开放问题
- T_ρ的证明论序数(关注H-sort公式)。Ord(T_ρ) = ?
- T_ρ的独立句子。Gödel不完备性适用于T_ρ。T_ρ的哪些句子独立于ZFC?
- 非标准模型中的H-sort结构。非标准模型的H-纤维与标准项模型的可数无穷纤维如何比较?
- 与其他ℕ上的有序结构的比较。ρ-算术与其他递归函数排序(如Ackermann层级、快速增长层级)的比较。
- 范畴论基础。整个ZFCρ发展能否用范畴论语言重新表述(拓跑斯、位点)?
11. 致谢
我感谢Claude(Anthropic)、ChatGPT(OpenAI)、Gemini(Google)和Grok(xAI)在整个ZFCρ系列数学内容的开发、精炼和验证中的帮助。它们在集思广益、证明检查和表述中的贡献弥足珍贵。
ZFCρ系列完成 · 数学基础 · 返回论文列表