Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.lineGraph

{V : Type u_1} → (G : SimpleGraph V) → SimpleGraph ↑G.edgeSet

The line graph of a simple graph G has its vertex set as the edges of G, and two vertices of the line graph are adjacent if the corresponding edges share a vertex in G.

Defined in
Mathlib.Combinatorics.SimpleGraph.LineGraph
Cited by
7 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.