pith. sign in
module module high

IndisputableMonolith.RRF.Foundation.MetaPrinciple

show as:
view Lean formalization →

The MetaPrinciple module establishes that recognition requires a substrate by proving existence of a self-recognizing element forces the underlying type to be nonempty. Researchers building the Reality Recognition Framework cite it as the entry point to the foundational layer. The argument is a direct witness extraction from the existential quantifier.

claimIf there exists an element $x$ in type $T$ such that $x$ recognizes itself, then $T$ is nonempty.

background

The module sits inside RRF Foundation, the base layer of the Reality Recognition Framework. It introduces the Meta-Principle (MP) together with the statements recognition_implies_existence and empty_has_no_self_recognition. The setting treats recognition as an operation that must act on a concrete, nonempty substrate rather than an empty collection.

proof idea

This is a definition module containing supporting theorems. The central step in recognition_implies_existence extracts the witness directly from the existential quantifier to conclude the type is nonempty.

why it matters in Recognition Science

The module supplies the MetaPrinciple that the parent RRF Foundation module consumes as its single foundational object. That parent then derives constants from phi and implements the double-entry ledger. The declaration therefore anchors the entire Recognition Science chain at the requirement that recognition needs a substrate.

scope and limits

used by (1)

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

declarations in this module (15)