GT M5
GT M5
• c1 = c2 = 0 and c5 = 5!.
• to evaluate c3, suppose that we have three colors x, y, and z. These three colors can be assigned properly to vertices v1, v2,
and v3 in 3! = 6 different ways.
• we have no more choices left, because vertex v5 must have the same color as v3, and v4 must have the same color as v2.
Therefore, c3 = 6
• with four colors, v1, v2, and v3 can be properly colored in 4·6 = 24 different ways. The fourth color can be assigned to v4 or v5,
thus providing two choices. The fifth vertex provides no additional choice. Therefore, c4 = 24·2 = 48.
• Substituting these coefficients in P5(λ),
• P5(λ) = λ (λ − 1)(λ − 2) + 2λ(λ − 1)(λ − 2)(λ − 3) + λ(λ − 1)(λ − 2)(λ − 3)(λ − 4)
• = λ(λ − 1)(λ − 2)(λ2 − 5λ + 7)
• The presence of factors λ – 1 and λ – 2 indicates that G is at least 3-chromatic
MATCHINGS
• matching (or assignment) of one set of vertices into another. More formally, a matching in a graph is a
subset of edges in which no two edges are adjacent. A single edge in a graph is obviously a matching.
• In graph theory, a matching (or assignment) is a subset of edges in which no two edges share a
common vertex.
Maximal Matching:
• A matching that cannot be extended by adding more edges.
matching number:
The number of edges in a largest maximal matching
COVERINGS
• In graph theory, a covering (or vertex/edge cover) refers to a set of elements (either vertices or edges)
that "cover" certain components of a graph. There are two main types:
1. Vertex Cover
2. Edge Cover
• In a triangle graph with vertices A,B,C and edges AB,BC,CA a vertex cover could be {A,B}— it covers all
edges.
• minimal covering–a covering from which no edge can be removed without destroying its ability to cover
the graph.
Four-Color Problem
Every planar graph can be colored using no more than four colors in such a way that no two adjacent
regions share the same color.