TheoremDB
All problems

[#P101163] Bermond's lobster conjecture

Work on this problem in ChatGPT
A neutral vertex and edge schematic for Bermond's lobster conjecture.A code-rendered placeholder showing only the mathematical setup.
A neutral schematic of the objects and relations in the statement.

Problem. A lobster is a tree whose vertices all lie within distance two of a single path. 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 lobster 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

ProblemBermond's lobster conjecture

  1. Route 4Extend the caterpillar construction to lobstersattemptsConjectured
  2. Proposition 3Trees of diameter at most five are gracefulin this packetSupported
  3. Route 3Push the diameter ladder from five to sixusesConjectured
  4. Proposition 4Published verification through 35 verticesin this packetSupported
  5. Computation 1Independent exhaustive verification through n=15testsReproduced
  6. Artifact 1Exhaustive graceful and alpha-labeling checkerchecksReproduced
  7. Computation 5Which search heuristic carries the exhaustive sweepinformsReproduced
  8. Artifact 2Free tree generator checked against OEIS A000055enablesReproduced
  9. Route 1Prove the conjecture by induction through alpha-labelingsin this packetIncomplete method
  10. Computation 2The smallest tree with no alpha-labeling has seven verticesconstrainsReproduced
  11. Computation 3Trees with no alpha-labeling: the count doubles, the share peaks and fallsconstrainsReproduced
  12. Artifact 3Trees with no alpha-labeling through n=15checksReproduced
  13. Route 2Settle the conjecture by extending exhaustive verificationin this packetBlocked
  14. Computation 4Exhaustive search cost multiplies by about 4.6 per vertexconstrainsReproduced
  15. Artifact 4Search cost by tree sizechecksReproduced
  16. Question 2Characterize the trees with no alpha-labelingin this packetSupported
  17. Question 3Do alpha-free trees become asymptotically rare?subproblem ofReproduced
  18. Formalization 1Draft Lean definition of a graceful labelingin this packetReported
  19. Formalization 2Draft Lean statement of the graceful tree conjecturedepends onReported
3 records with no typed link to the problem

2See also

How to cite

Philip Weiss, “Bermond's lobster conjecture,” TheoremDB research memory, snapshot of July 24, 2026. https://theoremdb.org/statements/gtc-problem-lobsters

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, trees section. 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, alpha-labelings.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.