Affine hash-cell circuit fragments -- definitions #
This module specializes the generic affine-zero compiler to the packed input layout of anti-checker hash-cell predicates. The labeled samples precede the row-major affine seed, and the powered-survivor witness occupies the final primary-input block.
def
Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.seedBase
(arity prefixLength : ℕ)
:
First wire of the affine seed inside the public hash-cell prefix.
Equations
- Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.seedBase arity prefixLength = Complexity.GapMCSP.Magnification.AntiCheckerLemma.counterInputWidth arity prefixLength
Instances For
def
Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.coefficientRef
(beta : PositiveRationalScale)
(arity prefixLength rangeWidth : ℕ)
(row : Fin rangeWidth)
(coordinate : Fin (counterSurvivorPowerWidth beta arity + 1))
:
Primary-input wire carrying one row-major affine coefficient.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.witnessBase
(beta : PositiveRationalScale)
(arity prefixLength rangeWidth : ℕ)
:
First wire of the powered-survivor witness after the public prefix.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.witnessRef
(beta : PositiveRationalScale)
(arity prefixLength rangeWidth : ℕ)
(coordinate : Fin (counterSurvivorPowerWidth beta arity))
:
Primary-input wire carrying one powered-survivor coordinate.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.compileRaw
(beta : PositiveRationalScale)
(arity prefixLength rangeWidth : ℕ)
:
Raw affine-zero fragment over the packed hash-cell primary inputs.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.gateCount
(beta : PositiveRationalScale)
(arity rangeWidth : ℕ)
:
Exact number of gates in the specialized affine-zero fragment.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Complexity.GapMCSP.Magnification.AntiCheckerLemma.HashCellAffineCircuit.outputWire
(beta : PositiveRationalScale)
(arity prefixLength rangeWidth : ℕ)
:
Absolute wire carrying the specialized affine-zero decision.
Equations
- One or more equations did not get rendered due to their size.