C1: Distributed Coloring (2): Rubin's Block Lemma
This post introduces Rubins’ block lemma.
Basics
. A graph with order at least three is a block (2-connected) if and only if any two vertices are connected by two internally-disjoint paths.
Rubin’s Block Lemma
. If is a block that is not a clique or an odd cycle, then contains an induced even cycle with at most one chord.
. Let be a minimal cut set with size . For any two vertices in a block, there are two internally disjoint paths. We choose two vertices . Then, we can can find two shortest paths and (endpoints are ) in to build a cycle . The only possible chord is . If is an even cycle, it done. Now, we consider is odd. Then there exists a path joining has odd length. If is there, will be chordless even cycle (done). If is absent, since is not an odd cycle and is an odd cycle, then there must be a node where is chordless.
Now, we divide cases into two.
Case 1: has at most one neighbor in . Let . Let be the path from to clockwise and be the path from to counterclockwise. Due to the fact that is an odd cycle, the parity of and is different. We claim that there a path connect from . By Theorem 1, there are two internally-disjoint paths from to ( ). Then, it is easy to see that there is path from connecting . No matter the parity of such a path, by adding (or ), we can obtain a chordless even cycle.
Case 2: has more than one neighbors in . Let be these neighbors. The trick is that . We can always create an even cycle with at most one chord by union of and some where is the path split by .
Then, we complete the proof.
Reference
- Cranston, D.W. and Rabern, L., 2015. Brooks’ theorem and beyond. Journal of Graph Theory, 80(3), pp.199-225.
Vancouver