LectureNote_MA221_13Nov
LectureNote_MA221_13Nov
• Graph connectivity
• Vertex cut and vertex connectivity
• Edge cut and vertex connectivity
• Relation between vertex and edge connectivity
Five Color Theorem
• Theorem: Every planar graph can be 5 colored.
• Proof.
• We assume the graph has at least 5 vertices
• Else, the theorem will immediately follow.
• Next, in a planar graph, we see that there must be a vertex with
degree at most 5.
• Else, 2𝐸 = 𝑡𝑜𝑡𝑎𝑙 𝑑𝑒𝑔𝑟𝑒𝑒 ≥ 6𝑉, which contradicts with the fact
E ≤ 3𝑉 − 6
Five Color Theorem
• Theorem: Every planar graph can be 5 colored.
• Proof (contd.):
• Let 𝑣 be a vertex whose degree is at most 5
• Now, assume inductively that all planar graphs with 𝑛 − 1 vertices
can be colored in 5 colors Thus if 𝑣 is removed, we can color the
graph properly in 5 colors
• What if we add back 𝑣 to the graph now?
• Case 1: Neighbors of 𝑣 uses at most 4 colors
• Case 2: Neighbors of 𝑣 uses up all 5 colors
Five Color Theorem
• Theorem: Every planar graph can be 5 colored.
• Proof (contd).:
• Case 1: Neighbors of 𝑣 uses at most 4 colors
• There is a 5th color for 𝑣
Five Color Theorem
• Theorem: Every planar graph can be 5 colored.
• Proof (contd).:
• Case 2: Neighbors of 𝑣 uses up all 5 colors
0≤𝜅 𝐺 ≤𝑛−1
• 𝐺 is called 𝑘-connected, if 𝜅 𝐺 ≥ k
𝜅=2
Edge Cut
• Edge cut
• Let 𝐺 = (𝑉, 𝐸) be a graph
• 𝐸′ ⊆ 𝐸 is an edge cut, if G − 𝐸′ is disconnected
• Example: 𝐸 ′ = 𝑐, 𝑔 , 𝑐, 𝑓 , 𝑓, 𝑔 , 𝐸 ′ = 𝑎, 𝑑 , 𝑑, 𝑒 , 𝑑, 𝑐
• Every connected graph with n nodes has an edge cut?
• Yes, except for a graph with a single node
Edge Connectivity
• Edge connectivity of a graph 𝜆(𝐺)
𝜆=2
• Size of the smallest edge cut of 𝐺
≈
• Minimum number of edges to be deleted to disconnect the graph
• (Refine the definition) Minimum number of edges to be deleted to
either disconnect the graph or produce a graph with a single node
0≤𝜆 𝐺 ≤𝑛−1
𝜆=0
Upper Bound on Vertex Connectivity
• For any connected, non-complete graph
𝜅 𝐺 ≤ 𝑚𝑖𝑛𝑣 ∈ 𝑉 deg (𝑣)
• Consider the vertex 𝑣 with the least degree
• What happens if the neighbours of 𝑣 are deleted?
• The graph becomes disconnected
• Does there exit a connected, non-complete graph where
𝜅 𝐺 ≤ 𝑚𝑖𝑛𝑣 ∈ 𝑉 deg (𝑣)
Example to hold equality
min deg =2 (node d, e,..), 𝜅 = 1
Upper Bound on Edge Connectivity