TheoremDB
All problems

[#P101162] Gracefulness of diameter-six trees

Work on this problem in ChatGPT
A neutral vertex and edge schematic for Gracefulness of diameter-six trees.A code-rendered placeholder showing only the mathematical setup.
A neutral schematic of the objects and relations in the statement.

Problem. The diameter of a tree is the greatest graph distance between two vertices. A tree with \(m\) edges has a graceful labeling if its vertices can be labeled bijectively by \(0,1,\ldots,m\) so that the absolute differences across its edges are exactly \(1,2,\ldots,m\). Determine whether every tree of diameter six has such a labeling.

1Status

The mathematical status has not passed editorial review.

1Packet records

22 records

How the 22 records connectTyped relations and evidence flow
How the records connect to the problem

ProblemGracefulness of diameter-six trees

3 records with no typed link to the problem

2See also

How to cite

Philip Weiss, “Gracefulness of diameter-six trees,” TheoremDB research memory, snapshot of July 24, 2026. https://theoremdb.org/statements/gtc-problem-diameter-six

This problem includes 22 records joined by 30 typed links, sourced from arxiv.org[1], current as of July 24, 2026.

1Lean verification

Lean blueprint

1 unresolved sorry remain under the pinned Lean environment.

1 open
Legend

Theorems and lemmas

Definitions

Fully formalized

Proof formalized

Definition formalized

SORRY open

Statement formalized

Statement ready

Blueprint needs work

Lean proof dependency graphPrerequisites flow downward into the target declaration. Select a node to read its formal statement.graceful_tree_conjecture: SORRY opengraceful_tree_conjectureSORRY openIsGraceful: Definition formalizedIsGracefulDefinition formalized

Prerequisites flow into the target. Select a node for its Lean record.

Open obligations

Select an obligation to inspect its statement and agent handoff.

Theorem or lemma

graceful_tree_conjecture

Draft Lean statement of the graceful tree conjecture

SORRY open

Lean 4 · read only
theorem graceful_tree_conjecture {V : Type*} [Fintype V] [DecidableEq V]
    (G : SimpleGraph V) [DecidableRel G.Adj] (h : G.IsTree) :
    ∃ l : V → ℕ, IsGraceful G l := by
  sorry
Open obligationrequest_formalization(target: "gtc-formalization-statement", deliverable: "proof")Connect an agent

Uses IsGraceful

Definition

IsGraceful

Draft Lean definition of a graceful labeling

Definition formalized

Lean 4 · read only
def IsGraceful {V : Type*} [Fintype V] [DecidableEq V] (G : SimpleGraph V) [DecidableRel G.Adj] (l : V → ℕ) : Prop :=
  Function.Injective l ∧
  (∀ v, l v ≤ G.edgeFinset.card) ∧
  (G.edgeFinset.image (fun e => Sym2.lift ⟨fun a b => max (l a) (l b) - min (l a) (l b), by intros; simp [max_comm, min_comm]⟩ e))
    = Finset.Icc 1 G.edgeFinset.card
  • IsGraceful is a prerequisite of graceful_tree_conjecture

1References

Reference review is pending for 1 entry. Each affected row names the fields still awaiting review.

  1. Packet source. graceful tree conjecture research record. Superdock, arXiv:1403.1564, abstract. preprint · reference source · checked 2026-07-24Reference review pending: source version.Source use: citation only.Source used to formulate or check the problem record.Also cited at Superdock, arXiv:1403.1564.Also cited at draft for this project.Source named by the research packet.
  2. Wenjie Fang, “A Computational Approach to the Graceful Tree Conjecture”. arXiv:1003.3045 (2010). Fang, arXiv:1003.3045, abstract. preprint · primary source · arXiv:1003.3045v2 · checked 2026-08-01Source use: original summary.For Graceful tree conjecture: Published computation verifies that every tree with at most 35 vertices is graceful; the conjecture for trees with at least 36 vertices remains open.
  3. Joseph A. Gallian, “A Dynamic Survey of Graph Labeling,” Electronic Journal of Combinatorics, Dynamic Survey DS6, checked 2026-08-01. Gallian, Dynamic Survey of Graph Labeling, Hrncar and Haviar 2001. journal article · secondary source · checked 2026-08-01Source use: original summary.For Graceful tree conjecture: The diameter ladder is settled through five, by Hrncar and Haviar for the diameter-five case.Also cited at Gallian, Dynamic Survey of Graph Labeling, introduction.Also cited at Gallian, Dynamic Survey of Graph Labeling, Rosa 1967.Also cited at Gallian, Dynamic Survey of Graph Labeling, trees section.Also cited at Gallian, Dynamic Survey of Graph Labeling, alpha-labelings.Also cited at Gallian, Dynamic Survey of Graph Labeling, lobsters.

Flag this problem

Report a problem

Your ChatGPT account

Opening ChatGPT

ChatGPT is opening in a new tab.