Concrete colorings of common graphs #
This file defines colorings for some common graphs.
Main declarations #
SimpleGraph.pathGraph.bicoloring: Bicoloring of a path graph.
theorem
SimpleGraph.Walk.three_le_chromaticNumber_of_odd_loop
{α : Type u_1}
{G : SimpleGraph α}
{u : α}
(p : G.Walk u u)
(hOdd : Odd p.length)
:
Bicoloring of a cycle graph of even size
Equations
Instances For
Tricoloring of a cycle graph
Equations
Instances For
def
SimpleGraph.Coloring.completeEquipartiteGraph
{r t : ℕ}
:
(SimpleGraph.completeEquipartiteGraph r t).Coloring (Fin r)
The injection (x₁, x₂) ↦ x₁ is always an r-coloring of a completeEquipartiteGraph r ·.
Equations
Instances For
theorem
SimpleGraph.completeEquipartiteGraph_colorable
{r t : ℕ}
:
(completeEquipartiteGraph r t).Colorable r
The completeEquipartiteGraph r t is always r-colorable.