Skip to main content

Arithmetization Scheme

Definition

An Arithmetization Scheme transforms computational problems into algebraic statements, typically polynomials, for proof systems. This conversion allows for efficient verification of complex computations without re-executing them entirely. It is a fundamental component in zero-knowledge proofs, where a prover demonstrates knowledge of a secret without revealing the secret itself. The scheme reduces a program’s execution trace into a set of equations that can be checked for consistency.