Chromatic number
Node-colouring
A k-colouring of a graph G=(V,E) is a partitioning of V into k stable sets. The colouring number (or chromatic number) of G, usually denoted by χ(G), is the smallest integer k for which G has a k-colouring. A colouring of G is equitable if the sizes of the colour classes differ by at most one.
Let S denote the family of stable sets of G. A fractional colouring of G is a function f:S→[0;1] such that ∑S∋vf(S)≥1 for every v∈V. The fractional chromatic number is the minimum value of ∑S∈Sf(S) on fractional colourings.
A graph G=(V,E) is k-list-colourable if for arbitrary sets Lv of size k for every v∈V, we can choose cv∈Lv for every v∈V such that cu≠cv for every uv∈E. A k-list-colouring of G is equitable if every colour appears at most ⌈|V|/k⌉ times.
Edge-colouring
A k-edge-colouring of a graph G=(V,E) is a partitioning of E into k matchings. The edge-colouring number (or chromatic index) of G is the smallest integer k for which G has a k-edge-colouring.
A graph G=(V,E) is k-list-edge-colourable if for arbitrary sets Le of size k for every e∈E, we can choose ce∈Le for every e∈E such that ce≠cf if e and f have a common end-node.
The list-edge-colouring number of a graph is the smallest integer k for which it is k-list-edge-colourable.