def
StandardRepr.dual
{α R : Type}
[DecidableEq α]
[Ring R]
(S : StandardRepr α R)
:
StandardRepr α R
The dual of standard representation (transpose the matrix and flip its signs).
Equations
Instances For
Equations
- «term_✶» = Lean.ParserDescr.trailingNode `«term_✶» 1024 1024 (Lean.ParserDescr.symbol "✶")
Instances For
The dual of standard representation gives a dual matroid.
theorem
VectorMatroid.dual_exists_standardRepr
{α R : Type}
[DecidableEq α]
[Ring R]
(M : VectorMatroid α R)
:
∃ (S' : StandardRepr α R), S'.toMatroid = M.toMatroid✶
Every vector matroid's dual has a standard representation.