Theorems · Definition · linear algebra
Matrix.IsTotallyUnimodular
{m : Type u_1} → {n : Type u_3} → {R : Type u_5} → [CommRing R] → Matrix m n R → PropA.IsTotallyUnimodular means that every square submatrix of A (not necessarily contiguous)
has determinant 0 or 1 or -1; that is, the determinant is in the range of SignType.cast.
- Cited by
- 22 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Set.rangeproof · cited by 4,705
- Matrixstatement and proof · cited by 4,303
- Matrix.detproof · cited by 665
- Matrix.submatrixproof · cited by 183
- SignType.castproof · cited by 76
Cited by22
Results whose statement or proof uses this declaration.
- Matrix.isTotallyUnimodular_iffstatement and proof · cited by 3
- Matrix.fromRows_one_isTotallyUnimodular_iffstatement · cited by 3
- Matrix.transpose_isTotallyUnimodular_iffstatement · cited by 3
- Matrix.one_fromRows_isTotallyUnimodular_iffstatement and proof · cited by 2
- Matrix.fromRows_isTotallyUnimodular_iff_rowsstatement and proof · cited by 2
- Matrix.IsTotallyUnimodular.submatrixstatement and proof · cited by 2
- Matrix.IsTotallyUnimodular.transposestatement and proof · cited by 2
- Matrix.one_fromCols_isTotallyUnimodular_iffstatement and proof · cited by 1
- Matrix.fromRows_replicateRow0_isTotallyUnimodular_iffstatement · cited by 1
- Matrix.IsTotallyUnimodular.fromRows_unitlikestatement and proof · cited by 1
- Matrix.IsTotallyUnimodular.reindexstatement and proof · cited by 1
- Matrix.emptyRows_isTotallyUnimodularstatement · cited by 1