Documentation

CompPoly.Bivariate.GuruswamiSudan.Interpolation.Correctness

Shared Guruswami-Sudan Interpolation Correctness #

Backend-neutral correctness facts for executable interpolation helpers.

The executable witness recognizer is equivalent to the semantic witness contract.

theorem CompPoly.GuruswamiSudan.lowMessageDegreeInterpolation_sound {F : Type u_1} [Field F] [BEq F] [LawfulBEq F] [DecidableEq F] {points : Array (F × F)} {params : GSInterpParams} (hLow : params.messageDegree 1) :

Constructive low-message interpolation returns a semantic GS interpolation witness.