Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.degMatrix

{V : Type u_1} →
  (R : Type u_2) →
    [Fintype V] → (G : SimpleGraph V) → [DecidableRel G.Adj] → [DecidableEq V] → [AddMonoidWithOne R] → Matrix V V R

The diagonal matrix consisting of the degrees of the vertices in the graph.

Defined in
Mathlib.Combinatorics.SimpleGraph.LapMatrix
Cited by
7 results in Mathlib
Foundations
Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableRelDecidableEqAddMonoidWithOne

Around this declaration

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

Cites7

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

Cited by8

Results whose statement or proof uses this declaration.