Theorems · Definition · combinatorics
Matroid.map
{α : Type u_1} → {β : Type u_2} → (M : Matroid α) → (f : α → β) → Set.InjOn f M.E → Matroid βGiven a function f that is injective on M.E, the copy of M in β whose independent sets
are the images of those in M. If β is a nonempty type, then N : Matroid β is a map of M
if and only if M and N are isomorphic.
- Defined in
- Mathlib.Combinatorics.Matroid.Map
- Cited by
- 32 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Set.imageproof · 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.ofExistsMatroidproof · cited by 1
Cited by33
Results whose statement or proof uses this declaration.
- Matroid.mapEmbeddingproof · cited by 8
- Matroid.IsBasis.mapstatement · cited by 6
- Matroid.map_indep_iffstatement · cited by 5
- Matroid.map_isBase_iffstatement and proof · cited by 5
- Matroid.mapEquiv_eq_mapstatement · cited by 4
- Matroid.Indep.mapstatement · cited by 4
- Matroid.map.congr_simpstatement and proof · cited by 3
- Matroid.map_isBasis_iff'statement and proof · cited by 3
- Matroid.map_closure_eqstatement and proof · cited by 2
- Matroid.map_groundstatement · cited by 2
- Matroid.Indep.exists_bijOn_of_mapstatement and proof · cited by 1
- Matroid.map_comapstatement · cited by 1