Theorems · Theorem · combinatorics
Matroid.IsCircuit.strong_multi_elimination_set
∀ {α : Type u_1} {M : Matroid α} {C₀ : Set α},
M.IsCircuit C₀ →
∀ (X : Set α) (S : Set (Set α)) (z : α),
(∀ C ∈ S, M.IsCircuit C) →
X ⊆ C₀ →
(∀ x ∈ X, ∃ C ∈ S, C ∩ X = {x}) → z ∈ C₀ → (∀ C ∈ S, z ∉ C) → ∃ C' ⊆ (C₀ ∪ ⋃₀ S) \ X, M.IsCircuit C' ∧ z ∈ C'A version of Circuit.strong_multi_elimination where the collection of circuits is
a Set (Set α) and the distinguished elements are a Set α, rather than both being indexed.
- Defined in
- Mathlib.Combinatorics.Matroid.Circuit
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 95 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
- Set.Elemproof · cited by 7,166
- Set.rangeproof · cited by 4,705
- LE.le.transproof · cited by 3,151
- Set.iUnionproof · cited by 2,483
- Matroidstatement and proof · cited by 1,258
- Set.sUnionstatement and proof · cited by 392
- Set.iUnion_congr_Propproof · cited by 374
- Set.singleton_subset_iffproof · cited by 206
- Subtype.range_coe_subtypeproof · cited by 170
- Matroid.IsCircuitstatement and proof · cited by 108
- Function.sometimesproof · cited by 86
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.