Theorems · Definition · combinatorics
IndepMatroid.ofFinset
{α : Type u_1} →
[inst : DecidableEq α] →
(E : Set α) →
(Indep : Finset α → Prop) →
Indep ∅ →
(∀ ⦃I J : Finset α⦄, Indep J → I ⊆ J → Indep I) →
(∀ ⦃I J : Finset α⦄, Indep I → Indep J → I.card < J.card → ∃ e ∈ J, e ∉ I ∧ Indep (insert e I)) →
(∀ ⦃I : Finset α⦄, Indep I → ↑I ⊆ E) → IndepMatroid αAn independence predicate on Finset α that obeys the finite matroid axioms determines a
finitary matroid on α.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Finset.cardstatement and proof · cited by 2,327
- IndepMatroidstatement · cited by 15
- IndepMatroid.ofFinitaryCardAugmentproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- IndepMatroid.ofFinset_indepstatement · cited by 0
- IndepMatroid.ofFinset_indep'statement · cited by 0
- IndepMatroid.ofFinset_Estatement · cited by 0