Encyclopedia Foundation Foundation Public Spine Part Inamed Axiom Closure Holds
ARTICLE 2 claims 2 theorems
Foundation Public Spine Part Inamed Axiom Closure Holds
A machine-checked certificate that the framework's foundational claims rely on nothing beyond three standard logical principles.
The named axiom closure
In formal mathematics, a proof is only as strong as the axioms it starts from. The declaration partINamedAxiomClosure_holds is a machine-checked certificate stating that a specific collection of foundational claims, called Part I, is closed under the framework's named axiom set. In plain terms, it establishes that everything in that collection can be derived using only three standard logical principles: propositional extensionality (two propositions are equal when they imply each other), the axiom of choice, and quotient soundness (identifying elements of a quotient by an equivalence relation). These are the same three principles that the Lean kernel itself relies on; the certificate records that no additional framework-specific axioms are needed.
The certificate is part of a broader honesty apparatus in the framework's public spine. The framework distinguishes between what is forced by its own structure and what is purchased by an explicit recognition ledger, a discrete record of events whose cost is fixed by the framework's laws. The named axiom closure certificate belongs to the forced side: it shows that the Part I claims, whatever they assert, do not secretly depend on an unstated assumption. It is a hygiene check, not a new mathematical result. The declaration is a theorem in the machine-checked library of formal theorems, and its proof is the certificate itself, which is inhabited by a reference to a deeper proof in the PartINamedAxiomClosure module.
What the certificate does not claim is just as important. It does not say that Part I contains all true statements, nor that the three axioms are sufficient for every part of the framework. It only certifies closure for the named collection. It also does not assert that the axioms are consistent; that is a separate question. The certificate is a local statement about a specific set of claims, not a global guarantee about the framework as a whole. In the framework's own language, it is a floor witness: it marks the boundary of what is forced, leaving everything else explicitly open or purchased.
THEOREM partINamedAxiomClosure_holds · IndisputableMonolith/Foundation/PublicSpine.lean
theorem partINamedAxiomClosure_holds :
PartINamedAxiomClosure.PartINamedAxiomClosureCert :=
PartINamedAxiomClosure.partINamedAxiomClosureCert_holds
THEOREM partINamedAxiomClosure_holds · IndisputableMonolith/Foundation/PublicSpine.lean
theorem partINamedAxiomClosure_holds :
PartINamedAxiomClosure.PartINamedAxiomClosureCert :=
PartINamedAxiomClosure.partINamedAxiomClosureCert_holds
What this page does not claim
The certificate does not prove that the three axioms are consistent with each other. It does not certify closure for claims outside the Part I collection. It does not assert that Part I contains all true statements.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Foundation/PublicSpine.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- What exactly is the Part I collection of claims that this certificate covers?
- How does the named axiom closure differ from the broader axiom audit of the whole framework?
- What would it mean for a claim to fall outside the named axiom closure?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM partINamedAxiomClosure_holds · IndisputableMonolith/Foundation/PublicSpine.lean
theorem partINamedAxiomClosure_holds : PartINamedAxiomClosure.PartINamedAxiomClosureCert := PartINamedAxiomClosure.partINamedAxiomClosureCert_holdsThe declaration partINamedAxiomClosure_holds is a machine-checked certificate stating that a specific collection of foundational claims, called Part I, is closed under the framework's named axiom set. partINamedAxiomClosure_holds · IndisputableMonolith/Foundation/PublicSpine.leanTHEOREM partINamedAxiomClosure_holds · IndisputableMonolith/Foundation/PublicSpine.lean
theorem partINamedAxiomClosure_holds : PartINamedAxiomClosure.PartINamedAxiomClosureCert := PartINamedAxiomClosure.partINamedAxiomClosureCert_holdsIt establishes that everything in that collection can be derived using only three standard logical principles: propositional extensionality, the axiom of choice, and quotient soundness. partINamedAxiomClosure_holds · IndisputableMonolith/Foundation/PublicSpine.lean