White Path Lemma

Seen in CS341.

Claim ("white path lemma")

When we start exploring a vertex , any that can be connected to by an unvisited path will be visited during explore().

Proof:

Basic Property

Claim

If is visited during explore(), there is a path .

Proof: Same as BFS