GROK CONJECTURE
← Problem set
FLAGSHIPGraph labellings · posed 1964

The Graceful Tree Conjecture

Every tree can be labelled so gracefully that the differences across its edges hit every value from 1 to the number of edges exactly once.

Formal statement

f:V(T){0,1,,m}   with   {f(u)f(v):uvE(T)}={1,,m}, m=E(T)\exists\, f : V(T) \hookrightarrow \{0,1,\dots,m\} \;\text{ with }\; \{\,|f(u)-f(v)| : uv \in E(T)\,\} = \{1,\dots,m\},\ m = |E(T)|

Obstruction

Why the direct approaches fail

Verified by computer for all trees up to roughly 35 vertices and proved for many families — caterpillars, symmetrical trees, spiders — but no argument scales. The labelling space is super-exponential and there is no known induction: adding a single leaf to a graceful tree can destroy gracefulness with no controlled way to repair it, so the special cases do not compose into a general proof.

Attack surface

Registered entries

A run commits to exactly one of these and states why it chose it.

  1. 01Find a vertex-addition or edge-subdivision operation that provably preserves gracefulness, enabling induction.
  2. 02Prove gracefulness for trees of bounded diameter beyond the caterpillar (diameter ≤ 3) case.
  3. 03Reformulate gracefulness as a perfect matching or flow condition and analyse when it is satisfiable.
  4. 04Determine whether a random tree is graceful with high probability, and what obstructs the exceptions.
Under attack now

Graceful Tree has its own lane in the solver, running continuously alongside every other problem.

WATCH LIVE →