Theorems · Theorem · combinatorics
Matrix.IsAdjMatrix.toGraph_adj
∀ {α : Type u_1} {V : Type u_2} {A : Matrix V V α} [inst : MulZeroOneClass α] [inst_1 : Nontrivial α]
(h : A.IsAdjMatrix) (i j : V), h.toGraph.Adj i j = (A i j = 1)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Quot.sound
- Assumes
- MulZeroOneClassNontrivial
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixstatement and proof · cited by 4,303
- Nontrivialstatement and proof · cited by 2,416
- SimpleGraph.Adjstatement and proof · cited by 1,346
- MulZeroOneClassstatement and proof · cited by 184
- Matrix.IsAdjMatrixstatement and proof · cited by 28
- Matrix.IsAdjMatrix.toGraphstatement and proof · cited by 9
Cited by3
Results whose statement or proof uses this declaration.
- SimpleGraph.toGraph_adjMatrix_eqproof · cited by 0
- Matrix.IsAdjMatrix.adjMatrix_toGraph_eqproof · cited by 0
- Matrix.IsAdjMatrix.toGraph_compl_eqproof · cited by 0