pith. machine review for the scientific record. sign in
module module high

IndisputableMonolith.CPM.ConstantsAudit

show as:
view Lean formalization →

The CPM.ConstantsAudit module supplies structures and certificates for recording verified constants together with their derivation paths inside the Coercive Projection Method. It defines VerifiedConstant, lists example certificates, and supplies consistency predicates such as cone_cmin_consistent and eight_tick_cmin_consistent. Researchers auditing Recognition Science constants against the phi-ladder would cite these objects when running the AuditMain CLI. The module contains only definitions and example data with no embedded proofs.

claimThe module introduces the structure $VerifiedConstant$ that pairs a constant value with its derivation path, together with the predicate $cone_cmin_consistent$ and the list $exampleCertificates$ of concrete instances.

background

This module sits inside the CPM development and imports the generic Law of Existence, which decomposes into three parts: the projection-defect inequality, coercivity factorization in which energy gaps control defects, and the aggregation principle that lifts local tests to global membership. It also imports the Constants module whose sole content is the RS time quantum $τ_0 = 1$ tick. The sibling definitions therefore operate on top of these two imported foundations.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the data structures consumed by AuditMain, the CLI that prints summaries of verified CPM constants and consistency checks. It therefore closes the verification loop for constants that appear in the phi-ladder and the eight-tick octave.

scope and limits

used by (1)

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

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (18)