theorem
Matroid.Nonspanning.contract_rankPos
{α : Type u_1}
{M : Matroid α}
{C : Set α}
(hC : M.Nonspanning C)
:
theorem
Matroid.IsRestriction.contract
{α : Type u_1}
{M N : Matroid α}
{C : Set α}
(h : N.IsRestriction M)
(hC : C ⊆ N.E)
:
(N.contract C).IsRestriction (M.contract C)
theorem
Matroid.IsSpanningRestriction.contract
{α : Type u_1}
{M N : Matroid α}
{C : Set α}
(h : N.IsSpanningRestriction M)
(hC : C ⊆ N.E)
:
(N.contract C).IsSpanningRestriction (M.contract C)
theorem
Matroid.Nonspanning.of_contract
{α : Type u_1}
{M : Matroid α}
{C X : Set α}
(h : (M.contract C).Nonspanning X)
:
M.Nonspanning X