Previous Section
 < Day Day Up > 
Next Section


Properties of shortest paths and relaxation

To prove the algorithms in this chapter correct, we shall appeal to several properties of shortest paths and relaxation. We state these properties here, and Section 24.5 proves them formally. For your reference, each property stated here includes the appropriate lemma or corollary number from Section 24.5. The latter five of these properties, which refer to shortest-path estimates or the predecessor subgraph, implicitly assume that the graph is initialized with a call to INITIALIZE-SINGLE-SOURCE(G, s) and that the only way that shortest-path estimates and the predecessor subgraph change are by some sequence of relaxation steps.

Triangle inequality (Lemma 24.10)

Upper-bound property (Lemma 24.11)

No-path property (Corollary 24.12)

Convergence property (Lemma 24.14)

Path-relaxation property (Lemma 24.15)

Predecessor-subgraph property (Lemma 24.17)



Previous Section
 < Day Day Up > 
Next Section