Questions, not proof records

Open-problem statements, with their sources attached.

Each statement record keeps the mathematical question, a dated status source, accessible references, and any pinned Lean formulation separate from proof verification.

“Open” is a dated source assertion. In these pinned sources, sorry marks an admitted statement, not a proof. Source indexing does not mean the formulation has been independently built or certified by Therefore.
1 topic

12 of 1194 statement records

17 source collections · 43 mathematical fields

Clear filters
Source labels openMillennium Problems · Computer science

Conjectures in Complexity Theory

P ≠ NP*:

The conjecture that the complexity classes P and NP are not equal.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openMillennium Problems · Computer science

Conjectures in Complexity Theory

NP ≠ coNP*:

The conjecture that the complexity classes NP and coNP are not equal.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openPapers · Computer science

Strong Sensitivity Conjecture (`bs(f) ≤ s(f)^2`)

Strong Sensitivity Conjecture, for every Boolean function f : {0,1}^n → {0,1}, bs(f) ≤ s(f)^2.

We call this the strong sensitivity conjecture because the original sensitivity conjecture only asked for a polynomial bound in terms of s(f). Huang's celebrated result (often called the sensitivity theorem) gives a quartic bound, bs(f) ≤ s(f)^4, thereby settling the original conjecture.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openWikipedia · Computer science

Černý Conjecture

Černý Conjecture*: Every synchronizing DFA with nn states admits a synchronizing word of length at most (n1)2(n - 1)^2.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openOther · Combinatorics

Beaver Math Olympiad (BMO)

BMO#1

Let (an)n1(a_n)_{n \ge 1} and (bn)n1(b_n)_{n \ge 1} be two sequences such that (a1,b1)=(1,2)(a_1, b_1) = (1, 2) and

