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.
All topics

371 of 1194 statement records

17 source collections · 43 mathematical fields

Clear filters
Source labels openErdős Problems · Combinatorics

Erdős Problem 539: Sq Cube Root Is Big O

To prove erdos_539.variants.sq_cube_root it suffices to show n2/3h(n)n^{2/3}\ll h(n).

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 539: Limit

From [Er73]: The determination of

limnlog(h(n))log(n) \lim_{n\to\infty}\frac{\log(h(n))}{\log(n)}

will perhaps be not too difficult.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 562

Let Rr(n)R_r(n) denote the rr-uniform hypergraph Ramsey number: the minimal mm such that if we 22-colour all edges of the complete rr-uniform hypergraph on mm vertices then there must be some monochromatic copy of the complete rr-uniform hypergraph on nn vertices.

Prove that, for r3r \ge 3, logr1Rr(n)rn,\log_{r-1} R_r(n) \asymp_r n, where logr1\log_{r-1} denotes the (r1)(r-1)-fold iterated logarithm.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 564

Let R3(n)R_3(n) be the minimal mm such that if the edges of the 33-uniform hypergraph on mm vertices are 22-coloured then there is a monochromatic copy of the complete 33-uniform hypergraph on nn vertices.

Is there some constant c>0c>0 such that R3(n)22cn?R_3(n) \geq 2^{2^{cn}}?

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 566

Let GG be such that any subgraph on kk vertices has at most 2k32k-3 edges. Is it true that, if HH has mm edges and no isolated vertices, then r^(G,H)m\hat{r}(G,H) \ll m?

In other words: if GG is sparse (every induced subgraph on kk vertices has 2k3≤ 2k-3 edges), is GG Ramsey size linear?

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 567: I

Erdős Problem 567 (Q3)*

Is Q3Q_3 (the 3-dimensional hypercube) Ramsey size linear?

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 567: Ii

Erdős Problem 567 (K33)*

Is K3,3K_{3,3} Ramsey size linear?

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 567: Iii

Erdős Problem 567 (H5)*

Is H5H_5 (C5C_5 with two vertex-disjoint chords) Ramsey size linear?

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 579

Let δ>0\delta > 0. If nn is sufficiently large and GG is a graph on nn vertices with no K2,2,2K_{2,2,2} (the octahedron) and at least δn2\delta n^2 edges, must GG contain an independent set of size δn\gg_\delta n?

This is a problem of Erdős, Hajnal, Sós, and Szemerédi [EHSS83]. It is open; they proved the statement for δ>1/8\delta > 1/8 (see erdos_579.variants.ehss_large_delta), and the difficulty is to push the edge-density threshold down to an arbitrary δ>0\delta > 0.

Here K2,2,2K_{2,2,2} is the complete tripartite graph with all parts of size 22, encoded as completeMultipartiteGraph (fun _ : Fin 3 => Fin 2); "contains no K2,2,2K_{2,2,2}" is expressed via SimpleGraph.Free.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 593

*Erdős Problem 593 (500):Characterizethosefinite3uniformhypergraphswhichappearinevery3uniformhypergraphofchromaticnumber500)**: Characterize those finite 3-uniform hypergraphs which appear in every 3-uniform hypergraph of chromatic number > \aleph_0$.

A natural conjectural characterization, recorded here, is that the obligatory finite 3-uniform hypergraphs are exactly the 2-colorable ones (Property B). The forward direction (IsObligatory → IsTwoColorable) and converse (IsTwoColorable → IsObligatory) are stated as separate variants below; in the graph case (r=2r = 2), Erdős–Galvin–Hajnal [EGH75] proved the analogous result (obligatory ⇔ bipartite).

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 593: Obligatory Implies Two Colorable

Erdős Problem 593 , Necessary direction*: Every obligatory finite 3-uniform hypergraph is 2-colorable.

This is the natural necessary condition for the conjectural characterization in erdos_593: if a finite 3-uniform hypergraph F is not 2-colorable, one expects to construct a hypergraph with large chromatic number that contains no copy of F.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 593: Two Colorable Implies Obligatory

Erdős Problem 593 , Sufficient direction*: Every finite 2-colorable 3-uniform hypergraph is obligatory.

This is the converse direction of the erdos_593 characterization: if 2-colorability matches the graph-case characterization (bipartite ⇔ obligatory), then every 2-colorable finite 3-uniform hypergraph must appear in every 3-uniform hypergraph of chromatic number >0> \aleph_0.

Together with erdos_593.variants.obligatory_implies_two_colorable, this implies erdos_593.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 595

*Erdős Problem 595 (250):Isthereaninfinitegraph250)**: Is there an infinite graph Gwhichcontainsnowhich contains noK_4$ and is not the union of countably many triangle-free graphs?

A problem of Erdős and Hajnal [Er87].

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 596

Erdős Problem 596* (Erdős–Hajnal, [Er87]). For which graph pairs (G1,G2)(G_1, G_2) is it true that

(1) for every n1n \geq 1 there is a graph HH without a G1G_1 such that any nn-colouring of HH's edges contains a monochromatic G2G_2, and yet (2) for every graph HH without a G1G_1 there is an 0\aleph_0-colouring of HH's edges with no monochromatic G2G_2?

Erdős and Hajnal originally conjectured that no such pair exists; but (C4,C6)(C_4, C_6) witnesses it (Nešetřil–Rödl + Erdős–Hajnal). The full question is to characterise the class of all such pairs, recorded here as answer(sorry).

See Problem 595 for the specific case (G1,G2)=(K4,K3)(G_1, G_2) = (K_4, K_3).

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 596: K4 K3 Exceptional Iff

Whether (K4,K3)(K_4, K_3) is Erdős–Hajnal exceptional is precisely the content of Erdős Problem 595. The finite Ramsey property holds (Folkman 1970, Nešetřil–Rödl [NeRo75]); the open part is whether every K4K_4-free graph is a countable union of triangle-free graphs.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 600: I

Let r2r \geq 2. Is it true that e(n,r+1)e(n,r)e(n,r+1) - e(n,r) \to \infty as nn \to \infty?

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 600: Ii

Let r2r \geq 2. Is it true that e(n,r+1)e(n,r)1\frac{e(n,r+1)}{e(n,r)} \to 1 as nn \to \infty?

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 61

The Erdős–Hajnal Conjecture states that there is a constant c(H)>0c(H) > 0 for each HH such that we can take f(n)=nc(H)f(n) = n^{c(H)} in the above formulation.

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 617

Let r3r\geq 3. If the edges of Kr2+1K_{r^2+1} are rr-coloured then there exist r+1r+1 vertices with at least one colour missing on the edges of the induced Kr+1K_{r+1}.

In other words, there is no balanced colouring.

A conjecture of Erdős and Gyárfás [ErGy99].

Source checked Jul 26, 20261 pinned Lean statementInspect problem
Source labels openErdős Problems · Combinatorics

Erdős Problem 624

Let XX be a finite set of size nn and H(n)H(n) be such that there is a function f:{A:AX}Xf:\{A : A\subseteq X\}\to X so that for every YXY\subseteq X with YH(n)\lvert Y\rvert \geq H(n) we have {f(A):AY}=X\left\{ f(A) : A\subseteq Y\right\}=X. Prove that H(n)log2nH(n)-\log_2 n \to \infty.

Source checked Jul 26, 20261 pinned Lean statementInspect problem