Theorems · Theorem · linear algebra
Matrix.det_ne_zero_of_sum_col_pos
∀ {n : Type u_1} [inst : Fintype n] [inst_1 : DecidableEq n] {S : Type u_2} [inst_2 : CommRing S]
[inst_3 : LinearOrder S] [IsStrictOrderedRing S] {A : Matrix n n S},
(Pairwise fun i j => A i j < 0) → (∀ (j : n), 0 < ∑ i, A i j) → A.det ≠ 0A matrix whose nondiagonal entries are negative with the sum of the entries of each column positive has nonzero determinant.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement and proof · cited by 3,473
- IsStrictOrderedRingstatement and proof · cited by 2,490
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_reflproof · cited by 2,061
- one_smulproof · cited by 1,374
- IsEmptyproof · cited by 759
- smul_zeroproof · cited by 665
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.det_ne_zero_of_sum_row_posproof · cited by 0