Verification envelope
When a closed-form solver produces a value, the result can carry a structured
proof-of-correctness block — the computed value re-checked against an
independent re-evaluation of its own cited closed form, through the gate's
real re-evaluator (verifyNumericClaim + FORMULA_REGEX).
It appears on the compute result as verificationDetail:
{
"computed": 1000000000.0000001,
"reference": 1000000000.0000001,
"source": "ω_r = 1/√(LC), Q = ω₀L/R",
"method": "closed-form-reeval",
"deviation_pct": 0,
"within_tolerance": true,
"tolerance_pct": 0.1
}