Theorems · Theorem · combinatorics
SimpleGraph.IsSRGWith.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 ℓ μ → Gᶜ.IsSRGWith n (n - k - 1) (n - (2 * k - μ) - 2) (n - (2 * k - ℓ))The complement of a strongly regular graph is strongly regular.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Compl.complstatement · cited by 2,925
- SimpleGraph.Adjstatement and proof · cited by 1,346
- SimpleGraph.IsSRGWithstatement and proof · cited by 17
- SimpleGraph.IsSRGWith.cardproof · cited by 5
- SimpleGraph.IsSRGWith.card_commonNeighbors_eq_of_adj_complproof · cited by 1
- SimpleGraph.IsSRGWith.card_commonNeighbors_eq_of_not_adj_complproof · cited by 1
- SimpleGraph.IsSRGWith.compl_is_regularproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.IsSRGWith.param_eqproof · cited by 0