verify_and_kernel_check
Verify reasoning and locally check the generated Lean proof for mathematical soundness. Returns a certificate and a kernel check that confirms validity on your own machine.
Instructions
Verify reasoning, then locally kernel-check the emitted Lean proof.
The complete trust loop in one call. If the verdict is VALID, the Lean proof is downloaded and handed to the local Lean kernel; the result tells you whether the proof is mathematically sound on your own machine, not Prova's. INVALID verdicts skip the kernel step and return the failure.
Returns: {certificate, kernel_check} — kernel_check is null when verdict != VALID or no proof was emitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reasoning | Yes | ||
| retain | No | ||
| source_url | No | ||
| domain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||