Theorems · Theorem · combinatorics
SimpleGraph.completeEquipartiteGraph_succ_isContained_iff
∀ {V : Type u_1} {G : SimpleGraph V} {r t : ℕ},
(SimpleGraph.completeEquipartiteGraph (r + 1) t).IsContained G ↔
∃ K s, s.card = t ∧ ∀ p ∈ K.parts, G.IsCompleteBetween ↑p ↑sSimple graphs contain a copy of a completeEquipartiteGraph (r + 1) t iff there exists
s : Finset V of size #s = t and K : G.CompleteEquipartiteSubgraph r t such that the
vertices in s are adjacent to the vertices in K.
- Cited by
- 0 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.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- Bot.botproof · cited by 4,720
- SimpleGraphstatement and proof · cited by 3,072
- Finset.cardstatement and proof · cited by 2,327
- SimpleGraph.Adjproof · cited by 1,346
- IsEmptyproof · cited by 759
- Set.Pairwiseproof · cited by 321
- Finset.consproof · cited by 221
- SimpleGraph.IsContainedstatement and proof · cited by 68
- Finset.card_posproof · cited by 53
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.