Loading [MathJax]/jax/output/CommonHTML/jax.js
Graph Theory

Use Menger’s Theorem (κ(x, y) = λ(x, y) when xy E(G)) to prove that α(G)=β(G) when G is bipartite.

728x90
반응형

문제출처

광주과학기술원 GIST 최정옥 교수님의 “그래프 이론” 수업, 2024년 가을학기 중 Homework 8


Solution

1. Suppose G is a bipartite graph. We can divide G into two independent and disjoint vertex sets X and Y.

2. For xX and yY, add an edge x,y to G and let this new graph be G.

3. In G, consider:

  • λG(x,y): the maximum number of internally disjoint x,y-paths, and
  • κG(x,y): the size of the minimum x,y-separating set.

4. To break every x,y-path in G, the separating set S must include vertices that cover the edges of G. Thus, S corresponds to a vertex cover in G. Therefore, β(G)κG(x,y).

5. A set of k internally disjoint x,y-paths in G corresponds to a set of k edges in G with no shared endpoints. Thus, λG(x,y)α(G).

6. By Menger's theorem:
β(G)κG(x,y)=λG(x,y)α(G).

7. Therefore, both α(G)β(G) and β(G)α(G) hold.

8. Consequently, α(G)=β(G).

728x90
반응형