Lecture 17
Lecture 17
OR
Example:
1
Berge’s Theorem:
We will need the following set theory definition and result about two different matchings of a
graph in our proof of Berge’s Theorem.
2
Symmetric difference:
3
4
Remark:
We can use the symmetric difference of two matchings to gain an understanding of how
they relate to each other.
In particular, we will use this concept to gain an understanding about their relative sizes,
allowing us to prove Berge’s Theorem.
5
Remarks:
The arbitrary matching in Step (1) could be the empty matching (no edges are initially
included), though in practice starting with a quick simple matching allows for fewer
iterations of the algorithm.
You should not spend much time trying to create an initial maximum matching, but rather
choose obvious edges to include.
6
7
8
9