IndisputableMonolith.Certificates.Consent
The Certificates.Consent module supplies the ConsentDerivative audit certificate summarizing static gate status in the LNAL framework. LNALReports adapters cite it when assembling formal verification outputs from the compiler. The module consists entirely of definitions drawn from the LNAL.Compiler import, with no theorems or proofs present.
claimThe module defines ConsentCert, the audit certificate that summarizes static gate status for the ConsentDerivative.
background
This module belongs to the Certificates domain and imports Mathlib together with IndisputableMonolith.LNAL.Compiler. Its sole sibling definition is ConsentCert, which encodes the static gate status summary. The local setting is therefore an audit layer over LNAL compilation results, providing a fixed certificate object rather than any derived theorem.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
The module feeds IndisputableMonolith.URCAdapters.LNALReports by supplying the ConsentDerivative certificate structure required for LNAL report generation. It completes the static gate status component needed for downstream formal reporting in the Recognition Science certificate chain.
scope and limits
- Does not contain theorems or proofs.
- Does not import certificate modules beyond LNAL.Compiler.
- Does not address dynamic gate evaluation.