Encyclopedia Mathematics Mathematics Topology From Rs Topological Invariant
ARTICLE 2 claims 2 theorems
Mathematics Topology From Rs Topological Invariant
Topology classifies shapes by properties that survive stretching; Recognition Science names five such properties and shows they match a cube's count.
The five invariants
Topology is the branch of mathematics that studies the properties of a shape that survive continuous deformation, the kind of stretching and bending that does not tear or glue. A coffee cup and a doughnut are topologically the same because one has a single hole, and that hole persists no matter how the clay is reshaped. The standard toolkit for describing these persistent features includes the Euler characteristic, the fundamental group, homology groups, cohomology groups, and the homotopy type. The Euler characteristic counts vertices minus edges plus faces for a polyhedron; for a cube, 8 minus 12 plus 6 equals 2, the same value as for a sphere.
In Recognition Science, the framework's machine-checked library of formal theorems defines a topological invariant, a property unchanged by continuous deformation, as an inductive type with exactly five constructors: the five classical invariants named above. A theorem in the library proves that the number of these invariants is five, and a separate definition computes the Euler characteristic of Q₃, the three-dimensional cube, as 2. The library packages these two facts into a single certificate, a structure that holds both the count and the cube computation, and it verifies the certificate with no unproved assumptions.
The declaration does not claim that these five invariants are the only possible ones, nor that they are equivalent to each other. It does not assert that the cube's Euler characteristic being 2 has any physical consequence, and it does not derive the five invariants from the framework's cost function or forcing chain. The certificate is a formal bookkeeping statement: these five named invariants exist, and the cube's Euler characteristic is 2, both checked by computation.
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 proved to be exhaustive or mutually equivalent. The cube's Euler characteristic is not claimed to have any physical consequence. The invariants are not derived from the framework's cost function or forcing chain.
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:
- How does the framework's cost function relate to the existence of these five invariants?
- What physical meaning, if any, does the cube's Euler characteristic carry in Recognition Science?
- Are there other topological invariants beyond these five that the framework might recognize?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM topologicalInvariantCount · IndisputableMonolith/Mathematics/TopologyFromRS.lean
theorem topologicalInvariantCount : Fintype.card TopologicalInvariant = 5 := by decideA theorem in the library proves that the number of these invariants is five. topologicalInvariantCount · IndisputableMonolith/Mathematics/TopologyFromRS.leanTHEOREM eulerQ3_eq_2 · IndisputableMonolith/Mathematics/TopologyFromRS.lean
theorem eulerQ3_eq_2 : eulerQ3 = 2 := by decideThe Euler characteristic of Q₃, the three-dimensional cube, is 2. eulerQ3_eq_2 · IndisputableMonolith/Mathematics/TopologyFromRS.lean