# Caterpillars are Antimagic

**Authors:** Antoni Lozano, Merc\`e Mora, Carlos Seara, Joaqu\'in Tey

arXiv: 1812.06715 · 2024-05-09

## TL;DR

This paper proves that caterpillar graphs are antimagic, meaning they can be labeled so that all vertex sums are distinct, and provides an efficient algorithm to find such labelings.

## Contribution

It establishes that caterpillars are antimagic and introduces an $O(n \, log \, n)$ algorithm for constructing the labeling.

## Key findings

- Caterpillars are proven to be antimagic graphs.
- An efficient algorithm for antimagic labeling of caterpillars is provided.
- Supports the broader antimagic graph conjecture for specific graph classes.

## Abstract

An antimagic labeling of a graph $G$ is an injection from $E(G)$ to $\{1,2,\dots,|E(G)|\}$ such that all vertex sums are pairwise distinct, where the vertex sum at vertex $u$ is the sum of the labels assigned to edges incident to $u$. A graph is called antimagic when it has an antimagic labeling. Hartsfield and Ringel conjectured that every simple connected graph other than $K_2$ is antimagic and the conjecture remains open even for trees. Here we prove that caterpillars are antimagic by means of an $O(n \log n)$ algorithm.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.06715/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1812.06715/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1812.06715/full.md

---
Source: https://tomesphere.com/paper/1812.06715