Problem

Source: TSTST 2021/5

Tags: USA TSTST, graph theory, combinatorics, Trees



HIDE: Let $T$ be a tree on $n$ vertices with exactly $k$ leaves. Suppose that there exists a subset of at least $\frac{n+k-1}{2}$ vertices of $T$, no two of which are adjacent. Show that the longest path in $T$ contains an even number of edges. * A tree is a connected graph with no cycles. A leaf is a vertex of degree 1

Vincent Huang