Theorems · Definition · linear algebra
Matrix.toQuiver
{n : Type u_1} → {R : Type u_2} → [Ring R] → [LinearOrder R] → Matrix n n R → Quiver nThe directed graph (quiver) associated with a matrix A,
with an edge i ⟶ j iff 0 < A i j.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
- Assumes
- RingLinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Ringstatement and proof · cited by 7,463
- Matrixstatement and proof · cited by 4,303
- Quiverstatement · cited by 405
Cited by9
Results whose statement or proof uses this declaration.
- Matrix.IsIrreducible.connectedstatement · cited by 3
- Matrix.IsIrreducible.transposeproof · cited by 1
- Matrix.isIrreducible_iffstatement · cited by 1
- Matrix.isIrreducible_iff_exists_pow_posproof · cited by 1
- Matrix.IsIrreducible.casesOnstatement · cited by 1
- Matrix.pow_apply_pos_iff_nonempty_pathstatement and proof · cited by 1
- Matrix.transposePathstatement · cited by 1
- Matrix.IsIrreducible.exists_posproof · cited by 0
- Matrix.IsIrreducible.recOnstatement · cited by 0