Mathlib Map

Theorems · Definition · combinatorics

Matroid.IsMinor

{α : Type u_1} → Matroid α → Matroid α → Prop

N is a minor of M if N = M / C \ D for some C and D. The definition itself does not require C and D to be disjoint, or even to be subsets of the ground set. See Matroid.IsMinor.exists_eq_contract_delete_disjoint for the fact that we can choose C and D with these properties.

Defined in
Mathlib.Combinatorics.Matroid.Minor.Order
Cited by
19 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by20

Results whose statement or proof uses this declaration.