Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.Subgraph.IsMatching.exists_of_universalVerts

∀ {V : Type u_1} {G : SimpleGraph V} [Finite V] {s : Set V},
  Disjoint G.universalVerts s →
    s.ncard ≤ G.universalVerts.ncard → ∃ t ⊆ G.universalVerts, ∃ M, M.verts = s ∪ t ∧ M.IsMatching
Defined in
Mathlib.Combinatorics.SimpleGraph.UniversalVerts
Cited by
0 results in Mathlib
Foundations
Depth 102 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.

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.