IndisputableMonolith.Exports.Virtues
The Exports.Virtues module collects and re-exports core definitions for virtues and soul invariants drawn from the Recognition Science framework. Developers integrating the phi-ladder or forcing-chain constants would import it to obtain standardized payloads. The module consists entirely of type definitions and export functions with no embedded proofs or computational content.
claimThe module exports the structures $VirtueExport$ and $SoulInvariantExport$, the functions $virtueExports$ and $soulExports$, and the payload constructor $exportPayload$.
background
This module sits in the Exports domain and imports only the Lean core library. It introduces VirtueExport as a carrier for data tied to the J-uniqueness property and SoulInvariantExport for invariants linked to the self-similar fixed point phi. The auxiliary functions produce export payloads that package constants such as the eight-tick octave period and the spatial dimension D=3.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
The module supplies the export layer that feeds the main entry point of the Recognition Science mirror. It packages results from the forcing chain, including T5 J-uniqueness and T6 phi fixed point, together with the Recognition Composition Law and the alpha inverse band for external use.
scope and limits
- Does not contain any theorem proofs or sorry placeholders.
- Does not define the underlying J-cost or defectDist functions.
- Does not implement the full forcing chain from T0 to T8.
- Limits exports to virtue and soul invariants only.