n this page, let us prove a graph is a tree if and only if it is minimally connected. Before proving this, let us recall the definition of a tree.
Definition of a Tree in Graph Theory
A connected graph without any circuit is called a tree.
Tree is Minimally Connected Proof
Theorem: Show that a graph G is minimally connected if and only if it is a tree.
Proof:
Let the graph G be minimally connected. So the removal of one edge make it disconnected. Therefore, there is no circuit. Hence, G is a tree.
Conversely, assume that G is a tree. So there exists a unique path between each pair of vertices. Hence, removal of one edge from the path makes the graph disconnected. So the graph G is minimally connected.
This completes the proof of the theorem.
Also Study:
- Degree of a Vertex in Graph: Definition, Examples, Handshaking Theorem
- Simple Graph has Two Vertices of Same Degree: proof
- Prove that a tree with n vertices has (n-1) edges
- Simple Graph with n Vertices and k Components have at most (n-k)(n-k+1)/2 Edges
- Chromatic number of a complete graph with n vertices is n: Proof
- Chromatic number of a cycle with n vertices is 2 if n even and 3 if n odd
This article is written by Dr. Tathagata Mandal, Ph.D in Mathematics from IISER Pune (Algebraic Number Theory), Postdocs at IIT Kanpur & ISI Kolkata. Currently, working as an Assistant Prof. at Adamas University. Thank you for visiting the website.