Graph Theory Lessons

Answers to Lesson 4

  1. K5 has 10 edges, K10 has 45 edges, and K20 has 190 edges.

  2. We prove by induction that the number of edges in Kn is ½ n(n-1)

    Basis:
    ( n = 1 ) K1 has 0 edges and

    Induction:
    We need to show that if i is a positive integer and Ki has ½ i (i - 1) edges then Ki+1 has ½ (i+1)(i) edges. Suppose that Ki has ½ i (i - 1) edges. To obtain Ki+1 from Ki we need to add a vertex and i edges (an edge from the new vertex to each of the i vertices that make up Ki. Therefore Ki+1 will have i more edges than Ki i.e., ½ i (i - 1) + i edges. This can be rewritten as
    By induction it follows that Kn has ½ n (n-1) edges for n=1, 2, 3, ...
e-mail: C. Mawata
© C. Mawata