Theorems · Theorem · combinatorics
SimpleGraph.IsSRGWith.param_eq
∀ {n k ℓ μ : ℕ} {V : Type u} [inst : Fintype V] (G : SimpleGraph V) [inst_1 : DecidableRel G.Adj],
G.IsSRGWith n k ℓ μ → 0 < n → k * (k - ℓ - 1) = (n - k - 1) * μThe parameters of a strongly regular graph with at least one vertex satisfy
k * (k - ℓ - 1) = (n - k - 1) * μ.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableRel
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- SimpleGraphstatement and proof · cited by 3,072
- Compl.complproof · cited by 2,925
- Finset.cardproof · cited by 2,327
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.neighborSetproof · cited by 257
- Set.toFinsetproof · cited by 217
- Finset.filter_congrproof · cited by 167
- Finset.card_singletonproof · cited by 144
- Classical.decEqproof · cited by 134
- SimpleGraph.neighborFinsetproof · cited by 72
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.