Graceful Tree Conjecture (Ringel–Kotzig conjecture)
Every tree admits a graceful labeling.
A graceful labeling of a tree with edges is an injective map such that the multiset of absolute differences over edges of equals .
Questions, not proof records
Each statement record keeps the mathematical question, a dated status source, accessible references, and any pinned Lean formulation separate from proof verification.
sorry marks an admitted statement, not a proof. Source indexing does not mean the formulation has been independently built or certified by Therefore.Every tree admits a graceful labeling.
A graceful labeling of a tree with edges is an injective map such that the multiset of absolute differences over edges of equals .
The Komlós conjecture*
There exists a universal constant such that for all and all vectors with (encoded here as ), there exist signs such that , i.e. for every coordinate .
Does there exist a semi-magic square whose entries are all distinct positive integer cubes? A square is semi-magic if all rows and columns sum to the same total.
More precisely, we seek a matrix with entries such that each for some positive integer , all nine cubes are distinct, and all row sums and column sums are equal. Reference:* Semi-Magic Square of Cubes
The pebbling number conjecture: the pebbling number of a Cartesian product of connected graphs is at most equal to the product of the pebbling numbers of the factors. See Asplund, Hurlbert, and Kenter.
The open problem: determine the Ramsey number .
It is known that .
Sidorenko's conjecture (1993).*
For every finite bipartite simple graph and every finite simple graph :
, where denotes the single-edge graph on 2 vertices
(i.e. completeGraph (Fin 2)).
For dimension , the length of the longest snake in the box is not known. This is currently the smallest dimension where this question is open.
Wichmann's conjecture on optimal rulers.* Every optimal ruler with more than segments is a Wichmann ruler (up to reflection, i.e. reversing the segment list). Posed by Wichmann [Wi63]; the finitely many known exceptions all have at most segments (lengths ), and no further exceptions are known up to length .
Construct an -Steiner system with , , and .
No example of a Steiner system with is known, despite a 2014 existence theorem by Keevash showing that such systems must exist for sufficiently large . Reference:* Large Steiner Systems
For every finite union-closed family of sets, other than the family containing only the empty set, there exists an element that belongs to at least half of the sets in the family.
If the UC conjecture is tight for some family A then for some .
Reference: Conjecture 3 in https://www.nieuwarchief.nl/serie5/pdf/naw5-2023-24-4-225.pdf.
WOWII Conjecture 100 (status O):
For a simple connected graph G,
α(G) ≤ ⌈(max_v l(v) + 0.5 · diam(Gᶜ)) / 2⌉
where α(G) = G.indepNum is the independence number,
max_v l(v) is the maximum over all vertices of the independence number of
the neighbourhood (in G), and diam(Gᶜ) is the diameter of the
complement Gᶜ.
Note:* length(Ḡ) in DeLaVina's original is interpreted here as the
diameter of the complement. The hypothesis hGc : Gᶜ.Connected is added so
that diam(Gᶜ) is finite (otherwise Gᶜ.ediam = ⊤ and
Gᶜ.ediam.toNat collapses silently to 0); see the module
docstring above.
WOWII Conjecture 133:
For a simple connected graph , , where is the path number of the graph (number of vertices of a largest induced path), is the radius (minimum eccentricity, as a natural number), is the average independence number of vertex neighbourhoods, and is the -free characteristic function (1 if is -free, not necessarily induced, and 0 otherwise).
We read DeLaVina's bracket notation [average of λ(v)] in the source as the
floor (a standard Graffiti.pc convention), hence ⌊l G⌋ in Lean.
WOWII Conjecture 141
For a simple connected graph G,
tree(G) ≥ ⌊girth(G) / 2⌋ - 1 + max_v l(v)
where tree(G) is the number of vertices of a largest induced tree subgraph,
girth(G) is the length of the shortest cycle (0 if acyclic), and
l(v) = indepNeighbors G v is the independence number of the neighbourhood of v.
WOWII Conjecture 142:
For a simple connected graph , where is the largest induced tree size, is the length of the shortest cycle ( if acyclic), is the set of boundary vertices (those of maximum eccentricity), and is the eccentricity of the set .
WOWII Conjecture 144
For a simple connected graph , where is the largest induced tree size, is the length of the shortest cycle ( if acyclic), is the set of vertices with minimum eccentricity (the center of ), and is the eccentricity of the center set , the maximum distance from any non-center vertex to the nearest center vertex.
WOWII Conjecture 145
For a simple connected graph ,
where is the number of vertices in a largest induced subtree,
is the eccentricity of the boundary vertices (eccSet and
boundaryVertices), and is the minimum local
independence number of the complement graph.
We state the inequality in the form to avoid division.
WOWII Conjecture 146
For a simple connected graph ,
where is the number of vertices in a largest induced subtree,
is the eccentricity of the boundary vertices of (eccSet
and maxEccentricityVertices), and is the radius of the square
graph of .
We state the inequality in the form to avoid division.
WOWII Conjecture 160
For a simple connected graph , where:
WOWII Conjecture 19
If G is connected then the size b(G) of a largest induced bipartite subgraph
satisfies
b(G) ≥ FLOOR((∑ ecc(v))/(|V|) + sSup (range (l G))), where ecc(v) denotes
eccentricity and l(G) is the independence number of neighbourhoods.