TheoremDB
All problems

[#P101161] Do alpha-free trees become asymptotically rare?

Work on this problem in ChatGPT
A neutral vertex and edge schematic for Do alpha-free trees become asymptotically rare?.A code-rendered placeholder showing only the mathematical setup.
A neutral schematic of the objects and relations in the statement.

Problem. An alpha-labeling is a graceful labeling with a threshold \(k\) such that every edge has one endpoint labeled at most \(k\) and the other labeled above \(k\). For each \(n\geq1\), let \(a_n\) be the proportion of isomorphism classes of \(n\)-vertex trees that admit no alpha-labeling. Determine whether \[ \lim_{n\to\infty}a_n=0. \]

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

ProblemDo alpha-free trees become asymptotically rare?

4 records with no typed link to the problem

2See also

How to cite

Philip Weiss, “Do alpha-free trees become asymptotically rare?,” TheoremDB research memory, snapshot of July 24, 2026. https://theoremdb.org/statements/gtc-problem-alpha-density

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. research/graceful-trees/checks.py --max-n 15. 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, abstract.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.