580 views
0 votes
0 votes
Maximal Independence Number is the cardinality of maximal independence set ( Independence set V of graph G is set in which no vertex of the set have a direct edge between them).

1) Maximal Independence Number of a complete graph is n-1

2) Maximal Independence Number of a complete bipartite  graph is $\frac{n}{2}$

3) Maximal Independence Number of a complete graph is 1

4)  Maximal Independence Number of complete graph is $\geq \frac{n}{2}$

2 Answers

2 votes
2 votes
3) Maximal Independence Number of a complete graph is $1 $

Pick any vertex $v$ from complete simple graph and then no other vertex can be part of the set because $v$ is connected to all other vertices.
1 votes
1 votes

independent set- siven a graph g=(v,e), s$\subseteq v$ is an independent set if there is no edges between vertex in s

in complete graph all vertex have a direct edge between them. so maximal independent set must be 1.Pick any node and that is the maximal independent set, because by definition of a complete graph it is connected to all other nodes.

Related questions

1 votes
1 votes
1 answer
1
Tesla! asked Apr 21, 2018
678 views
Consider Undirected Graph Ghaving vertex V {A,B,C,D,E}and edge pair as E {AB BD BE AC CE CD}A) Given graph is disconnectedB) Given graph is completeC) Given graph has ver...
0 votes
0 votes
2 answers
2
Tesla! asked Apr 30, 2017
1,006 views
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yWhat would be maximum path length bet...
1 votes
1 votes
1 answer
3
Tesla! asked Apr 30, 2017
557 views
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yWhich vertex will have highest in deg...
3 votes
3 votes
3 answers
4
Tesla! asked Apr 30, 2017
1,171 views
Consider a graph where vertex having number 2 to 12 (including 2 and 12), there is an edge between two vertex x and y iff x divides yFind number of strongly connected com...