Tree (graph theory)
Appearance
In graph theory, the following statements about a graph G with n vertices are equivalent:
- G is connected and has no loops
- G has no loops and, if an edge is added to G, then a loop is formed
- G is connected and, if an edge is removed from G, then it becomes disconnected
- G is connected and has n-1 edges
- G has n-1 edges and no loops
Any of these five statements therefore serves as the definition of a tree. Usually, the first statement is preferred as the definition.