Toolbox

C1: Distributed Coloring (2): Rubin's Block Lemma

Reminder: This post contains 1804 words · 6 min read · by Xianbin

This post introduces Rubins’ block lemma.

Basics

Theorem\textbf{Theorem}. A graph GG with order at least three is a block (2-connected) if and only if any two vertices u,vu,v are connected by two internally-disjoint paths.

Rubin’s Block Lemma

Lemma 1\textbf{Lemma 1}. If GG is a block that is not a clique or an odd cycle, then GG contains an induced even cycle with at most one chord.

Proof\textbf{Proof}. Let SS be a minimal cut set with size S2\lvert S \rvert \geq 2. For any two vertices in a block, there are two internally disjoint paths. We choose two vertices u,vSu,v\in S. Then, we can can find two shortest paths P1P_1 and P2P_2 (endpoints are u,vu, v) in GSG\setminus S to build a cycle CC. The only possible chord is {u,v}\{u,v\}. If CC is an even cycle, it done. Now, we consider CC is odd. Then there exists a path PP joining u,vu, v has odd length. If {u,v}\{u,v\} is there, P+uvP+ uv will be chordless even cycle (done). If {u,v}\{u,v\} is absent, since GG is not an odd cycle and CC is an odd cycle, then there must be a node wV(GC)w\in V(G\setminus C) where CC is chordless.

Now, we divide cases into two.

Case 1: ww has at most one neighbor in CC. Let x,yCx,y \in C. Let PaP_a be the path from xx to yy clockwise and PbP_b be the path from xx to yy counterclockwise. Due to the fact that CC is an odd cycle, the parity of PaP_a and PbP_b is different. We claim that there a path connect x,yx,y from ww. By Theorem 1, there are two internally-disjoint paths from ww to xx ( yy). Then, it is easy to see that there is path from ww connecting x,yx,y. No matter the parity of such a path, by adding PaP_a (or PbP_b), we can obtain a chordless even cycle.

Case 2: ww has more than one neighbors in CC. Let v1,,vkv_1, \ldots, v_k be these neighbors. The trick is that k3k\geq 3. We can always create an even cycle with at most one chord by union of ww and some V(Pi)V(P_i) where PiP_i is the path split by v1,,vkv_1, \ldots, v_k.

Then, we complete the proof.

Reference

  1. Cranston, D.W. and Rabern, L., 2015. Brooks’ theorem and beyond. Journal of Graph Theory, 80(3), pp.199-225.

Vancouver