Theorems · Theorem · combinatorics
SimpleGraph.degMatrix.congr_simp
∀ {V : Type u_1} (R : Type u_2) [inst : Fintype V] (G G_1 : SimpleGraph V),
G = G_1 →
∀ {inst_1 : DecidableRel G.Adj} [inst_2 : DecidableRel G_1.Adj] {inst_3 : DecidableEq V} [inst_4 : DecidableEq V]
[inst_5 : AddMonoidWithOne R] (a a_1 : V),
a = a_1 → ∀ (a_2 a_3 : V), a_2 = a_3 → SimpleGraph.degMatrix R G a a_2 = SimpleGraph.degMatrix R G_1 a_1 a_3- Cited by
- 0 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- SimpleGraph.Adjstatement and proof · cited by 1,346
- AddMonoidWithOnestatement and proof · cited by 313
- SimpleGraph.degMatrixstatement and proof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.