Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.completeMultipartiteGraph

{ι : Type u_5} → (V : ι → Type u_6) → SimpleGraph ((i : ι) × V i)

Given a family of vertex types indexed by ι, pulling back from ⊤ : SimpleGraph ι yields the complete multipartite graph on the family. Two vertices are adjacent if and only if their indices are not equal.

Defined in
Mathlib.Combinatorics.SimpleGraph.Maps
Cited by
11 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

SimpleGraph.completeMultipartiteGraph.topEmbedding · cited by 4completeMultipartiteGraph…SimpleGraph.completeMultipartiteGraph.not_cliqueFree_of_le_card · cited by 3completeMultipartiteGraph…SimpleGraph.IsCompleteMultipartite.iso · cited by 2IsCompleteMultipartite.isoSimpleGraph.completeMultipartiteGraph.coloring · cited by 2completeMultipartiteGraph…SimpleGraph.completeMultipartiteGraph.not_cliqueFree_of_infinite · cited by 2completeMultipartiteGraph…SimpleGraph.completeEquipartiteGraph.completeMultipartiteGraph · cited by 1completeEquipartiteGraph.…SimpleGraph.completeMultipartiteGraph.colorable · cited by 1completeMultipartiteGraph…SimpleGraph.completeMultipartiteGraph.colorable_of_cliqueFree · cited by 1completeMultipartiteGraph…SimpleGraph.isCompleteMultipartite_iff · cited by 1SimpleGraph.isCompleteMul…SimpleGraph.completeMultipartiteGraph.chromaticNumber · cited by 0completeMultipartiteGraph…SimpleGraph.completeMultipartiteGraph.isCompleteMultipartite · cited by 0completeMultipartiteGraph…SimpleGraph.completeMultipartiteGraph.not_cliqueFree_of_le_enatCard · cited by 0completeMultipartiteGraph…SimpleGraph.completeMultipartiteGraph.topEmbedding_apply_snd · cited by 0completeMultipartiteGraph…SimpleGraph.completeMultipartiteGraph.topEmbedding_apply_fst · cited by 0completeMultipartiteGraph…SimpleGraph.cliqueFree_completeMultipartiteGraph · cited by 0SimpleGraph.cliqueFree_co…Top.top · cited by 9680Top.topSimpleGraph · cited by 3072SimpleGraphSimpleGraph.comap · cited by 29SimpleGraph.comapSimpleGraph.completeMultipart…CITED BYCITES

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.