Let $T=(V,E)$ be a tree with exactly 3 leaves, and $n$ vertices, as $n\ge 5$. Prove the following:
- There is exactly one vertex in the tree of the degree $3$.
- Prove that for every vertex $v\in V$: if $d_{T}(v)\neq 1, 3$, then $d_{T}(v)=2$
My Attempt: 1. I tried to prove that using a contradiction proof: suppose by contradiction that there exists no vertex in the degree of $3$, and then suppose by contradiction that there exists more then 1 vertex with the degree of 3 in $T$.
First, I started with the case for a tree with $5$ vertices.
Given that there are $5$ vertices, then $|V| = |E|-1 \Longrightarrow 6=|E| -1$ such that $|E| = 4$.
By that I conclude that $\sum_{v\in V} d(v) =2|E| = 2\cdot 4 =8$
$d(v_1) +d(v_2)+d(v_3)+d(v_4) +d(v_5) = 8$ There are exactly 3 leaves in the tree ,therefore:
$d(v_1) +d(v_2) +1+1+1 = 8$
$d(v_1) +d(v_2) = 5$
because $v_1, v_2$ can't be leaves, therefore WLOT $d(v_1) =2, d(v_2) =3$,
and we finished.
now, suppose that a tree with $k$ vertices has exactly one vertex in the degree of 3.
Prove that for a tree with $k+1$ vertices (or a tree with $k-1$ vertices) has exactly one vertex in the degree if 3.
Problem is I don't know how to finish the proof from here.
As I said, I wanted to use a contradiction proof, but found myself using induction (I can't see how to not use induction for that argument).
Because I got stuck at the first section, I can't see how I can solve section No.2 as it's based of the first section, As I understand.
Here’s a simpler proof, found by adapting my proof of fact 4 in my first answer. Proof: let $T=(V,E)$ be a tree with exactly three leaves. The sum of the degree of the vertices of T is given by $2|E|=2(|V|-1) =2|V|-2$ There are three vertices of degree 1, so the sum of the degrees for the remaining $|V|-3$ vertices is $2|V|-5$. All vertices must have degree at least 2, which leaves exactly one degree left, meaning exactly one vertex has degree 3, and the remaining vertices all have degree 2.