Theorems · Theorem · combinatorics
SimpleGraph.one_add_adjMatrix_add_compl_adjMatrix_eq_of_one
∀ (α : Type u_1) {V : Type u_2} (G : SimpleGraph V) [inst : DecidableRel G.Adj] [inst_1 : DecidableEq V]
[inst_2 : DecidableEq α] [inst_3 : AddMonoid α] [inst_4 : One α],
1 + SimpleGraph.adjMatrix α G + (SimpleGraph.adjMatrix α G).compl = Matrix.of 1The sum of the identity, the adjacency matrix, and its complement is the all-ones matrix.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 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.
- DFunLike.coestatement and proof · cited by 62,936
- Equivstatement · cited by 8,337
- Matrixstatement · cited by 4,303
- SimpleGraphstatement and proof · cited by 3,072
- AddMonoidstatement and proof · cited by 2,864
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- SimpleGraph.Adjstatement and proof · cited by 1,346
- add_assocproof · cited by 746
- Matrix.extproof · cited by 540
- Matrix.ofstatement and proof · cited by 336
- SimpleGraph.adjMatrixstatement and proof · cited by 48
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.one_add_adjMatrix_add_compl_adjMatrix_eq_allOnesproof · cited by 0