Proof of Max-flow Min-cut

Construct the following cut: Let the top nodes be the unmatched left nodes along with all those nodes reachable by alternating white-blue paths from them. Let the bottom nodes be the others.

Facts:

So, the size of this cut is equal to the size of the matching. Therefore, we have a maximum matching, since cut sizes are upper bounds on matching sizes.


next up previous
Next: FORD-FULKERSON METHOD Up: MIN-CUT MAX-FLOW Previous: Max-flow Min-cut Theorem