pith. machine review for the scientific record. sign in
abbrev definition def or abbrev high

Recognize

show as:
view Lean formalization →

The Recognize abbreviation re-exports the minimal recognizer-recognized pairing structure from the base Recognition module into the RRF namespace. Researchers building the Recognition Forcing theorems cite it to access the core type without crossing module boundaries. The declaration is a direct alias that carries the structure definition forward with no added content or computation.

claimThe type $Recognize(A, B)$ is the structure consisting of a recognizer element of type $A$ and a recognized element of type $B$.

background

This module re-exports definitions from the Recognition module to bridge the existing framework with the RRF namespace. The Recognize structure supplies the minimal pairing of recognizer and recognized, while the related MP definition asserts that it is impossible for Nothing to recognize itself, written as the negation of an existential claim over Recognize Nothing Nothing. The local setting supplies RecognitionStructure, Chain, Ledger, and AtomicTick as supporting concepts for discrete recognition steps.

proof idea

This declaration is a direct re-export alias with no lemmas applied and no tactic steps.

why it matters in Recognition Science

The re-export supports the master theorem recognition_forcing_complete, which derives existence of recognition pairings from observable distinctions, and the recognition_necessary result, which identifies recognition as the unique extraction mechanism. It supplies the base pairing required for the metaphysical primitive and the forcing chain that begins with the impossibility of self-recognition by Nothing.

scope and limits

formal statement (Lean)

  26abbrev Recognize := Recognition.Recognize

proof body

Definition body.

  27
  28/-- Re-export: The metaphysical primitive (MP). -/

used by (4)

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

depends on (3)

Lean names referenced from this declaration's body.