Theorems · Theorem · combinatorics
SimpleGraph.incMatrix_mul_transpose
∀ {R : Type u_1} {α : Type u_2} (G : SimpleGraph α) [inst : Fintype (Sym2 α)] [inst_1 : DecidableEq α]
[inst_2 : DecidableRel G.Adj] [inst_3 : Semiring R] [inst_4 : G.LocallyFinite],
SimpleGraph.incMatrix R G * (SimpleGraph.incMatrix R G).transpose =
Matrix.of fun a b => if a = b then ↑(G.degree a) else if G.Adj a b then 1 else 0- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- Matrixstatement · cited by 4,303
- Finset.univproof · cited by 3,473
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Sym2statement and proof · cited by 737
- Matrix.extproof · cited by 540
- Matrix.transposestatement and proof · cited by 389
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.