Theorems · Theorem · combinatorics
Matroid.IsCircuit.elimination
∀ {α : Type u_1} {M : Matroid α} {C₁ C₂ : Set α},
M.IsCircuit C₁ → M.IsCircuit C₂ → C₁ ≠ C₂ → ∀ (e : α), ∃ C ⊆ (C₁ ∪ C₂) \ {e}, M.IsCircuit CThe circuit elimination axiom : for any pair of distinct circuits C₁, C₂ and any e,
some circuit is contained in (C₁ ∪ C₂) \ {e}.
This is one of the axioms when defining a finitary matroid via circuits;
as an axiom, it is usually stated with the extra assumption that e ∈ C₁ ∩ C₂.
- Defined in
- Mathlib.Combinatorics.Matroid.Circuit
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Set.subset_union_leftproof · cited by 142
- Set.subset_union_rightproof · cited by 123
- Matroid.IsCircuitstatement and proof · cited by 108
- Set.not_subsetproof · cited by 31
- Set.subset_sdiff_singletonproof · cited by 14
- Matroid.IsCircuit.eq_of_subset_isCircuitproof · cited by 3
- Matroid.IsCircuit.strong_eliminationproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.