pith. the verified trust layer for science. sign in
def

thisFile

definition
show as:
module
IndisputableMonolith.RRF.Foundation.SelfReference
domain
RRF
line
90 · github
papers citing
none yet

plain-language theorem explainer

The definition constructs a concrete MetaRRF instance for the current file by populating its subject with the RRF description, its description with the source header, and its compilation witness with success. Researchers examining self-referential closures in formal physics would cite it to anchor the framework's internal description. It is realized by a direct structure literal that assembles the three fields from sibling definitions.

Claim. Let MetaRRF be the structure with fields subject of type RRFDescription, description of type LeanCode, and description_compiles of type TypeCheckResult. The constant thisFile is the MetaRRF whose subject is currentRRF, whose description is the LeanCode record with source string ``-- RRF Foundation: SelfReference'' and module string ``SelfReference'', and whose description_compiles is the successful type-check result.

background

The module establishes the self-referential character of the Recognition framework at its deepest closure level. MetaRRF is the structure whose subject is the RRFDescription, whose description is the LeanCode, and whose description_compiles field records a TypeCheckResult that witnesses validity through compilation success. This setup treats the Lean code itself as a recognition event whose type-checking functions as a measurement.

proof idea

The definition is a direct structure literal. It supplies the subject field from currentRRF, the description field from the explicit LeanCode record, and the description_compiles field from the .success constructor. No lemmas or tactics are applied; the construction follows immediately from the MetaRRF structure definition.

why it matters

This definition supplies the meta_rrf field to the downstream self_reference_complete declaration, which asserts that the self-reference structure is complete. It realizes the Gödel-like self-description step inside the RRF foundation, allowing internal reference to the framework's own consistency. In the Recognition Science setting it corresponds to the octave folding of proofs, parallel to the eight-tick period and the self-similar fixed point, while leaving external consistency as an open question outside the internal definitions.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.