• Univariate Lagrange interpolation: For any vector , there is a unique univariate polynomial of degree at most such that for
    • Lagrange basis polynomials:
    • Set
    • is called the low-degree extension (LDA) of
    • is viewed as coefficients over the Lagrange polynomial basis
  • Multivariate Polynomials: Polynomials defined over the -variate domain
    • E.g. for the domain to have the same size as the univariate domain
    • Multilinear polynomials: Polynomials where each variable appears at most once in each monomial, which implies that the total degree is at most
  • Lagrange interpolation of multilinear polynomials: For any vector , there is a unique multilinear polynomial of degree at most such that for
    • For any function , the following multilinear polynomial uniquely extends : with the multilinear Lagrange basis polynomials defined as:
    • Possible to compute in time and space