Universal Vertices #
This file defines the set of universal vertices: those vertices that are connected to all others. In addition, it describes results when considering connected components of the graph where universal vertices are deleted. This particular graph plays a role in the proof of Tutte's Theorem.
Main definitions #
G.universalVerts
is the set of vertices that are connected to all other vertices.G.deleteUniversalVerts
is the subgraph ofG
with the universal vertices removed.
The set of vertices that are connected to all other vertices.
Instances For
theorem
SimpleGraph.isClique_universalVerts
{V : Type u_1}
(G : SimpleGraph V)
:
G.IsClique G.universalVerts
The subgraph of G
with the universal vertices removed.
Instances For
@[simp]
@[simp]