(a_n-b_n, 4b_n+2) & \text{if }a_n \ge b_n \\ (2a_n+1, b_n-a_n) & \text{if }a_n < b_n \end{cases}$$ for all positive integers $n$. Does there exist a positive integer $i$ such that $a_i = b_i$? The first 10 values of $(a_n, b_n)$ are $(1, 2), (3, 1), (2, 6), (5, 4), (1, 18), (3, 17), (7, 14), (15, 7), (8, 30), (17, 22)$. [BMO#1](https://wiki.bbchallenge.org/wiki/Beaver_Math_Olympiad#1._1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE_(bbch)) is equivalent to asking whether the 6-state Turing machine [`1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE`](https://wiki.bbchallenge.org/wiki/1RB1RE_1LC0RA_0RD1LB_---1RC_1LF1RE_0LB0LE) halts or not. There is presently no consensus on whether the machine halts or not, hence the problem is formulated using `answer(sorry) ↔`. The machine was discovered by [bbchallenge.org](bbchallenge.org) contributor Jason Yuen on June 25th 2024.
Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openOther · Combinatorics

Beaver Math Olympiad (BMO)

BMO#2

Antihydra is a sequence starting at 8, and iterating the function H(n)=3n2.H(n) = \left\lfloor \frac {3n}2 \right\rfloor. The conjecture states that the cumulative number of odd values in this sequence is never more than twice the cumulative number of even values. It is a relatively new open problem with, so it might be solvable, although seems quite hard because of its Collatz-like flavor. The underlying Collatz-like map has been studied independently in the past, see doi:10.1017/S0017089508004655 (Corollary 4).

It is equivalent to non-termination of the 1RB1RA_0LC1LE_1LD1LC_1LA0LB_1LF1RE_---0RA 6-state Turing machine (from all-0 tape). Note that the conjecture that the machine does not halt is based on a probabilistic argument.

This machine and its mathematical reformulations were found by bbchallenge.org contributors mxdys and Rachel Hunter on June 28th 2024.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openOther · Combinatorics

Beaver Math Olympiad (BMO): Set

BMO#2 formulation variant

Alternative statement of beaver_math_olympiad_problem_2_antihydra using set size comparison instead of a recurrent sequence b.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openOther · Combinatorics

Beaver Math Olympiad (BMO)

BMO#5

Let (an)n1(a_n)_{n \ge 1} and (bn)n1(b_n)_{n \ge 1} be two sequences such that (a1,b1)=(0,5)(a_1, b_1) = (0, 5) and

(a_n+1, b_n-f(a_n)) & \text{if } b_n \ge f(a_n) \\ (a_n, 3b_n+a_n+5) & \text{if } b_n < f(a_n) \end{cases}$$ where $f(x)=10\cdot 2^x-1$ for all non-negative integers $x$. Does there exist a positive integer $i$ such that $b_i = f(a_i)-1$? [BMO#5](https://wiki.bbchallenge.org/wiki/Beaver_Math_Olympiad#5._1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE_(bbch)) is equivalent to asking whether the 6-state Turing machine [`1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE`](https://wiki.bbchallenge.org/wiki/1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE) halts or not. There is presently no consensus on whether the machine halts or not, hence the problem is formulated using `answer(sorry) ↔`. The machine was discovered by [bbchallenge.org](bbchallenge.org) contributor mxdys on August 7th 2024. The correspondence between the machine's halting problem and the below reformulation has been proven in [Rocq](https://github.com/ccz181078/busycoq/blob/BB6/verify/1RB0LD_1LC0RA_1RA1LB_1LA1LE_1RF0LC_---0RE.v).
Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openOther · Combinatorics

Beaver Math Olympiad (BMO)

BMO#8

Let (an)n1(a_n)_{n \ge 1} and (bn)n1(b_n)_{n \ge 1} be two sequences such that (a1,b1)=(10,12)(a_1, b_1) = (10, 12) and

(a_n - \lfloor b_n/2 \rfloor - 3, 3 \lfloor (b_n+1)/2 \rfloor + 6) & \text{if } a_n > \lfloor b_n/2 \rfloor \\ (3 a_n + 5, b_n - 2 a_n) & \text{if } a_n \le \lfloor b_n/2 \rfloor \end{cases}$$ for all positive integers $n$. Does there exist a positive integer $i$ such that $a_i = \lfloor b_i/2 \rfloor + 1$? [BMO#8](https://wiki.bbchallenge.org/wiki/Beaver_Math_Olympiad#8._1RB0LD_0RC1RB_0RD0RA_1LE0RD_1LF---_0LA1LA_(bbch)) is equivalent to asking whether the 6-state Turing machine [`1RB0LD_0RC1RB_0RD0RA_1LE0RD_1LF---_0LA1LA`](https://wiki.bbchallenge.org/wiki/1RB0LD_0RC1RB_0RD0RA_1LE0RD_1LF---_0LA1LA) halts or not. There is presently no consensus on whether the machine halts or not, hence the problem is formulated using `answer(sorry) ↔`.
Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openWikipedia · Combinatorics

Babai–Seress Conjectures on the Diameter of Finite Groups

Babai–Seress Conjecture (Conjecture 1.5)**: There exists an absolute constant CC such that the diameter of the alternating group AnA_n satisfies diam(An)nC.\operatorname{diam}(A_n) \leq n^C. Reference: L. Babai and Á. Seress, On the diameter of permutation groups, European Journal of Combinatorics 13 (1992), Conjecture 1.5

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openWikipedia · Combinatorics

Babai–Seress Conjectures on the Diameter of Finite Groups

Babai–Seress Conjecture (Conjecture 1.7)**: There exists an absolute constant CC such that every finite simple non-abelian group GG satisfies diam(G)(logG)C.\operatorname{diam}(G) \leq (\log |G|)^C. Reference: L. Babai and Á. Seress, On the diameter of permutation groups, European Journal of Combinatorics 13 (1992), Conjecture 1.7

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openWikipedia · Number theory

Scholz conjecture on addition chains

The Scholz conjecture, also known as the Scholz-Brauer conjecture, asserts that for every positive integer nn, the addition-chain length of 2n12^n - 1 is at most n1+(n)n - 1 + \ell(n).

Source checked Jul 26, 20261 pinned Lean statementInspect problem