Theorems · Definition · combinatorics
IndepMatroid.ofBddAugment
{α : Type u_1} →
(E : Set α) →
(Indep : Set α → Prop) →
Indep ∅ →
(∀ ⦃I J : Set α⦄, Indep J → I ⊆ J → Indep I) →
(∀ ⦃I J : Set α⦄, Indep I → Indep J → I.encard < J.encard → ∃ e ∈ J, e ∉ I ∧ Indep (insert e I)) →
(∃ n, ∀ (I : Set α), Indep I → I.encard ≤ ↑n) → (∀ (I : Set α), Indep I → I ⊆ E) → IndepMatroid αIf there is an absolute upper bound on the size of an independent set, then matroids can be defined using an 'augmentation' axiom similar to the standard definition of finite matroids for independent sets.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 102 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
- ENatstatement · cited by 4,985
- Set.encardstatement and proof · cited by 327
- IndepMatroidstatement · cited by 15
- IndepMatroid.ofBddproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- IndepMatroid.ofFiniteproof · cited by 2
- IndepMatroid.ofBddAugment_Estatement · cited by 0
- IndepMatroid.ofBddAugment_indepstatement · cited by 0