Documentation

Mathlib.Combinatorics.SimpleGraph.Tutte

Tutte's theorem (work in progress) #

Main definitions #

def SimpleGraph.IsTutteViolator {V : Type u} (G : SimpleGraph V) (u : Set V) :

A set certifying non-existence of a perfect matching.

Equations
Instances For

    Given a graph in which the universal vertices do not violate Tutte's condition, if the graph decomposes into cliques, it has a perfect matching.

    Proves the necessity part of Tutte's theorem