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.
- 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.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topproof · cited by 9,680
- SimpleGraphstatement · cited by 3,072
- SimpleGraph.comapproof · cited by 29
Cited by17
Results whose statement or proof uses this declaration.
- SimpleGraph.completeEquipartiteGraph_eq_bot_iffstatement and proof · cited by 2
- SimpleGraph.CompleteEquipartiteSubgraph.toCopystatement · cited by 1
- SimpleGraph.completeEquipartiteGraph_adjstatement · cited by 1
- SimpleGraph.completeEquipartiteGraph_isContained_iffstatement and proof · cited by 1
- SimpleGraph.neighborFinset_completeEquipartiteGraphstatement and proof · cited by 1
- SimpleGraph.completeEquipartiteGraph.completeMultipartiteGraphstatement · cited by 1
- SimpleGraph.Coloring.completeEquipartiteGraphstatement · cited by 1
- SimpleGraph.degree_completeEquipartiteGraphstatement and proof · cited by 1
- SimpleGraph.CompleteEquipartiteSubgraph.ofCopystatement and proof · cited by 1
- SimpleGraph.completeEquipartiteGraph_colorablestatement · cited by 0
- SimpleGraph.completeEquipartiteGraph_succ_isContained_iffstatement and proof · cited by 0
- SimpleGraph.completeEquipartiteGraph.isCompleteMultipartitestatement · cited by 0