Let $T = ( V,E)$ be a tree. A vertex $v \in V$ is called a centre if the maximum distance (i.e. the length of the shortest path) to any of the other vertices in $V$ is as small as possible.
Show by induction on the number of vertices that $T$ either has $1$ centre or $2$ adjacent centres.
I fully understand this question and logically I can see why there will only be 1 centre or 2 adjacent centres, but can't seem to use induction to prove it. It is trivial that when $n$ (the total number of vertices) is equal to $1 \: \text{or} \: 2 $ that the statement holds true, hence we assume it true for all $n$ and show for $n+1$.
Hint: Consider the tree $T^\prime$ obtained from $T$ be deleting all leaves of $T$. Show that a leaf of $T$ can't be a center of $T$ and that the center(s) of $T^\prime$ are the also centers of $T$. The base cases here are the trees with a single vertex and two vertices.