Theorems · Inductive type · combinatorics
SimpleGraph.IsFiveWheelLike
{α : Type u_1} → [DecidableEq α] → SimpleGraph α → ℕ → ℕ → α → α → α → Finset α → Finset α → PropAn IsFiveWheelLike r k v w₁ w₂ s t structure in G consists of vertices v w₁ w₂ and r-sets
s and t such that {v, w₁, w₂} induces the single edge w₁w₂ (i.e. they form an
IsPathGraph3Compl), v, w₁, w₂ ∉ s ∪ t, s ∪ {v}, t ∪ {v}, s ∪ {w₁}, t ∪ {w₂} are all
(r + 1)-cliques and #(s ∩ t) = k. (If G is maximally (r + 2)-cliquefree and not complete
multipartite then G will contain such a structure: see
exists_isFiveWheelLike_of_maximal_cliqueFree_not_isCompleteMultipartite.)
- Cited by
- 25 results in Mathlib
- Foundations
- Depth 2 from the axioms · uses no axioms
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement · cited by 13,712
- SimpleGraphstatement · cited by 3,072
Cited by28
Results whose statement or proof uses this declaration.
- SimpleGraph.FiveWheelLikeFreeproof · cited by 5
- SimpleGraph.IsFiveWheelLike.isNClique_fst_leftstatement and proof · cited by 4
- SimpleGraph.IsFiveWheelLike.isPathGraph3Complstatement and proof · cited by 4
- SimpleGraph.IsFiveWheelLike.card_interstatement and proof · cited by 3
- SimpleGraph.IsFiveWheelLike.isNClique_leftstatement and proof · cited by 3
- SimpleGraph.IsFiveWheelLike.isNClique_rightstatement and proof · cited by 3
- SimpleGraph.IsFiveWheelLike.isNClique_snd_rightstatement and proof · cited by 3
- SimpleGraph.IsFiveWheelLike.notMem_leftstatement and proof · cited by 3
- SimpleGraph.exists_isFiveWheelLike_of_maximal_cliqueFree_not_isCompleteMultipartitestatement · cited by 2
- SimpleGraph.IsFiveWheelLike.card_inter_lt_of_cliqueFreestatement and proof · cited by 2
- SimpleGraph.IsFiveWheelLike.card_leftstatement and proof · cited by 2
- SimpleGraph.IsFiveWheelLike.notMem_rightstatement and proof · cited by 2