Theorems · Theorem · combinatorics
Matroid.IsBase.mem_fundCocircuit_iff_mem_fundCircuit
∀ {α : Type u_1} {M : Matroid α} {B : Set α} {e f : α}, M.IsBase B → (e ∈ M.fundCocircuit f B ↔ f ∈ M.fundCircuit e B)Fundamental circuits and cocircuits of a base B play dual roles;
e belongs to the fundamental cocircuit for B and f if and only if
f belongs to the fundamental circuit for e and B.
This statement isn't so reasonable unless f ∈ B and e ∉ B,
but holds due to junk values even without these assumptions.
- Defined in
- Mathlib.Combinatorics.Matroid.Circuit
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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.Eproof · cited by 550
- Matroid.IsBasestatement and proof · cited by 239
- Set.union_singletonproof · cited by 107
- Matroid.dualproof · cited by 79
- Matroid.Indep.subsetproof · cited by 42
- Set.inter_eq_self_of_subset_rightproof · cited by 39
- Matroid.IsBase.subset_groundproof · cited by 30
- Matroid.dual_dualproof · cited by 22
- Matroid.IsBase.indepproof · cited by 22
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.