IndisputableMonolith.RecogGeom.Examples
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
- Does not treat continuous or infinite configuration spaces.
- Does not derive physical constants or mass formulas.
- Does not connect to the forcing chain T0-T8 or phi-ladder.
- Does not address Berry creation thresholds or Z_cf values.
used by (1)
depends on (4)
declarations in this module (21)
-
instance
finConfigSpace -
def
discreteRecognizer -
theorem
discrete_indist_iff_eq -
theorem
discrete_singleton_cells -
inductive
Sign -
def
signOf -
def
signRecognizer -
theorem
sign_indistinguishable -
theorem
neg_indist -
theorem
neg_pos_dist -
theorem
zero_pos_dist -
def
magnitudeRecognizer -
theorem
magnitude_indistinguishable -
theorem
plus_minus_indist -
theorem
diff_magnitude_dist -
theorem
sign_distinguishes_3_neg3 -
theorem
magnitude_indist_3_neg3 -
theorem
sign_indist_3_5 -
theorem
magnitude_distinguishes_3_5 -
theorem
composition_refines -
def
examples_status