Documentation

Mathlib.Combinatorics.SimpleGraph.UniversalVerts

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 #

The set of vertices that are connected to all other vertices.

Equations
Instances For

    The subgraph of G with the universal vertices removed.

    Equations
    Instances For
      @[simp]
      theorem SimpleGraph.deleteUniversalVerts_adj {V : Type u_1} (G : SimpleGraph V) (u v : V) :

      A component of the graph with universal vertices is even if we remove a set of representatives of odd components and a subset of universal vertices.

      This is because the number of vertices in the even components is not affected, and from odd components exactly one vertex is removed.