Instances For
theorem
SimpleGraph.oddComponentCount_le_ncard_of_isPerfectMatching
{V : Type u_1}
[Finite V]
{G : SimpleGraph V}
{M : G.Subgraph}
(hM : M.IsPerfectMatching)
(X : Set V)
:
theorem
SimpleGraph.isPerfectMatching_of_oddComponentCount_le
{V : Type u_1}
[Finite V]
{G : SimpleGraph V}
(h : ∀ (X : Set V), G.oddComponentCount X ≤ X.ncard)
:
∃ (M : G.Subgraph), M.IsPerfectMatching