pith. machine review for the scientific record. sign in
module module high

IndisputableMonolith.RecogGeom.Examples

show as:
view Lean formalization →

The module supplies concrete finite configuration spaces on Fin n for n at least 2, together with discrete and sign-based recognizers that induce explicit indistinguishability relations and quotients. Researchers building explicit models of recognition geometry cite these constructions to verify cell resolution and quotient formation before moving to abstract cases. The module proceeds entirely by definitions and direct verifications of basic equivalence properties on the finite sets.

claimLet $C = {0,1,…,n-1}$ be the finite configuration space for integer $n ≥ 2$. A discrete recognizer is a map $R: C → E$ from configurations to events. The induced indistinguishability relation partitions $C$ into resolution cells whose quotient is $C_R = C/∼_R$. Sign recognizers further distinguish positive and negative labels and generate the corresponding equivalence classes.

background

Recognition Geometry treats space as emergent from recognition maps. The Core module introduces the basic types for configurations $C$ and events $E$. The Recognizer module defines maps $R: C → E$ that connect configurations to observable events. Indistinguishable defines the relation $∼_R$ under which two configurations are equivalent precisely when they produce the same event. Quotient then collapses $C$ to the space of resolution cells $C_R = C/∼_R$.

proof idea

This is a definition module containing no proofs. It defines the finite configuration space on Fin n for n ≥ 2, supplies discrete recognizers and sign recognizers, and records direct verifications that indistinguishability coincides with equality for discrete maps and that sign recognizers separate positive and negative classes.

why it matters in Recognition Science

The module supplies the concrete examples required by the Integration module to assemble the full Recognition Geometry framework. It demonstrates how the abstract constructions from Core, Recognizer, Indistinguishable and Quotient operate on finite configuration spaces, thereby grounding the theory in explicit cases before the Integration module provides its comprehensive summary.

scope and limits

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.

declarations in this module (21)