Theorems · Theorem · combinatorics
SimpleGraph.adjMatrix_mulVec_apply
∀ {α : Type u_1} {V : Type u_2} (G : SimpleGraph V) [inst : DecidableRel G.Adj] [inst_1 : Fintype V]
[inst_2 : NonAssocSemiring α] (v : V) (vec : V → α),
(SimpleGraph.adjMatrix α G).mulVec vec v = ∑ u ∈ G.neighborFinset v, vec u- Cited by
- 4 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- NonAssocSemiringstatement and proof · cited by 805
- Matrix.mulVecstatement · cited by 267
- SimpleGraph.neighborSetstatement · cited by 257
- SimpleGraph.neighborFinsetstatement and proof · cited by 72
- SimpleGraph.adjMatrixstatement and proof · cited by 48
- SimpleGraph.adjMatrix_dotProductproof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- SimpleGraph.lapMatrix_mulVec_applyproof · cited by 1
- SimpleGraph.natCast_card_dart_eq_dotProductproof · cited by 0
- SimpleGraph.adjMatrix_mulVec_const_applyproof · cited by 0
- SimpleGraph.adjMatrix_mulVec_const_apply_of_regularproof · cited by 0