The Mathematics Ontology Bible · Version 1.0
Part XII: Epistemic Mathematics — The Governance Layer
This part is the bridge between the mathematical ontology above and the governance toolkit in which it lives. It asks: of everything in Parts I–XI, what can be known? What can be proven? What can be checked? And what — honestly — cannot?
12.1 The Checkability Spectrum
Every mathematical claim lives in one of three regions:
| Region | Examples | Status |
|---|---|---|
| Solve | The quadratic formula; π(100) = 25; whether 2^(31)-1 is prime | Deterministically computable; a procedure terminates with the answer |
| Detect | Whether a polynomial's Galois group is solvable; whether a number is prime | A decision procedure exists; the answer is yes or no, and can be verified |
| Withhold | Whether a general TM halts; whether a given Diophantine equation has solutions; P vs. NP; Riemann Hypothesis; CH | No decision procedure; the question may be undecidable, independent of axioms, or computationally intractable |
Key principle: The withhold region is permanent for some questions — not a gap awaiting better tools, but a structural feature of the logical landscape. Gödel tells us that any sufficiently expressive formal system has true statements it cannot prove. The honest epistemic output for such questions is WITHHOLD, not UNKNOWN_YET.
12.2 Proxy vs. Truth in Mathematics
The proxy/truth framework that governs the governance toolkit has a natural home in mathematics:
Proxy: A formal derivation in a proof system, a numerical approximation, a plausibility argument, a computer verification in a specific model.
Truth: The Platonic mathematical fact (or, formally, the truth in the intended structure, or, constructively, the existence of an actual construction).
Decoupling risks:
- A formal proof in system F proves φ, but φ is false in the intended interpretation (if F is inconsistent or the translation was wrong)
- A numerical computation gives a "proof" of a theorem that holds for the tested cases but fails at a large example
- A probabilistic primality test (Miller-Rabin) gives "prime" with high probability but is not a proof
- Machine-learning systems that "discover" conjectures which are true in tested cases but unproven
The mathematics proxy/truth gap is real. The Collatz conjecture, the twin prime conjecture, the Goldbach conjecture — all are true in every tested case, and there is no known counterexample, but they remain unproven. Proxy (empirical verification) has completely decoupled from truth (proof) for these statements.
12.3 Fixed Points and Well-Founded Recursion in Mathematics
The governance principle of well-founded, human-grounded recursion is itself a mathematical theorem before it is an engineering discipline.
Fixed-point theorems:
- Brouwer: Every continuous function from a compact convex set to itself has a fixed point
- Banach: Every contraction on a complete metric space has a unique fixed point (and iteration converges to it)
- Tarski: Every monotone function on a complete lattice has a fixed point
- Kleene: In the theory of recursion, every computable functional has a least fixed point
Well-founded recursion theorem: If ≺ is a well-founded relation on a set X and G(x, f) is a set-valued function, then there exists a unique function f: X→Y such that f(x) = G(x, f|_{pred(x)}) for all x. This is how transfinite definitions (ordinal arithmetic, the constructible universe L, the cumulative hierarchy Vα) are justified.
Ill-founded recursion = regress: A definition f(x) = G(x, f(x)) with no base case is an ungrounded regress. In formal systems: the Gödel sentence G_F is "almost" self-referential but avoids the regress through encoding. The governance toolkit's fixed-point governor implements the well-foundedness check: iterate, detect if convergence is reached, and refuse ungrounded regresses.
12.4 Incompleteness as Governance Discipline
Gödel's theorem is not merely a curiosity — it is a fundamental constraint on any governance system that claims to certify its own completeness.
The governance translation:
- A formal system = a set of governance rules
- A proof = a governance check that passes
- A Gödel sentence = a governance scenario the system cannot classify
- Consistency = the system never certifies contradictory outputs
Consequence: No governance system for AI can be both complete (it handles every scenario) and consistent (it never makes contradictory decisions) — if it is expressive enough to be interesting. The honest response to a Gödel-type scenario is WITHHOLD and route to human authority. This is the metamathematical argument for the governance toolkit's human-at-the-base-case design.
12.5 The Ontological Dependency Map (Full)
The dependency graph of all domains in this document:
Logic (Propositional)
└── Logic (First-Order)
├── Set Theory (ZFC)
│ ├── Cardinals & Ordinals
│ ├── Natural Numbers ℕ
│ │ ├── Integers ℤ
│ │ │ ├── Rationals ℚ
│ │ │ │ ├── Real Numbers ℝ
│ │ │ │ │ ├── Complex Numbers ℂ
│ │ │ │ │ │ ├── Quaternions ℍ
│ │ │ │ │ │ └── Octonions 𝕆
│ │ │ │ │ ├── p-adic Numbers ℚ_p
│ │ │ │ │ └── Surreal Numbers No
│ │ │ │ └── Abstract Algebra (Fields)
│ │ │ └── Abstract Algebra (Rings, Modules)
│ │ └── Abstract Algebra (Groups, Monoids)
│ └── Combinatorics & Graph Theory
├── Category Theory
│ ├── Algebraic Topology
│ ├── Homological Algebra
│ └── Higher Category Theory / HoTT
└── Model Theory / Proof Theory
└── Metamathematics (Gödel)
Real Numbers ℝ
├── Real Analysis
│ ├── Measure Theory
│ │ └── Probability Theory
│ └── Ordinary Differential Equations
├── Functional Analysis (Banach, Hilbert Spaces)
└── Topology
├── Differential Topology
│ └── Differential Geometry
│ └── Riemannian Geometry
│ └── General Relativity [Physics]
└── Algebraic Topology
Complex Numbers ℂ
└── Complex Analysis
├── Number Theory (via ζ-function)
└── Quantum Mechanics [Physics] (via Hilbert spaces over ℂ)
Number Theory
├── Algebraic Number Theory (field extensions)
├── Analytic Number Theory (ζ-function, L-functions)
└── Arithmetic Geometry (elliptic curves, modular forms)
Computability Theory
├── Complexity Theory (P, NP, PSPACE)
├── Information Theory
└── Formal Languages & Automata
12.6 The Honest Limits of This Document
Completeness: This document covers the main structures of classical mathematics and makes connections to foundations, physics, and governance. It does not cover: algebraic K-theory, motivic cohomology, derived categories, the Langlands program, topological quantum field theory, condensed mathematics (Clausen-Scholze), or the full classification theory of infinite groups. Mathematics grows faster than any single document.
Ontological question: Whether mathematical objects exist in any mind-independent sense is not settled here and is not settable by mathematics itself — it is a philosophical question that mathematics can inform but not answer.
Epistemic limits: By Gödel, the true statements of mathematics exceed any fixed axiom system. By Church-Turing, many natural mathematical questions are undecidable. By the complexity zoo, many decidable questions are intractable. This document names these limits honestly; it does not pretend they will be overcome.
Proxy/truth gap: This document is a proxy — a representation of mathematical truth in natural language. The truth is the formal structures themselves, the theorems and proofs, the constructions. Natural language always risks imprecision. Where the two diverge, the formal mathematics wins.