Math 239 Theorems
Math 239 Theorems
tn =
4.1 Denitions
4.1.7 Handshake Theorem (p.99) For a graph G having q edges, we have deg(v ) = 2q
v V (G)
4.1.8 Corollary (p.99) The number of vertices of odd degree in a graph is even. 4.1.9 Denition (p.99) The n-cube is the graph whose vertices are the 0,1-strings of length n, and two strings are adjacent if they dier in exactly one position, n 0. 4.1.11 Problem (p.100) The n-cube has p = 2n vertices and q = n2n1 edges, for n 0. 4.1.12 Problem (p.101) The n-cube is bipartite, for n 0.
4.3.3 Corollary (p.110) Let x,y,z be vertices of G. If there if a path from x to y in G and a path from y to z in G, then there is a path from x to z in G.
4.4 Connectedness
4.4.2 Theorem (p.112) A graph G is connected if, for some xed vertex v in G, there is a path from v to x in G for all other vertices x in G. 4.4.3 Problem (p.112) The n-cube is connected for each n 0. 4.4.4 Theorem (p.113) A graph G is not connected if and only if there exists a proper nonempty subset X of V(G) such that the cut induced by X is empty. 4.4.6 Lemma (p.114) If e = {x,y} is a bridge of a connected graph G, then G - e has precisely two components; furthermore, x and y are in dierent components. 4.4.7 Theorem (p.114) Edge e is a bridge of a graph G if and only if e is not in any cycle of G. 4.4.8 Corollary (p.114) If there are two distinct paths from vertex u to vertex v in G, then G contains a cycle.
5.1 Trees
5.1.2 Lemma (p.118) There is a unique path between every pair of vertices u and v in a tree T. 5.1.3 Lemma (p.118) Every edge of a tree T is a bridge. 5.1.4 Theorem (p.118) For any tree with p vertices and q edges, q = p 1. 5.1.5 Theorem (p.118) A tree with at least two vertices has at least two vertices of degree one. Moreover, n1 = 2 + n3 + 2 n4 + 3 n5 + 4 n6 + where ni = the number of vertices of degree i in a tree, i 0.
6.1 Planarity
6.1.2 Dual Handshake Theorem (p.151) For a connected planar embedding with faces f1 , , fs , we have
s
deg(fi ) = 2q
i=1
6.2.2 Theorem (p.152) A graph is planar if and only if it can be drawn on the surface of a sphere.
6.4.7 Corollary (p.163) K3,3 is a nonplanar graph. 6.4.8 Kuratowskis Theorem (p.164) A graph is nonplanar if and only if it has a subgraph that is an edge subdivision of K5 or K3,3 .
7.1 Matchings
7.1.1 Lemma (p.179) If M admits an augmenting path, then M is not a maximum matching. 7.1.2 Lemma (p.179) If M is a matching of G and C is a cover of G, then |M | |C |. 7.1.3 Lemma (p.180) If M is a matching and C is a cover and |M | = |C |, then M is a maximum matching and C is a minimum cover.
7.3.2 Corollary (Halls SDR Theorem) The collection Q1 , Q2 , . . . Qn of subsets of the nite set Q has an SDR if and only if, for every subset J of 1,2,. . . ,n, we have Qi |J |
iJ
An Application to Timetabling
7.4.3 Theorem (p.197) Let G be a graph and k,m positive integers such that (a) G has an edge k-colouring; (b) q km Then G has an edge k-colouring in which every colour is used at most m times. 7.4.4 Corollary (p.198) In a bipartite graph G, there is an edge k-colouring in which each colour is used at most m times if and only if (a) k , and (b) q km