Mathlib Map

Theorems · Definition · combinatorics

SimpleGraph.completeEquipartiteGraph

(r t : ℕ) → SimpleGraph (Fin r × Fin t)

The complete equipartite graph in r parts each of equal size t such that two vertices are adjacent if and only if they are in different parts, often denoted $K_r(t)$. This is isomorphic to a corresponding completeMultipartiteGraph and turanGraph. The difference is that the former vertices are a product type. See completeEquipartiteGraph.completeMultipartiteGraph, completeEquipartiteGraph.turanGraph.

Defined in
Mathlib.Combinatorics.SimpleGraph.CompleteMultipartite
Cited by
12 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.completeEquipartiteGraph_eq_bot_iff · cited by 2SimpleGraph.completeEquip…SimpleGraph.CompleteEquipartiteSubgraph.toCopy · cited by 1CompleteEquipartiteSubgra…SimpleGraph.completeEquipartiteGraph_adj · cited by 1SimpleGraph.completeEquip…SimpleGraph.completeEquipartiteGraph_isContained_iff · cited by 1SimpleGraph.completeEquip…SimpleGraph.neighborFinset_completeEquipartiteGraph · cited by 1SimpleGraph.neighborFinse…SimpleGraph.completeEquipartiteGraph.completeMultipartiteGraph · cited by 1completeEquipartiteGraph.…SimpleGraph.Coloring.completeEquipartiteGraph · cited by 1Coloring.completeEquipart…SimpleGraph.degree_completeEquipartiteGraph · cited by 1SimpleGraph.degree_comple…SimpleGraph.CompleteEquipartiteSubgraph.ofCopy · cited by 1CompleteEquipartiteSubgra…SimpleGraph.completeEquipartiteGraph_colorable · cited by 0SimpleGraph.completeEquip…SimpleGraph.completeEquipartiteGraph_succ_isContained_iff · cited by 0SimpleGraph.completeEquip…SimpleGraph.completeEquipartiteGraph.isCompleteMultipartite · cited by 0completeEquipartiteGraph.…SimpleGraph.completeEquipartiteGraph.turanGraph · cited by 0completeEquipartiteGraph.…SimpleGraph.eventually_completeEquipartiteGraph_isContained_of_minDegree · cited by 0SimpleGraph.eventually_co…SimpleGraph.isContained_completeEquipartiteGraph_of_colorable · cited by 0SimpleGraph.isContained_c…Top.top · cited by 9680Top.topSimpleGraph · cited by 3072SimpleGraphSimpleGraph.comap · cited by 29SimpleGraph.comapSimpleGraph.completeEquiparti…CITED BYCITES

Cites3

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

Cited by17

Results whose statement or proof uses this declaration.