How to grow trees
Theorem 1.
Every tree with at least nodes has at least nodes of degree .
The tree growing procedure:
- Start with a single node.
- Repeat any number of times: If you have a graph , create a new node and connect it by a new edge to any node of .
Theorem 2.
Every graph obtained from the tree growing procedure is a tree, and every tree can be obtained in this way.
Theorem 3.
Every tree on nodes has edges.
The proof of this supplied in the reference exemplifies the use of the template for proof by induction on number of vertices from the previous lecture.
Linear algebraic methods in combinatorics
A town has 32 residents, any two clubs have an even number of residents in common, and any cub has an of number of residents. Show that the town cannot have 33 clubs.