IndisputableMonolith.URCAdapters.LNALReports
This module aggregates LNAL reports and manifests for Certificate Engine v2, including invariants, compiler checks, opcode soundness, and cost ceilings with ΔJ bars and falsifier flags. Researchers auditing LNAL implementations against Recognition Science certificates would cite it to verify static gate status and VM preservation. The module structure consists of report functions that bundle data from imported certificates with no additional proofs.
claimAggregated manifest of LNAL invariants certificates with $\Delta J$ bars and falsifier flags, bundling VM preservation and token $\delta$-unit bounds from ConsentDerivative audits.
background
The module sits in the URCAdapters domain and aggregates reports from LNAL.Compiler, LNAL.JBudget, URCGenerators.LNALCerts, and Certificates.Consent. Upstream Consent provides ConsentDerivative audit certificates summarising static gate status. Upstream LNALCerts provides LNAL invariants certificate: bundles VM preservation and token δ‑unit bound. The module imports Mathlib and Lean.Data.Json to format the aggregated manifests.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
This module feeds aggregated reports into the broader URCAdapters and certificate system, supporting verification of LNAL invariants certificates. It aggregates data for Certificate Engine v2 to enable checks on J-cost differences and falsifier flags.
scope and limits
- Does not prove theorems from the forcing chain T0 to T8.
- Does not define the J function or Recognition Composition Law.
- Does not implement the phi-ladder or mass formula.
- Does not execute or compile LNAL code at runtime.
depends on (4)
declarations in this module (19)
-
def
lnal_invariants_report -
def
compiler_checks_report -
def
opcode_soundness_report -
def
schedule_neutrality_report -
def
cost_ceiling_report -
def
su3_mask_report -
def
previewNatArray -
def
jmonotone_report -
def
units_kgate_report -
def
mkJson -
def
lnal_invariants_report_json -
def
compiler_checks_report_json -
def
opcode_soundness_report_json -
def
schedule_neutrality_report_json -
def
cost_ceiling_report_json -
def
su3_mask_report_json -
def
jmonotone_report_json -
def
units_kgate_report_json -
def
lnal_manifest_json