Theorems · Definition · combinatorics
SimpleGraph.IsFiveWheelLike.recOn
{α : Type u_1} →
[inst : DecidableEq α] →
{G : SimpleGraph α} →
{r k : ℕ} →
{v w₁ w₂ : α} →
{s t : Finset α} →
{motive : G.IsFiveWheelLike r k v w₁ w₂ s t → Sort u} →
(t_1 : G.IsFiveWheelLike r k v w₁ w₂ s t) →
((isPathGraph3Compl : G.IsPathGraph3Compl v w₁ w₂) →
(notMem_left : v ∉ s) →
(notMem_right : v ∉ t) →
(fst_notMem : w₁ ∉ s) →
(snd_notMem : w₂ ∉ t) →
(isNClique_left : G.IsNClique (r + 1) (insert v s)) →
(isNClique_fst_left : G.IsNClique (r + 1) (insert w₁ s)) →
(isNClique_right : G.IsNClique (r + 1) (insert v t)) →
(isNClique_snd_right : G.IsNClique (r + 1) (insert w₂ t)) →
(card_inter : (s ∩ t).card = k) → motive ⋯) →
motive t_1- Cited by
- 0 results in Mathlib
- Foundations
- Depth 56 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement and proof · cited by 2,327
- SimpleGraph.IsNCliquestatement and proof · cited by 64
- SimpleGraph.IsFiveWheelLikestatement and proof · cited by 25
- SimpleGraph.IsPathGraph3Complstatement and proof · cited by 12
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.