Theorems · Theorem · combinatorics
Matroid.exists_subset_finite_closure_of_subset_closure
∀ {α : Type u_1} {M : Matroid α} {X Y : Set α} [M.Finitary],
X.Finite → X ⊆ M.closure Y → ∃ I ⊆ Y, I.Finite ∧ M.Indep I ∧ X ⊆ M.closure IIn a finitary matroid, each finite set X spanned by a set Y is in fact
spanned by a finite independent subset of Y.
- Defined in
- Mathlib.Combinatorics.Matroid.Circuit
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Matroid.Finitary
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- LE.le.transproof · cited by 3,151
- Set.Finitestatement and proof · cited by 1,814
- Matroidstatement and proof · cited by 1,258
- Matroid.Indepstatement and proof · cited by 367
- Set.Finite.subsetproof · cited by 285
- Matroid.closurestatement and proof · cited by 272
- Set.subset_union_leftproof · cited by 142
- Set.subset_union_rightproof · cited by 123
- Matroid.IsBasis'proof · cited by 101
- Set.Finite.unionproof · cited by 74
- Set.union_subsetproof · cited by 71
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.