Processing math: 100%
Rational Solver
0 votes
374 views

Prove that in a tree with maximum degree k, there are at least k leaves.

in Discrete Mathematics by Professor
retagged by | 374 views

1 Answer

0 votes
Best answer

Recall: We know that sum of all degree of vertices in a simple graph G is twice its number of edge. Let E(G) be the edge set of G and V(G) be the vertex set of G. Then
vGd(v)=2|E(G)|


Let T be a tree on n vertices with a maximum degree k. Then by the above result we know that 

vTd(v)=2|E(T)|=2(n1)

Let there are many leaves in the tree T. We have to prove that k.


Note that there are n vertices in T with degree at least 2. Amon all those n vertices there will be at least one vertex with degree exactly k. That means, there are n1 vertices with degree at least two and one vertex with degree exactly k. It follows that 

vTd(v)+(n1)2+k=2(n1)+(k).


Therefore it follows that 

2(n1)=vTd(v)2(n1)+(k)k0

This completes the proof.

by Professor
Welcome to Rational Solver, where you can ask questions and receive answers from other members of the community.
76 questions
33 answers
2 comments
1,801 users