Mathlib Map

Theorems · Theorem · combinatorics

SimpleGraph.posSemidef_lapMatrix

∀ {V : Type u_1} (R : Type u_2) [inst : Fintype V] (G : SimpleGraph V) [inst_1 : DecidableRel G.Adj]
  [inst_2 : DecidableEq V] [inst_3 : Field R] [inst_4 : LinearOrder R] [IsStrictOrderedRing R] [inst_6 : StarRing R]
  [TrivialStar R], (SimpleGraph.lapMatrix R G).PosSemidef

The Laplacian matrix is positive semidefinite

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

Around this declaration

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

Cites25

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

Cited by2

Results whose statement or proof uses this declaration.