Lecture 14 - Polynomial Identity Testing

In this lecture, we will see another foundational problem in algebraic complexity theory: the Polynomial Identity Testing (PIT) problem.

The PIT problem is the algebraic equivalent to the following “software testing” problem in computer science: given two programs, P1 and P2, determine whether they compute the same function. In other words, the PIT problem is to determine whether two algebraic circuits compute the same polynomial.

Polynomial Identity Testing

Given two algebraic circuits C1 and C2 computing polynomials f and g, respectively, the Polynomial Identity Testing problem is to determine whether fg.

Previous