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

IndisputableMonolith.RecogGeom.ZornRefinement

show as:
view Lean formalization →

This module defines the recognizer setoid from RG3, equating configurations that produce identical events under a recognizer. It introduces the IsFinerThan partial order on recognizers and establishes that composites form infima under this order. These structures supply the equivalence and refinement tools required by the Refinement Theorem in the Composition module.

claimLet $R$ be a recognizer on configuration space $X$. The recognizer setoid is the equivalence relation $x sim_R y$ on $X$ iff $R(x) = R(y)$. The relation $R preceq S$ (IsFinerThan) holds when the partition induced by $R$ refines the partition induced by $S$. For composite recognizers the glb property asserts that the composite is the greatest lower bound in this order.

background

Recognition Geometry RG3 defines indistinguishability: two configurations are related when a recognizer maps them to the same event, so that equivalence classes form resolution cells. The supplied doc-comment states: Recognition is inherently lossy: multiple configurations may give rise to the same event. The equivalence classes are the resolution cells. This module aliases that relation to the recognizer setoid. The Composition module (RG6) develops composite recognizers acting jointly on the same space; its doc-comment notes: Physical measurement does not happen in isolation. Multiple recognizers can act on the same configuration space. This module develops the theory of composite recognizers and proves the fundamental Refinement Theorem. The current module supplies the IsFinerThan ordering and its lattice operations to support that theorem.

proof idea

This is a definition module, no proofs. It declares the setoid alias drawn from the Indistinguishable module, the IsFinerThan predicate, and the basic properties of reflexivity, transitivity, and the glb behavior of composites.

why it matters in Recognition Science

The setoid and ordering primitives defined here feed the Refinement Theorem in the Composition module by furnishing the equivalence relation and partial order needed to compare recognizers. It bridges RG3 indistinguishability with the composite structures of RG6, providing the interface that lets the Refinement Theorem assert that composites refine their factors.

scope and limits

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (20)