Theorems · Theorem · combinatorics
Matroid.ext_indep_disjoint_loops_coloops
∀ {α : Type u_1} {M₁ M₂ : Matroid α},
M₁.E = M₂.E →
M₁.loops = M₂.loops →
M₁.coloops = M₂.coloops → (∀ I ⊆ M₁.E, Disjoint I (M₁.loops ∪ M₁.coloops) → (M₁.Indep I ↔ M₂.Indep I)) → M₁ = M₂If two matroids agree on loops and coloops, and have the same independent sets after loops/coloops are removed, they are equal.
- Defined in
- Mathlib.Combinatorics.Matroid.Loop
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- LE.le.transproof · cited by 3,151
- Disjointstatement and proof · cited by 2,201
- Matroidstatement and proof · cited by 1,258
- Matroid.Estatement and proof · cited by 550
- Matroid.Indepstatement and proof · cited by 367
- Set.sdiff_subsetproof · cited by 156
- emproof · cited by 115
- Matroid.loopsstatement and proof · cited by 52
- Matroid.coloopsstatement and proof · cited by 34
- Set.not_disjoint_iff_nonempty_interproof · cited by 29
- Set.disjoint_sdiff_leftproof · cited by 25
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.