∗Show that both the graphs above are isomorphic to the following graph: the vertex set is {1,2,...,5} (unordered pairs of numbers), and
two vertices {i,j} and {k,l} (i,j,k,l ∈ {1,2,...,5}) form an edge if and only if {i, j} ∩ {k, l} = ∅.
In this question, I need some help with the notation. I think {i,j} means an edge, but it says vertex from the question. Also, {i,j} and {k,l} are disjoint if they were to form an edge, does this mean {1,2} and {3,4}, {1,5},{2,3}?
