Theorems · Theorem · combinatorics
SimpleGraph.lapMatrix_mulVec_apply
∀ {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 : NonAssocRing R] (v : V) (vec : V → R),
(SimpleGraph.lapMatrix R G).mulVec vec v = ↑(G.degree v) * vec v - ∑ u ∈ G.neighborFinset v, vec u- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- NonAssocRingstatement and proof · cited by 483
- Matrix.mulVecstatement and proof · cited by 267
- SimpleGraph.neighborSetstatement · cited by 257
- SimpleGraph.degreestatement and proof · cited by 112
- SimpleGraph.neighborFinsetstatement and proof · cited by 72
- SimpleGraph.adjMatrixproof · cited by 48
- SimpleGraph.lapMatrixstatement · cited by 16
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.lapMatrix_mulVec_const_eq_zeroproof · cited by 0