Theorems · Theorem · linear algebra
Matrix.IsIrreducible.exists_pos
∀ {n : Type u_1} {R : Type u_2} [inst : Ring R] [inst_1 : LinearOrder R] {A : Matrix n n R} [Nontrivial n],
A.IsIrreducible → ∀ (i : n), ∃ j, 0 < A i jIf A is irreducible and n is non-trivial then every row has a positive entry.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 51 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RingLinearOrderNontrivial
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homproof · cited by 32,603
- LinearOrderstatement and proof · cited by 8,572
- Ringstatement and proof · cited by 7,463
- Matrixstatement and proof · cited by 4,303
- Nontrivialstatement and proof · cited by 2,416
- IsEmptyproof · cited by 759
- Quiverproof · cited by 405
- Quiver.Pathproof · cited by 166
- Quiver.Path.compproof · cited by 45
- Quiver.Path.lengthproof · cited by 39
- exists_pair_neproof · cited by 32
- IsEmpty.falseproof · cited by 24
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.