Theorems · Theorem · combinatorics
SimpleGraph.IsSRGWith.card_commonNeighbors_eq_of_adj_compl
∀ {V : Type u} [inst : Fintype V] {G : SimpleGraph V} [inst_1 : DecidableRel G.Adj] {n k ℓ μ : ℕ}
[inst_2 : DecidableEq V],
G.IsSRGWith n k ℓ μ → ∀ {v w : V}, Gᶜ.Adj v w → Fintype.card ↑(Gᶜ.commonNeighbors v w) = n - (2 * k - μ) - 2- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Finsetproof · cited by 13,712
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Compl.complstatement and proof · cited by 2,925
- Finset.cardproof · cited by 2,327
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.neighborSetproof · cited by 257
- Finset.card_singletonproof · cited by 144
- SimpleGraph.neighborFinsetproof · cited by 72
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.IsSRGWith.complproof · cited by 1