Problem
Given a network , find the flow with the greatest value
Definition - cut
A cut in the network is a partition of the vertex set into two disjoint subsets and such that
The capacity of a cut is the total capacity of all edges from to :
Example

Observation Any s-t cut in a flow network places an upper bound on the value of any feasible flow.
Maximum flow
If we find, for a flow , an - cut such that
then is a maximum flow
Lemma
We claim:
(i)
( makes sure those edges exist (equivalently all edges (,) such that and ))
(ii) proved by showing (iii) proved by capacity constraint
Maxflow-Mincut Theorem
Maxflow-Mincut Theorem
In any flow network, the maximum value of a flow equals the minimum capacity of an s-t cut
formally
This means we could find a minimum - cut in finite steps, and a minimal cut always exists.
Characterization of Maximum Flow
Let be a network (without oppositely directed edges).
A flow is a maximum flow there is no directed – path in the residual network .
For every maximum flow , there exists an – cut such that
Proof There is no directed – path in the residual network there exists an – cut such that is a maximum flow.
nodes in that can be reached from
For all there is For all there is