Theorems · Definition · combinatorics
SimpleGraph.IsSRGWith.casesOn
{V : Type u} →
[inst : Fintype V] →
{G : SimpleGraph V} →
[inst_1 : DecidableRel G.Adj] →
{n k ℓ μ : ℕ} →
{motive : G.IsSRGWith n k ℓ μ → Sort u_1} →
(t : G.IsSRGWith n k ℓ μ) →
((card : Fintype.card V = n) →
(regular : G.IsRegularOfDegree k) →
(of_adj : ∀ (v w : V), G.Adj v w → Fintype.card ↑(G.commonNeighbors v w) = ℓ) →
(of_not_adj : Pairwise fun v w => ¬G.Adj v w → Fintype.card ↑(G.commonNeighbors v w) = μ) →
motive ⋯) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 61 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.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- SimpleGraphstatement and proof · cited by 3,072
- Fintype.cardstatement and proof · cited by 1,386
- SimpleGraph.Adjstatement and proof · cited by 1,346
- Pairwisestatement and proof · cited by 516
- SimpleGraph.neighborSetstatement · cited by 257
- SimpleGraph.commonNeighborsstatement and proof · cited by 28
- SimpleGraph.IsSRGWithstatement and proof · cited by 17
- SimpleGraph.IsRegularOfDegreestatement and proof · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.