in Mathematical Logic
265 views
0 votes
0 votes
Every graph with fewer edge than vertices has component of tree(explain)
in Mathematical Logic
265 views

1 Answer

1 vote
1 vote
Let's say there are $k$ components of a graph G=(V,E) where |V| = n and |E|=n-1. (At-most edges).

Now, if the number of vertices in each component is represented as $k_i$, then

$\sum_{i=1}^{k}k_i=n$

For a cycle to exist in a graph of $a$ edges, there should be atleast $a$ edges.

Thus, for cycle to exist in every component, each component with vertices $k_i$ must have atleast $k_i$ edges.

Thus, even sum of all edges must be atleast $n$ for cycle to exist in every component of the graph. But we have $n-1$ edges only.

Thus, there will always be atleast 1 component with no cycles in it. A graph with no cycles in it is a tree.
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true