Theorems · Theorem · combinatorics
IndepMatroid.ofFinset_indep
∀ {α : Type u_1} [inst : DecidableEq α] (E : Set α) (Indep : Finset α → Prop) (indep_empty : Indep ∅)
(indep_subset : ∀ ⦃I J : Finset α⦄, Indep J → I ⊆ J → Indep I)
(indep_aug : ∀ ⦃I J : Finset α⦄, Indep I → Indep J → I.card < J.card → ∃ e ∈ J, e ∉ I ∧ Indep (insert e I))
(subset_ground : ∀ ⦃I : Finset α⦄, Indep I → ↑I ⊆ E) {I : Finset α},
(IndepMatroid.ofFinset E Indep indep_empty indep_subset indep_aug subset_ground).Indep ↑I ↔ Indep I- Cited by
- 0 results in Mathlib
- Foundations
- Depth 103 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.
Cites8
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
- Set.Subset.rflproof · cited by 255
- IndepMatroid.Indepstatement and proof · cited by 17
- IndepMatroid.ofFinitaryCardAugmentproof · cited by 4
- IndepMatroid.ofFinsetstatement · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.