IndisputableMonolith.ILG.ParamsKernel
ILG.ParamsKernel supplies the verification predicate requiring the parameter kernel to be well-formed. Modules handling ILG parameters outside the relativity subtree cite it to enforce integrity on the minimal record imported from Params. The module contains only definitions and verification structures with no proofs.
claimThe predicate $ParamsKernelVerified(p)$ asserts that parameter record $p$ satisfies well-formedness conditions.
background
The module introduces the verification predicate for the ILG parameter kernel. It rests on the minimal parameter record from the upstream Params module, described as the basic structure used by downstream ILG modules outside the sealed Relativity subtree.
proof idea
this is a definition module, no proofs
why it matters in Recognition Science
The module feeds IndisputableMonolith.ILG.NOfRMono by supplying the well-formedness check on parameters. It directly implements the verification predicate stated in the module doc-comment.
scope and limits
- Does not define the underlying parameter record.
- Does not address parameters inside the relativity subtree.
- Does not supply numerical instances or evaluation rules.
- Does not contain theorems with proofs.