Theorems · Theorem · combinatorics
Matroid.Indep.insert_sdiff_indep_iff
∀ {α : Type u_2} {M : Matroid α} {e f : α} {I : Set α},
M.Indep (I \ {e}) → e ∈ I → (M.Indep (insert f I \ {e}) ↔ f ∈ M.E \ M.closure (I \ {e}) ∨ f ∈ I)This can be used for rewriting if the LHS is inside a binder and it is unknown
whether f = e.
- Defined in
- Mathlib.Combinatorics.Matroid.Closure
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Matroidstatement and proof · cited by 1,258
- eq_or_neproof · cited by 1,117
- Matroid.Estatement and proof · cited by 550
- Matroid.Indepstatement and proof · cited by 367
- Matroid.closurestatement and proof · cited by 272
- Set.insert_eq_of_memproof · cited by 118
- Set.insert_sdiff_singleton_commproof · cited by 7
- Set.mem_sdiff_singletonproof · cited by 5
- Matroid.Indep.insert_indep_iffproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Matroid.Indep.indep_insert_sdiff_of_mem_closureproof · cited by 2
- Matroid.Indep.insert_diff_indep_iffproof · cited by 0