in Graph Theory
1,358 views
0 votes
0 votes
Is there a clique possible in Graph with one vertex? I mean, is a singleton vertex in itself is a complete sub-graph and can be called a clique.
in Graph Theory
by
1.4k views

2 Comments

depends on graph
0
0
As in?
0
0

1 Answer

4 votes
4 votes
Best answer

Definition of Clique : Clique is  a subset of the set of vertices in an undirected graph such that any two distinct vertices in the clique are adjacent.

Now come to the definition of Vacuous truth.

In mathematics and logic, a vacuous truth is a statement that asserts that all members of an empty set have a certain property. For example, the statement "all cell phones in the room are turned off" will be true whenever there are no cell phones in the room. In this case, the statement "all cell phones in the room are turned on" would also be vacuously true, as would the conjunction of the two: "all cell phones in the room are turned on and turned off". 

[ Taken from https://en.wikipedia.org/wiki/Vacuous_truth ]

Now, the statement a subset V1 of V(G) is a clique is true if  all distinct pairs of vertices in V1 are adjacent to each other.

So, the statement V1 is a clique is vacuously true when there are no pairs in V1 .

So, a subset having only one vertex is a clique is vacuously true because there are no pairs in that vertex.

So, a singleton vertex can be called a clique. [ It is vacuously true.]

Note that a singleton vertex can be called an independent set. [ It is also vacuously true ]

selected by

4 Comments

@kushagra , the statement "all cell phones in the room are turned off" will be true whenever there are no cell phones in the room. In this case, the statement "all cell phones in the room are turned on" would also be vacuously true

based on this fact , can't we say that  "the statement V1 is not a clique is also vacuously true when there are no pairs in V1" ?

can u please tell me that for edgeless graphs or null graphs , clique(s) exist or not ?

0
0

 In your comment you have written

the statement "all cell phones in the room are turned off" will be true whenever there are no cell phones in the room. In this case, the statement "all cell phones in the room are turned on" would also be vacuously true

based on this fact , can't we say that  "the statement V1 is not a clique is also vacuously true when there are no pairs in V1" ?

No, you can't say that if you want to say something based on the above fact then you have to go to the definition of clique.

S1 : V1 is a clique.

We can write S1 as 

S1 : V1 is a subgraph of G such that all pair of vertices in V1 are adjacent to each other. 

Now, if you want to frame a sentence similar to " all cell phones are turned on "

That will be

S2 : V1 is a subgraph of G such that all pair of vertices in V1 are not adjacent to each other.

That is 

S2 : V1 is an independent set.

S2 can be vacuously true. (which I have mentioned in my answer.)

And since singleton vertex is a clique so edgeless graphs contain cliques.

1
1
got it...Thank you !
1
1
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