Theorems · Theorem · combinatorics
SimpleGraph.Subgraph.IsPerfectMatching.exists_of_isClique_supp
∀ {V : Type u_1} {G : SimpleGraph V} [Finite V],
Even (Nat.card V) →
¬G.IsTutteViolator G.universalVerts →
(∀ (K : G.deleteUniversalVerts.coe.ConnectedComponent), G.deleteUniversalVerts.coe.IsClique K.supp) →
∃ M, M.IsPerfectMatchingIf the universal vertices of a graph G decompose G into cliques such that the Tutte isn't
violated, then G has a perfect matching.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Tutte
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Finite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Fintypeproof · cited by 7,736
- Set.Elemstatement · cited by 7,166
- Set.univproof · cited by 3,945
- SimpleGraphstatement and proof · cited by 3,072
- Finitestatement and proof · cited by 3,029
- Compl.complproof · cited by 2,925
- Disjointproof · cited by 2,201
- Nat.cardstatement and proof · cited by 844
- Evenstatement and proof · cited by 444
- SimpleGraph.Subgraphstatement and proof · cited by 326
- nonempty_fintypeproof · cited by 261
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.exists_isTutteViolatorproof · cited by 1