Theorems · Theorem · combinatorics
IndepMatroid.ofFinite_E
∀ {α : Type u_1} {E : Set α} (hE : E.Finite) (Indep : Set α → Prop) (indep_empty : Indep ∅)
(indep_subset : ∀ ⦃I J : Set α⦄, Indep J → I ⊆ J → Indep I)
(indep_aug : ∀ ⦃I J : Set α⦄, Indep I → Indep J → I.ncard < J.ncard → ∃ e ∈ J, e ∉ I ∧ Indep (insert e I))
(subset_ground : ∀ ⦃I : Set α⦄, Indep I → I ⊆ E),
(IndepMatroid.ofFinite hE Indep indep_empty indep_subset indep_aug subset_ground).E = E- Cited by
- 0 results in Mathlib
- Foundations
- Depth 104 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
- IndepMatroid.Estatement · cited by 11
- IndepMatroid.ofFinitestatement · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.