Translated properties of the underlying graph Properties of a graph that depend only on adjacency between edges may be translated into equivalent properties in that depend on adjacency between vertices. For instance, a
matching in is a set of edges no two of which are adjacent, and corresponds to a set of vertices in no two of which are adjacent, that is, an
independent set. Thus, • The line graph of a
connected graph is connected. If is connected, it contains a
path connecting any two of its edges, which translates into a path in containing any two of the vertices of . However, a graph that has some isolated vertices, and is therefore disconnected, may nevertheless have a connected line graph. • A line graph has an
articulation point if and only if the underlying graph has a
bridge for which neither endpoint has degree one. • An
independent set in corresponds to a
matching in . In particular, a
maximum independent set in corresponds to
maximum matching in . Since maximum matchings may be found in polynomial time, so may the maximum independent sets of line graphs, despite the hardness of the maximum independent set problem for more general families of graphs. • The line graph of an
edge-transitive graph is
vertex-transitive. This property can be used to generate families of graphs that (like the
Petersen graph) are vertex-transitive but are not
Cayley graphs: if is an edge-transitive graph that has at least five vertices, is not bipartite, and has odd vertex degrees, then is a vertex-transitive non-Cayley graph. • If a graph has an
Euler cycle, that is, if is connected and has an even number of edges at each vertex, then the line graph of is
Hamiltonian. However, not all Hamiltonian cycles in line graphs come from Euler cycles in this way; for instance, the line graph of a Hamiltonian graph is itself Hamiltonian, regardless of whether is also Eulerian. • If two simple graphs are
isomorphic then their line graphs are also isomorphic. The
Whitney graph isomorphism theorem provides a converse to this for all but one pair of connected graphs. • In the context of
complex network theory, the line graph of a random network preserves many of the properties of the network such as the
small-world property (the existence of short paths between all pairs of vertices) and the shape of its
degree distribution. observe that any method for finding vertex clusters in a complex network can be applied to the line graph and used to cluster its edges instead.
Whitney isomorphism theorem (left) and its more-symmetric line graph (right), an exception to the strong Whitney theorem If the line graphs of two
connected graphs are isomorphic, then the underlying graphs are isomorphic, except in the case of the triangle graph and the
claw , which have isomorphic line graphs but are not themselves isomorphic. As well as and , there are some other exceptional small graphs with the property that their line graph has a higher degree of symmetry than the graph itself. For instance, the
diamond graph (two triangles sharing an edge) has four
graph automorphisms but its line graph has eight. In the illustration of the diamond graph shown, rotating the graph by 90 degrees is not a symmetry of the graph, but is a symmetry of its line graph. However, all such exceptional cases have at most four vertices. A strengthened version of the Whitney isomorphism theorem states that, for connected graphs with more than four vertices, there is a one-to-one correspondence between isomorphisms of the graphs and isomorphisms of their line graphs. Analogues of the Whitney isomorphism theorem have been proven for the line graphs of
multigraphs, but are more complicated in this case. They may also be characterized (again with the exception of ) as the
strongly regular graphs with parameters . The three strongly regular graphs with the same parameters and spectrum as are the
Chang graphs, which may be obtained by
graph switching from . The line graph of a
bipartite graph is
perfect (see
Kőnig's theorem), but need not be bipartite as the example of the claw graph shows. The line graphs of bipartite graphs form one of the key building blocks of perfect graphs, used in the proof of the
strong perfect graph theorem. A special case of these graphs are the
rook's graphs, line graphs of
complete bipartite graphs. Like the line graphs of complete graphs, they can be characterized with one exception by their numbers of vertices, numbers of edges, and number of shared neighbors for adjacent and non-adjacent points. The one exceptional case is , which shares its parameters with the
Shrikhande graph. When both sides of the bipartition have the same number of vertices, these graphs are again strongly regular. It has been shown that, except for , , and , all connected strongly regular graphs can be made non-strongly regular within two line graph transformations. The extension to disconnected graphs would require that the graph is not a disjoint union of . More generally, a graph is said to be a
line perfect graph if is a
perfect graph. The line perfect graphs are exactly the graphs that do not contain a
simple cycle of odd length greater than three. Equivalently, a graph is line perfect if and only if each of its
biconnected components is either bipartite or of the form (the tetrahedron) or (a book of one or more triangles all sharing a common edge). Every line perfect graph is itself perfect.
Other related graph families All line graphs are
claw-free graphs, graphs without an
induced subgraph in the form of a three-leaf tree. equivalently, this means that if the underlying graph has an even number of edges, its edges can be partitioned into two-edge paths. The line graphs of
trees are exactly the claw-free
block graphs. These graphs have been used to solve a problem in
extremal graph theory, of constructing a graph with a given number of edges and vertices whose largest tree
induced as a subgraph is as small as possible. All
eigenvalues of the
adjacency matrix of a line graph are at least −2. The reason for this is that can be written as A = J^\mathsf{T}J - 2I, where is the signless
incidence matrix of the pre-line graph and is the identity. In particular, is the
Gramian matrix of a system of vectors: all graphs with this property have been called generalized line graphs. == Characterization and recognition ==