Mathlib Map

Theorems · Inductive type · combinatorics

Matrix.IsAdjMatrix

{α : Type u_1} → {V : Type u_2} → [Zero α] → [One α] → Matrix V V α → Prop

A : Matrix V V α is qualified as an "adjacency matrix" if (1) every entry of A is 0 or 1, (2) A is symmetric, (3) every diagonal entry of A is 0.

Defined in
Mathlib.Combinatorics.SimpleGraph.AdjMatrix
Cited by
28 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
ZeroOne

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites1

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Matrixstatement · cited by 4,303

Cited by34

Results whose statement or proof uses this declaration.