My question is based on one of Scott Aaronson blog post which states that a God-like being could convinced the villagers, to any degree of confidence, that she has solved chess by answering a few questions about the zeroes of some polynomials over finite fields. I know it has to do with PSPACE = IP, but I am wondering how one would encode such games (as chess) into polynomials over finite field?
2026-03-30 14:43:55.1774881835
Proving that one has solved chess by exhibiting the zeroes of polynomials over finite fields?
389 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in POLYNOMIALS
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Integral Domain and Degree of Polynomials in $R[X]$
- Can $P^3 - Q^2$ have degree 1?
- System of equations with different exponents
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Dividing a polynomial
- polynomial remainder theorem proof, is it legit?
- Polyomial function over ring GF(3)
- If $P$ is a prime ideal of $R[x;\delta]$ such as $P\cap R=\{0\}$, is $P(Q[x;\delta])$ also prime?
- $x^{2}(x−1)^{2}(x^2+1)+y^2$ is irreducible over $\mathbb{C}[x,y].$
Related Questions in FINITE-FIELDS
- Covering vector space over finite field by subspaces
- Reciprocal divisibility of equally valued polynomials over a field
- Solving overdetermined linear systems in GF(2)
- Proof of normal basis theorem for finite fields
- Field $\mathbb{Q}(\alpha)$ with $\alpha=\sqrt[3]7+2i$
- Subfield of a finite field with prime characteristic
- Rank of a Polynomial function over Finite Fields
- Finite fields of order 8 and isomorphism
- Finding bases to GF($2^m$) over GF($2$)
- How to arrange $p-1$ non-zero elements into $A$ groups of $B$ where $p$ is a prime number
Related Questions in COMPUTATIONAL-COMPLEXITY
- Product of sums of all subsets mod $k$?
- Proving big theta notation?
- Little oh notation
- proving sigma = BigTheta (BigΘ)
- sources about SVD complexity
- Is all Linear Programming (LP) problems solvable in Polynomial time?
- growth rate of $f(x)= x^{1/7}$
- Unclear Passage in Cook's Proof of SAT NP-Completeness: Why The Machine M Should Be Modified?
- Minimum Matching on the Minimum Triangulation
- How to find the average case complexity of Stable marriage problem(Gale Shapley)?
Related Questions in COMBINATORIAL-GAME-THEORY
- Can Zermelo's theorem be extended to a game which always has a winner?
- Unrestricted Gomoku on a small board
- combinatorial game of sheets
- Analysis of a combinatorial game with prime numbers
- Even numbers combinatorial game
- Show that there exists at least one player who wins a trophy
- Tower Of Hanoi (4 Pegs)
- Queues and permutation/combination
- Maths strategy games
- Find number of solutions to special "Lights Out!" puzzle scenarios
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
The answer to this question is nothing more or less than the proof of $IP=PSPACE$ --- see for example here or here. The proof works by taking an arbitrary TQBF formula $\phi$ (i.e., a propositional formula with universal and existential quantifiers, such as the formula that encodes "White has the win in chess"), and then constructing a multivariate polynomial $p:\mathbb{F}^n\rightarrow\mathbb{F}$ over a large finite field $\mathbb{F}$, such that
$$\sum_{x_1,\ldots,x_n\in \{0,1\}^n} p(x_1,\ldots,x_n) \ne 0$$
if and only if $\phi$ is true. (With some additional complication caused by the need for "degree reduction" to handle the universal and existential quantifiers---but let's not go into that.)
You can then have a prover and verifier engage in an interaction, where in the kth round, the prover claims that, if you restrict the first $k-1$ variables $x_1,\ldots,x_{k-1}$ of $p$ to previously-agreed values $r_1,...,r_{k-1}$, and sum over the last $n-k$ variables $x_{k+1},\ldots,x_n$, then $p$ simplifies to some specific univariate polynomial $q_k(x_k)$. The verifier then challenges this claim by picking a uniformly random value $r_k$ for $x_k$, and the game continues. At each round, the verifier can check whether the $q_k$ that was claimed is consistent with what's claimed in the next round. Then, at the very end, the verifier can just evaluate $p(r_1,\ldots,r_n)$ for itself, and check whether it equals $q_n(r_n)$. By using the Fundamental Theorem of Algebra, you can prove that, if the original claim wasn't true (i.e., $\phi$ is false and $p$ sums to zero), then no matter what the prover does, with high probability at least one of the verifier's checks will uncover this. So we get a sound protocol---and since the TQBF problem is $PSPACE$-complete, it implies $PSPACE\subseteq IP$, and hence $IP=PSPACE$.
If you want, you can also see the entire interaction between prover and verifier as a two-player, perfect-information game: in this case, a transformed version of the original game of chess. But the new game has the amazing property that, in order to play optimally, the only thing the verifier ever needs to do is pick random $\mathbb{F}$-elements $r_1,\ldots,r_n$! The prover, on the other hand, needs to solve a $PSPACE$-complete problem in order to calculate the univariate polynomials $q_1,\ldots,q_n$ that will cause the prover to "win" the interaction (i.e., cause the verifier to admit that, yes, $\phi$ is true after all).
Again, for more details, read any of the proofs of $IP=PSPACE$ available on the web!