Circuit-level anti-checker selection rounds -- definitions #
A selection round receives the target truth table followed by an already selected prefix of labeled samples. For each fixed candidate input, a circuit hardwires that input, reads its label from the truth table, evaluates the appropriate approximate counter on the extended prefix, and carries the labeled candidate beside the resulting counter key.
Input width for one circuit-level selection round: the truth table followed by a row-major packed prefix of labeled samples.
Equations
Instances For
Canonical input to one circuit-level selection round.
Equations
- Complexity.GapMCSP.Magnification.AntiCheckerLemma.selectionRoundInput table packedPrefix = Fin.append table packedPrefix
Instances For
The labeled sample represented by one fixed candidate and the candidate's truth-table bit.
Equations
- Complexity.GapMCSP.Magnification.AntiCheckerLemma.candidateSample candidate table = { input := Complexity.MCSP.Instance.inputOfIndex candidate, output := table candidate }
Instances For
Counter input obtained by prepending one fixed candidate to the previously selected labeled prefix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Fixed-width payload carrying a candidate input followed by its target label.
Equations
- Complexity.GapMCSP.Magnification.AntiCheckerLemma.candidateSampleBits candidate table i = Fin.lastCases (table candidate) (Complexity.MCSP.Instance.inputOfIndex candidate) i
Instances For
Mixed constants and live inputs supplying the counter for one fixed candidate.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Mixed constants and one live truth-table bit carrying the labeled candidate as a selector payload.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Materialize the labeled extended prefix expected by one counter circuit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Materialize the labeled candidate payload.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Evaluate one approximate counter on a fixed candidate and carry the candidate's labeled sample beside the counter output.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Number of comparisons needed to select among all 2^arity candidates.
Equations
- Complexity.GapMCSP.Magnification.AntiCheckerLemma.selectionCandidateCount arity = 2 ^ arity - 1
Instances For
Reindex the tournament's count + 1 records by all truth-table inputs.
Equations
Instances For
Counter-output key associated with one fixed candidate.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Natural extension estimate computed by the counter for an arbitrary candidate input.
Equations
- One or more equations did not get rendered due to their size.
Instances For
All fixed-candidate key-payload circuits, reindexed for the recursive tournament layout.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Semantic counter keys in tournament record order.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Semantic labeled-candidate payloads in tournament record order.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pack every fixed-candidate counter record in the exact recursive layout consumed by the minimum tournament.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Semantic winner of exhaustive counter-key minimization.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Exhaustive selector returning a minimum counter key and its labeled candidate payload.
Equations
- One or more equations did not get rendered due to their size.