Theorems · Theorem · combinatorics
Matroid.map_isBasis_iff
∀ {α : Type u_1} {β : Type u_2} {M : Matroid α} {I X : Set α} (f : α → β) (hf : Set.InjOn f M.E),
I ⊆ M.E → X ⊆ M.E → ((M.map f hf).IsBasis (f '' I) (f '' X) ↔ M.IsBasis I X)- Defined in
- Mathlib.Combinatorics.Matroid.Map
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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.imagestatement and proof · cited by 5,609
- Matroidstatement and proof · cited by 1,258
- Matroid.Estatement and proof · cited by 550
- Set.InjOnstatement and proof · cited by 543
- Matroid.Indepproof · cited by 367
- Matroid.IsBasisstatement and proof · cited by 219
- Set.image_monoproof · cited by 197
- Eq.subsetproof · cited by 124
- Matroid.Indep.subset_groundproof · cited by 61
- Matroid.IsBasis.indepproof · cited by 51
- Matroid.IsBasis.subsetproof · cited by 45
Cited by1
Results whose statement or proof uses this declaration.
- Matroid.map_isBasis_iff'proof · cited by 3