The maximum number of internally vertex-disjoint paths equals the minimum number of internal vertices separating two nonadjacent vertices. The point is to make the formal expression readable enough to audit line by line.
Objects and notation
Connectivity asks how many vertices or edges must be removed to disconnect a graph \(G\). Depth-first search timestamps \(\operatorname{tin}(v)\) and low-link values \(\operatorname{low}(v)\) expose local cut structure.
There are two layers here: the object \(\mathsf D\) and the law \(\mathsf C\). Writing them separately makes the direction of \(\Longrightarrow\) visible and keeps an accidental converse from slipping in.
Push the symbols
This is the algebraic core of the note. Once this line is correct, the surrounding interpretation has something solid to refer to.
Structural reading
The aligned summary deliberately puts the datum and conclusion on different rows. Mathematically, this is the distinction between specifying an object and proving a property of it.
A hypothesis worth keeping
Bridge and articulation criteria depend on DFS-tree relationships. Applying them to an arbitrary spanning tree gives false positives.
The important habit is to remember what was fixed before the calculation began and what was proved only afterward. The final display preserves that order.