Path in Tree is Unique/Sufficient Condition

From ProofWiki
Jump to navigation Jump to search

Theorem

Let $T$ be a graph.

Let $T$ be such that between every pair of distinct vertices of $T$ there exists exactly one path.


Then $T$ is a tree.


Proof

Let $T$ be such that between every pair of distinct vertices of $T$ there exists exactly one path.

Then a priori $T$ is connected.


Suppose $T$ had a circuit, say $\tuple {u, u_1, u_2, \ldots, u_n, v, u}$.

Then there are two paths from $u$ to $v$:

$\tuple {u, u_1, u_2, \ldots, u_n, v}$

and

$\tuple {u, v}$

Hence, by Modus Tollendo Tollens, $T$ can have no circuits.

That is, by definition, $T$ is a tree.

$\blacksquare$


Sources