Processing math: 100%
Graph Theory

Show konig thm implies Hall’s thm

728x90
반응형

교수님께서 몇번 강조를 하셔서 증명은 해봤는데, 2024 기준 시험이나 퀴즈에 출제된 바는 없습니다.

Solution

  1. Hall's Theorem:
    For a bipartite graph G=(X,Y,E), a perfect matching exists if and only if the following condition holds:
    SX,|N(S)||S|.

  2. We need to show that α(G)=β(G) for every bipartite G implies Hall's theorem.

Proof:

  1. Suppose the graph G satisfies the condition of Hall's theorem, but there is no perfect matching.

  2. By König's theorem, α(G)=β(G). Let U be the minimum vertex cover of G, so |U|=β(G).

  3. Assume |U|<|X|. Write U=XY, where XX and YY.
    |X|+|Y|=|U|.

  4. Since |U|<|X|, we have:
    |Y|<|X||X|=|XX|.

  5. Since U=XY, there is no edge between XX and YY. Thus, N(XX) exists only in Y.

    • Therefore:
      |N(XX)||Y|.
  6. By (1), we have:
    |N(XX)||Y|<|XX|.

  7. This violates Hall's theorem because |N(S)|<|S| for S=XX.

Conclusion:
If the graph satisfies the condition of Hall's theorem, there must be a perfect matching.

728x90
반응형