NothingCannotRecognizeItself
plain-language theorem explainer
The declaration re-exports the metaphysical primitive MP as NothingCannotRecognizeItself inside the RRF namespace. Researchers tracing the base of Recognition Science would cite this alias when invoking the prohibition that nonexistence cannot recognize itself. The construction is a direct one-line alias to the upstream definition NothingCannotRecognizeItself := MP.
Claim. The metaphysical primitive asserts that nonexistence cannot recognize itself: $MP$ where $MP$ is the proposition that nothing recognizes itself.
background
The RRF.Core.Recognition module re-exports core definitions from IndisputableMonolith.Recognition to bridge the existing Recognition framework into the RRF namespace. Key imported concepts include Recognize (the fundamental pairing of recognizer and recognized), MP (the metaphysical primitive), RecognitionStructure (a type equipped with a recognition relation), Chain (a sequence of recognition steps), and AtomicTick (discrete time). The upstream alias NothingCannotRecognizeItself : Prop := MP supplies the manuscript phrasing 'Nonexistence cannot recognize itself.'
proof idea
This is a one-line alias definition that directly references the upstream NothingCannotRecognizeItself from IndisputableMonolith.Recognition, which itself expands to MP.
why it matters
It anchors the Recognition structure inside RRF and feeds the downstream theorem nothing_cannot_recognize_itself, which applies the alias via mp_holds. The declaration supplies the starting metaphysical primitive for the Recognition Composition Law and the forcing chain (T0 onward), consistent with the manuscript's use of MP as the base prohibition on self-recognition.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.