Skip to main content

Exercises 14.6 Exercises

4.

Given a collection of sets \(A_1,A_2,\dotsc,A_n \text{,}\) the intersection graph of the collection is the simple graph that has a vertex for each of the sets in the collection, with two vertices joined by an edge if and only if the two corresponding sets have nonempty intersection. Draw the intersection graph of the following collection of sets.
\begin{gather*} A_1 = \{1,2,3,4,5\}, \\ A_2 = \{2,4,6,8\}, \\ A_3 = \{3,5,12\}, \\ A_4 = \{5,8,10\}. \end{gather*}

Complement of a graph.

ExercisesΒ 5–7 concern the following definition.
complement (of a simple graph \(G \))
the simple graph that has the same vertex set as \(G \text{,}\) but in which two vertices are joined by an edge if and only if those same two vertices are not joined by an edge in \(G \)

7.

Suppose \(G \) is a simple graph with \(n \) vertices. Determine a relationship between the number of edges in \(G \text{,}\) the number of edges in the complement of \(G \text{,}\) and the number of edges in the complete graph \(K_n \) with \(n \) vertices.
Hint.
Recall that every simple graph with \(n \) vertices is a subgraph of \(K_n \text{.}\)