Mathematics Problem Archive
Showing 1-39 of 39 problems
P versus NP Problem
Does $P = NP$? More formally: if the solution to a problem can be quickly verified (in polynomial time), can the solution also be quickly found (in po...
The Unique Games Conjecture
For certain constraint satisfaction problems (unique games), it is NP-hard to approximate the maximum fraction of satisfiable constraints beyond a cer...
The Polynomial Hirsch Conjecture
The diameter of the graph of a $d$-dimensional polytope with $n$ facets is bounded by a polynomial in $d$ and $n$....
Smale's 4th Problem: Integer Zeros of Polynomials
Find efficient algorithms for deciding whether a polynomial with integer coefficients has an integer root....
Smale's 9th Problem: Linear Programming in Polynomial Time
Find a strongly polynomial algorithm for linear programming....
Beyond Convex Optimization
Determine whether algebraic geometry can systematically replace linear algebra in optimization....
Mathematics of Quantum Computing
Develop the mathematics required to control the quantum world for computation....
Game Theory at Scale
Create scalable mathematics for differential games, replacing traditional PDE approaches....
Computation at Scale
Develop asymptotics for systems with massive degrees of freedom....
Computational Duality
Use mathematical duality and geometry as foundations for developing novel computational algorithms....
Occam's Razor in Many Dimensions
Find lower bounds for sensing complexity as data collection grows, addressing entropy maximization....
Sums of independent random variables with unbounded variance
Conjecture If $X_1, \dotsc, X_n \geq 0$ are independent random variables with $\mathbb{E}[X_i] \leq \mu$, then $$\mathrm{Pr} \left( \sum X_i - \mathbb...
P vs. NP
Problem Is P = NP?...
Exponential Algorithms for Knapsack
Conjecture The famous 0-1 Knapsack problem is: Given $a_{1},a_{2},\dots,a_{n}$ and $b$ integers, determine whether or not there are $0-1$ values $x_{...
The robustness of the tensor product
Problem Given two codes $R,C$, their Tensor Product $R \otimes C$ is the code that consists of the matrices whose rows are codewords of $R$ and whose ...
Subset-sums equality (pigeonhole version)
Problem Let $a_1,a_2,\ldots,a_n$ be natural numbers with $\sum_{i=1}^n a_i < 2^n - 1$. It follows from the pigeon-hole principle that there exist dist...
Complexity of square-root sum
Question What is the complexity of the following problem? Given $a_1,\dots,a_n; k$, determine whether or not $\sum_i \sqrt{a_i} \leq k.$...
Linear-size circuits for stable $0,1 < 2$ sorting?
Problem Can $O(n)$-size circuits compute the function $f$ on $\{0,1,2\}^*$ defined inductively by $f(\lambda) = \lambda$, $f(0x) = 0f(x)$, $f(1x) = 1f...
Discrete Logarithm Problem
If $p$ is prime and $g,h \in {\mathbb Z}_p^*$, we write $\log_g(h) = n$ if $n \in {\mathbb Z}$ satisfies $g^n = h$. The problem of finding such an int...
P vs. PSPACE
Problem Is there a problem that can be computed by a Turing machine in polynomial space and unbounded time but not in polynomial time? More formally, ...
One-way functions exist
Conjecture One-way functions exist....
Unconditional derandomization of Arthur-Merlin games
Problem Prove unconditionally that $\mathcal{AM}$ $\subseteq$ $\Sigma_2$....
P vs. BPP
Conjecture Can all problems that can be computed by a probabilistic Turing machine (with error probability < 1/3) in polynomial time be solved by a de...
Refuting random 3SAT-instances on $O(n)$ clauses (weak form)
Conjecture For every rational $\epsilon > 0$ and every rational $\Delta$, there is no polynomial-time algorithm for the following problem. Given is a...
10 Lectures and 42 Open Problems — Random Partial Discrete Fourier Transform
v1.3 research notesConsider a $A\in\mathbb{C}^{M\times N}$ obtained by sampling random rows of a Discrete Fourier Tranform. How large does $M$ need to be in order for, w...
10 Lectures and 42 Open Problems — Mutually Unbiased Bases
v1.3 research notesHow many mutually unbiased bases are there in 6 dimensions?...
10 Lectures and 42 Open Problems — Sum of Squares approximation ratio for Max-Cut
v1.3 research notesWhat is the approximation ratio (or integrality gap) for the Sum-of-Squares (SOS) relaxation of degree 4 for the Max-Cut problem? What about other con...
10 Lectures and 42 Open Problems — The Grothendieck Constant
v1.3 research notesWhat is the value of the (real) Grothendieck constant?...
10 Lectures and 42 Open Problems — The Paley Clique Problem
v1.3 research notesWhat is the clique number of the Paley graph? Can the the SOS degree 4 analogue of the theta number help upper bound it?...
Simple Linear-Time Polygon Triangulation
v1.3 research notesIs there a deterministic, linear-time polygon triangulation algorithm significantly simpler than that of Chazelle?...
Point Location in 3D Subdivision
v1.3 research notesIs there an $O(n)$-space data structure that supports $O(\log n)$-time point-location queries in a three-dimensional subdivision of $n$ faces?...
Flip Graph Connectivity in 3D
v1.3 research notesIs the flip graph connected for general-position points in $\mathbb{R}^3$? Given a set of $n$ points in $\mathbb{R}^3$, the flip graph has a node for ...
Hamiltonian Tetrahedralizations
v1.3 research notesCan every convex polytope in $\mathbb{R}^3$ be partitioned into tetrahedra such that the dual graph has a Hamiltonian path?...
Compatible Triangulations
v1.3 research notesIs it true that every two sets of $n$ planar points in general position with the same number points on their convex hulls have compatible triangulatio...
The Number of Pointed Pseudotriangulations
v1.3 research notesFor a planar point set $S$, is the number of pointed pseudotriangulations always at least the number of triangulations? A pseudotriangle is a planar p...
Sorting $X+Y$ (Pairwise Sums)
v1.3 research notesGiven two sets of numbers, each of size $n$, how quickly can the set of all pairwise sums be sorted? In symbols, given two sets $X$ and $Y$, our goal ...
Computational Diffie–Hellman problem
v1.3 research notesGiven a prime modulus $p$, a group generator $g$, and the public values $g^a$ and $g^b$ modulo $p$, can the shared value $g^{ab}\bmod p$ be computed e...
Hartmanis–Stearns conjecture
v1.3 research notesIf the base-$b$ expansion of a real number can be emitted in real time by a multitape Turing machine (bounded time between successive digits), must th...
5.8 (Schleimer) — Why SnapPy works in practice
v1.3 research notesGive a rigorous explanation for why SnapPy works so well in practice....