IndisputableMonolith.Certificates.Consent
The module supplies the ConsentCert definition as an audit certificate summarising static gate status for ConsentDerivative. LNAL report generators cite it when producing compliance outputs. This is a definition module with no proofs inside.
claim$ConsentCert$ is the audit certificate for ConsentDerivative that summarises static gate status.
background
The module sits in the Certificates domain and imports Mathlib together with IndisputableMonolith.LNAL.Compiler. It introduces ConsentCert as the sole sibling definition, serving as a static audit object. The setting is the LNAL compiler pipeline where gate status must be recorded for downstream reporting.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
The module is imported by IndisputableMonolith.URCAdapters.LNALReports and supplies the ConsentDerivative certificate for report generation. It supplies the static audit layer required by the LNAL reporting pipeline.
scope and limits
- Does not perform dynamic gate analysis.
- Does not contain theorems or proof obligations.
- Does not depend on runtime execution data.