G = (V, E) is a tree iff G is connected and |E| = |V|-1
Dependencies:
- |E| = |V| - 1 in trees
- In a connected graph (V, E), |E| ≥ |V| - 1
- Tree iff connected and deleting edge disconnects
An undirected graph $G = (V, E)$ is a tree iff $G$ is connected and $|E| = |V|-1$.
Proof
If $G$ is a tree, it is connected and $|E| = |V|-1$.
Since in any connected graph $|E| \ge |V|-1$, it is not possible to delete an edge from $G$ without disconnecting it. Any connected graph from which deleting any edge disconnects the graph is a tree. Therefore, $G$ is a tree.
Dependency for: None
Info:
- Depth: 6
- Number of transitive dependencies: 12
Transitive dependencies:
- /sets-and-relations/equivalence-classes
- /sets-and-relations/relation-composition-is-associative
- /sets-and-relations/equivalence-relation
- Graph
- Path in Graph
- Tree
- Tree iff connected and deleting edge disconnects
- In a connected graph (V, E), |E| ≥ |V| - 1
- Bridge in graph
- Deleting bridge from graph gives 2 components
- Deleting edge from tree gives 2 trees
- |E| = |V| - 1 in trees