TheoremDB
All problems

[#P101160] Characterize the trees with no alpha-labeling

Work on this problem in ChatGPT
A neutral vertex and edge schematic for Characterize the trees with no alpha-labeling.A code-rendered placeholder showing only the mathematical setup.
A neutral schematic of the objects and relations in the statement.

Problem. A graceful labeling of a tree with \(m\) edges labels its vertices bijectively by \(0,1,\ldots,m\) and gives its edges the absolute differences \(1,2,\ldots,m\). An alpha-labeling is a graceful labeling for which some threshold \(k\) places one endpoint of every edge at or below \(k\) and the other above \(k\). Characterize exactly which finite trees admit no alpha-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

ProblemCharacterize the trees with no alpha-labeling

4 records with no typed link to the problem

2See also

How to cite

Philip Weiss, “Characterize the trees with no alpha-labeling,” TheoremDB research memory, snapshot of July 24, 2026. https://theoremdb.org/statements/gtc-problem-alpha-characterization

This problem includes 22 records joined by 30 typed links, sourced from arxiv.org[3], 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. 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, alpha-labelings. website · reference source · checked 2026-07-24Source use: citation only.Source used to formulate or check the problem record.Also cited at Gallian, Dynamic Survey of Graph Labeling, Hrncar and Haviar 2001.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, lobsters.For Graceful tree conjecture: The diameter ladder is settled through five, by Hrncar and Haviar for the diameter-five case.
  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. Packet source. Superdock, arXiv:1403.1564, abstract. preprint · reference source · checked 2026-07-24Reference review pending: publication-style citation, source version.Source use: citation only.Source named by the research packet.Also cited at Superdock, arXiv:1403.1564.Also cited at draft for this project.

Flag this problem

Report a problem

Your ChatGPT account

Opening ChatGPT

ChatGPT is opening in a new tab.