Encyclopedia Foundation Foundation Singular Mayer Vietoris Sub Sd Op Iter Eq Bnd Of Boundary

ARTICLE 1 claim 1 theorem

Foundation Singular Mayer Vietoris Sub Sd Op Iter Eq Bnd Of Boundary

In algebraic topology, a standard tool says the boundary of a boundary is zero; a machine-checked library has now verified a version of this for a framework built on discrete recognition events.

The boundary of a boundary

In algebraic topology, the boundary of a space is the edge that remains when you remove the interior. A standard and powerful fact, often called "boundary of a boundary is zero," says that if you take the boundary of a boundary, you get nothing. It is the algebraic reason why edges have no ends of their own, and it underpins the definition of homology, the tool that counts holes in a space.

The Recognition Science framework builds its own version of this story. It starts with a ledger, a discrete record of events, and defines a cost for recognizing one event from another. From that cost, the framework derives a chain of theorems that force the golden ratio, an eight-tick cycle, and three spatial dimensions. The declaration sub_sdOpIter_eq_bnd_of_boundary is a piece of that larger project: it states, in the framework's own terms, that a certain iterated operation on a subspace equals the boundary of the boundary, and that this is zero.

What the declaration actually proves is a formal statement inside a machine-checked library of theorems. It establishes that for a singular simplex, the operation that takes the boundary of the boundary, when restricted to a small subcomplex, vanishes. The proof is checked by a computer, so the result is not a matter of opinion or a heuristic; it is a verified theorem in the library's logic.

This is not a claim about the physical world. The declaration does not say that the universe's ledger has no boundaries, nor does it derive any physical constant. It is a theorem about the algebraic structure the framework uses to model recognition. The physical bridge, the step that says the framework's algebra describes actual space and time, is a separate and open question. The declaration is a tool, not a prophecy.

THEOREM SIdx · IndisputableMonolith/Foundation/SingularMayerVietoris.lean
/-- The index type of the degree-`n` small chain group: small singular
`n`-simplices. -/
def SIdx (n : ℕ) : Type := { s : Idx X n // Small U V s }

What this page does not claim

The declaration does not claim that the physical universe's boundary is zero. The declaration does not derive any physical constant or empirical prediction. The declaration does not prove the classical Mayer-Vietoris sequence; it proves a framework-specific analogue.

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/SingularMayerVietoris.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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND