Graph Theory: a tree and it's complement proof

Click For Summary
SUMMARY

The discussion centers on proving that the complement of a tree T with n vertices contains [(n-1)(n-2)]/2 edges, applicable for all integers n ≥ 2. The proof utilizes mathematical induction, starting with the basis case for n=2, where the complement indeed has 0 edges. The induction hypothesis assumes the formula holds for k vertices, and the goal is to demonstrate it for k+1 vertices by leveraging Lemma 18.2, which states that any tree with more than one vertex has at least one vertex of degree 1. The discussion highlights the need to analyze the impact of adding a vertex on the complement's edge count.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with graph theory concepts, specifically trees and their complements
  • Knowledge of Lemma 18.2 regarding vertex degree in trees
  • Basic algebraic manipulation skills for handling equations
NEXT STEPS
  • Study mathematical induction proofs in graph theory
  • Explore properties of tree complements in graph theory
  • Investigate Lemma 18.2 and its applications in graph proofs
  • Learn about edge counting techniques in combinatorial mathematics
USEFUL FOR

Students studying graph theory, mathematicians focusing on combinatorial proofs, and educators preparing lessons on tree structures and their properties.

Magra2118
Messages
1
Reaction score
0

Homework Statement


The complement of T' of a tree T with n vertices has [(n-1)(n-2)]/2 edges, for all integers n greater than or equal to 2.


Homework Equations


Must prove using induction and using Lemma 18.2 which states "any tree that has more than one vertex has at least one vertex of degree 1."


The Attempt at a Solution


Verify the basis case: p(2) [(2-1)(2-2)]/2 = 0, which is true because a tree with two vertices would have to have one edge, there its complement would have 0 edges

assume p(k) to be true: [(k-1)(k-2)]/2
show p(k+1) to be true: [(k+1-1)(k+1-2)]/2 = [(k)(k-1)]/2

Let G be a particular but arbitrarily chosen tree that has k vertices and k-1 edges. Let G' be the complement of tree G. By definition complement, G' have k vertices.

Don't know where to start/go after this!
 
Physics news on Phys.org
A tree with k+1 edges would have a vertex of degree 1, because of the lemma. If you remove that you get a tree of k edges for which you assumed p(k) was true.

How many new edges will adding this vertex add to the complement?
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 12 ·
Replies
12
Views
4K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K