Relation between the number of leaves of a tree and its diameter

Pu Qiao,Xingzhi Zhan
DOI: https://doi.org/10.48550/arXiv.1904.12150
2019-04-27
Abstract:Let $L(n,d)$ denote the minimum possible number of leaves in a tree of order $n$ and diameter $d.$ In 1975 Lesniak gave the lower bound $B(n,d)=\lceil 2(n-1)/d\rceil$ for $L(n,d).$ When $d$ is even, $B(n,d)=L(n,d).$ But when $d$ is odd, $B(n,d)$ is smaller than $L(n,d)$ in general. For example, $B(21,3)=14$ while $L(21,3)=19.$ We prove that for $d\ge 2,$ $ L(n,d)=\left\lceil \frac{2(n-1)}{d}\right\rceil$ if $d$ is even and $L(n,d)=\left\lceil \frac{2(n-2)}{d-1}\right\rceil$ if $d$ is odd. The converse problem is also considered. Let $D(n,f)$ be the minimum possible diameter of a tree of order $n$ with exactly $f$ leaves. We prove that $D(n,f)=2$ if $n=f+1,$ $D(n,f)=2k+1$ if $n=kf+2,$ and $D(n,f)=2k+2$ if $kf+3\le n\le (k+1)f+1.$
Combinatorics
What problem does this paper attempt to address?
This paper aims to explore the relationship between the number of leaves and the diameter of a tree, and attempts to solve two main problems: 1. **Determine the minimum possible number of leaves in a tree with a given order \(n\) and diameter \(d\)**: - The paper defines \(L(n, d)\) as the minimum possible number of leaves in a tree with order \(n\) and diameter \(d\). - In 1975, Lesniak gave a lower bound \(B(n, d)=\left\lceil\frac{2(n - 1)}{d}\right\rceil\) for \(L(n, d)\). - When \(d\) is even, \(B(n, d)=L(n, d)\); but when \(d\) is odd, usually \(B(n, d)\) is less than \(L(n, d)\). - For example, \(B(21, 3)=14\), while \(L(21, 3)=19\). - The paper proves that for \(d\geq2\): \[ L(n, d)=\begin{cases} \left\lceil\frac{2(n - 1)}{d}\right\rceil&\text{if }d\text{ is even};\\ \left\lceil\frac{2(n - 2)}{d - 1}\right\rceil&\text{if }d\text{ is odd}. \end{cases} \] 2. **Determine the minimum possible diameter in a tree with a given order \(n\) and number of leaves \(f\)**: - The paper defines \(D(n, f)\) as the minimum possible diameter in a tree with order \(n\) and exactly \(f\) leaves. - The paper proves that: \[ D(n, f)=\begin{cases} 2&\text{if }n = f+ 1;\\ 2k + 1&\text{if }n=kf + 2;\\ 2k + 2&\text{if }kf+3\leq n\leq(k + 1)f+1. \end{cases} \] By solving these two problems, the paper not only provides theoretical proofs, but also shows how to achieve these minimum values by constructing specific types of trees (such as spider trees). These results are of great significance for the study of tree structures in graph theory.