Theorems · Theorem · combinatorics
SimpleGraph.IsSRGWith.matrix_eq
∀ {V : Type u} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] {n k ℓ μ : ℕ}
[inst_2 : DecidableEq V] {α : Type u_1} [inst_3 : Semiring α],
G.IsSRGWith n k ℓ μ →
SimpleGraph.adjMatrix α G ^ 2 = k • 1 + ℓ • SimpleGraph.adjMatrix α G + μ • SimpleGraph.adjMatrix α GᶜLet A and C be the adjacency matrices of a strongly regular graph with parameters n k ℓ μ
and its complement respectively and I be the identity matrix,
then A ^ 2 = k • I + ℓ • A + μ • C. C is equivalent to the expression J - I - A
more often found in the literature, where J is the all-ones matrix.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Fintypestatement and proof · cited by 7,736
- Set.Elemproof · cited by 7,166
- Matrixstatement · cited by 4,303
- mul_oneproof · cited by 3,885
- SimpleGraphstatement and proof · cited by 3,072
- Compl.complstatement · cited by 2,925
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Finset.cardproof · cited by 2,327
- Fintype.cardproof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.