Mathlib Map

Theorems · Definition · linear algebra

Matrix.toQuiver

{n : Type u_1} → {R : Type u_2} → [Ring R] → [LinearOrder R] → Matrix n n R → Quiver n

The directed graph (quiver) associated with a matrix A, with an edge i ⟶ j iff 0 < A i j.

Defined in
Mathlib.LinearAlgebra.Matrix.Irreducible.Defs
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.