Encyclopedia Mathematics Mathematics Topology From Rs Topological Invariant Count
ARTICLE 2 claims 2 theorems
Mathematics Topology From Rs Topological Invariant Count
Five classical topological invariants, from the Euler characteristic to the homotopy type, are counted and certified in a machine-checked library.
A count of five
Topology classifies shapes by properties that survive continuous deformation. A coffee mug and a doughnut share the same genus, and a sphere and a cube share the same Euler characteristic. Mathematicians have developed several such invariants: the Euler characteristic, the fundamental group, homology groups, cohomology groups, and the homotopy type. Each one captures a different aspect of a shape's global structure.
The Recognition Science framework includes a machine-checked library of formal theorems. One declaration in that library, topologicalInvariantCount, establishes that these five canonical invariants form a complete list in a specific formal sense: the number of them is exactly five. This is a theorem proved by computation, with no unproved assumptions. The library also verifies a concrete example: the cube graph Q₃, a three-dimensional cube with eight vertices, twelve edges, and six faces, has Euler characteristic 8 − 12 + 6 = 2, the same as a sphere.
In Recognition Science, this count connects to a deeper structural claim. The framework models reality as a discrete record of recognition events, and it derives that three spatial dimensions are forced by a chain of theorems. The five invariants here correspond to a configuration dimension D = 5. This correspondence is a definitional choice within the framework, not a theorem about topology itself.
What the declaration does not claim is broader. It does not claim that these five invariants are the only topological invariants that exist in mathematics; many others, such as knot invariants or characteristic classes, are not included. It does not claim that the count five has any physical meaning outside the framework's own modeling choices. And it does not claim that the Euler characteristic of Q₃ being 2 proves anything about the topology of physical space; that is a separate, open question about the bridge between recognition events and geometry.
THEOREM topologicalInvariantCount · IndisputableMonolith/Mathematics/TopologyFromRS.lean
theorem topologicalInvariantCount : Fintype.card TopologicalInvariant = 5 := by decide
THEOREM eulerQ3_eq_2 · IndisputableMonolith/Mathematics/TopologyFromRS.lean
theorem eulerQ3_eq_2 : eulerQ3 = 2 := by decide
What this page does not claim
The five invariants are not claimed to be the only topological invariants in all of mathematics. The count of five is not claimed to have physical meaning outside the framework's own modeling choices. The Euler characteristic calculation is not claimed to prove anything about the topology of physical space.
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/Mathematics/TopologyFromRS.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 are the other topological invariants that exist beyond the five canonical ones?
- How does the framework's configuration dimension D = 5 relate to the three spatial dimensions it derives?
- What would a physical recognition-to-linking bridge look like that connects these formal invariants to observable space?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM topologicalInvariantCount · IndisputableMonolith/Mathematics/TopologyFromRS.lean
theorem topologicalInvariantCount : Fintype.card TopologicalInvariant = 5 := by decideOne declaration in that library, topologicalInvariantCount, establishes that these five canonical invariants form a complete list in a specific formal sense: the number of them is exactly five. topologicalInvariantCount · IndisputableMonolith/Mathematics/TopologyFromRS.leanTHEOREM eulerQ3_eq_2 · IndisputableMonolith/Mathematics/TopologyFromRS.lean
theorem eulerQ3_eq_2 : eulerQ3 = 2 := by decideThe library also verifies a concrete example: the cube graph Q₃, a three-dimensional cube with eight vertices, twelve edges, and six faces, has Euler characteristic 8 − 12 + 6 = 2, the same as a sphere. eulerQ3_eq_2 · IndisputableMonolith/Mathematics/TopologyFromRS.lean