Theorems · Theorem · linear algebra
Matrix.pow_apply_pos_iff_nonempty_path
∀ {n : Type u_1} {R : Type u_2} [inst : Ring R] [inst_1 : LinearOrder R] {A : Matrix n n R} [inst_2 : Fintype n]
[IsOrderedRing R] [PosMulStrictMono R] [Nontrivial R] [inst_6 : DecidableEq n],
(∀ (i j : n), 0 ≤ A i j) → ∀ (k : ℕ) (i j : n), 0 < (A ^ k) i j ↔ Nonempty { p // p.length = k }For a matrix A with nonnegative entries, the (i, j)-entry of the k-th power A ^ k
is strictly positive if and only if there exists a path of length k from i to j in the
quiver associated to A via toQuiver.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homproof · cited by 32,603
- Finsetproof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Ringstatement and proof · cited by 7,463
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- Nontrivialstatement and proof · cited by 2,416
- MulZeroClass.mul_zeroproof · cited by 2,091
- le_antisymmproof · cited by 2,068
- MulZeroClass.zero_mulproof · cited by 1,625
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.isIrreducible_iff_exists_pow_posproof · cited by 1