Theorems · Theorem · combinatorics
SimpleGraph.exists_isTutteViolator
∀ {V : Type u_1} {G : SimpleGraph V} [Finite V],
(∀ (M : G.Subgraph), ¬M.IsPerfectMatching) → Even (Nat.card V) → ∃ u, G.IsTutteViolator uFrom a graph on an even number of vertices with no perfect matching, we can remove an odd number of vertices such that there are more odd components in the resulting graph than vertices we removed. This is the sufficiency side of Tutte's theorem.
- Defined in
- Mathlib.Combinatorics.SimpleGraph.Tutte
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 111 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.
Cites51
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Top.topproof · cited by 9,680
- Fintypeproof · cited by 7,736
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- SimpleGraphstatement and proof · cited by 3,072
- Finitestatement and proof · cited by 3,029
- Fintype.cardproof · cited by 1,386
- SimpleGraph.Adjproof · cited by 1,346
- SimpleGraph.Walkproof · cited by 915
- Nat.cardstatement and proof · cited by 844
- Evenstatement and proof · cited by 444
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.tutteproof · cited by 0