IndisputableMonolith.CPM.ConstantsAudit
This module supplies data structures and consistency checks for verified constants in the Coercive Projection Method, drawing on the Law of Existence and RS time quantum. Researchers auditing CPM constants against Recognition Science derivations would cite it for cone and eight-tick model checks. It organizes lists of constants, numerical bounds, and example certificates as a definition module with no proofs.
claimThe module defines a structure recording a constant value together with its derivation path, plus lists of verified constants, consistency statements for minimum values in cone and eight-tick models, numerical checks, coincidence bounds, and example certificates.
background
The module operates in the CPM domain of Recognition Science. It imports the Law of Existence module, which formalizes the generic A/B/C structure: Projection-Defect inequality, Coercivity factorization where energy gap controls defect, and Aggregation principle where local tests imply membership. The Constants module supplies the fundamental RS time quantum τ₀ = 1 tick. Sibling definitions introduce the structure for recording verified constants with derivation, lists of such constants, consistency statements, numerical checks, coincidence bounds, and example certificates.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
This module supplies the data structures and checks consumed by the AuditMain module, which provides the command-line interface for auditing CPM constants. It supports verification of constants against the Law of Existence in the CPM framework, contributing to the overall audit of RS-derived constants.
scope and limits
- Does not derive constants from the forcing chain T0-T8.
- Does not implement the full CPM projection-defect or coercivity proofs.
- Does not perform numerical computations beyond listed definitions.
- Does not address mass formulas or phi-ladder rungs.
used by (1)
depends on (2)
declarations in this module (18)
-
structure
VerifiedConstant -
def
verifiedConstants -
theorem
cone_cmin_consistent -
theorem
eight_tick_cmin_consistent -
theorem
cone_cmin_numerical -
theorem
eight_tick_cmin_numerical -
structure
CoincidenceBound -
def
cpmCoincidenceBound -
theorem
coincidence_negligible -
structure
ExampleCertificate -
def
exampleCertificates -
theorem
all_examples_cproj_two_statement -
structure
AuditSummary -
def
generateAuditSummary -
theorem
audit_passes -
def
constantsToJSON -
def
examplesToJSON -
def
generateJSONReport