Theorems · Definition · combinatorics
IndepMatroid.ofFinitaryCardAugment
{α : Type u_1} →
(E : Set α) →
(Indep : Set α → Prop) →
Indep ∅ →
(∀ ⦃I J : Set α⦄, Indep J → I ⊆ J → Indep I) →
(∀ ⦃I J : Set α⦄,
Indep I → I.Finite → Indep J → J.Finite → I.ncard < J.ncard → ∃ e ∈ J, e ∉ I ∧ Indep (insert e I)) →
(∀ (I : Set α), (∀ J ⊆ I, J.Finite → Indep J) → Indep I) → (∀ (I : Set α), Indep I → I ⊆ E) → IndepMatroid αAn independence predicate satisfying the finite matroid axioms determines a matroid, provided independence is determined by its behaviour on finite sets.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Set.Finitestatement and proof · cited by 1,814
- Set.ncardstatement and proof · cited by 344
- IndepMatroidstatement · cited by 15
- IndepMatroid.ofFinitaryproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- IndepMatroid.ofFinsetproof · cited by 3
- IndepMatroid.ofFinset_indepproof · cited by 0
- IndepMatroid.ofFinitaryCardAugment_Estatement and proof · cited by 0
- IndepMatroid.ofFinitaryCardAugment_indepstatement · cited by 0
- IndepMatroid.ofFinitaryCardAugment.congr_simpstatement and proof · cited by 0