IsKChoosable n k says that the complete bipartite graph $K_{n,n}$ is $k$-choosable
in the combinatorial sense: for any color set $C$ and any pair of list assignments
$L, R : [n] \to \binom{C}{\ge k}$, there exist representatives $cL_i \in L_i$ and
$cR_j \in R_j$ with $cL_i \ne cR_j$ for all $i, j$.
Instances For
Key combinatorial lemma behind Theorem 1.4.2: when $n < 2^{k-1}$ and all lists have size at least $k$, there exists a subset $A$ of colors hitting every left list and missing at least one element of every right list.
(Theorem 1.4.2) If $n < 2^{k-1}$ and $k \ge 1$, then $K_{n,n}$ is $k$-choosable.
Translation lemma used for the lower bound on $ch(K_{n,n})$: a $k$-uniform hypergraph on $n$ edges that is not 2-colorable witnesses that $K_{n,n}$ is not $k$-choosable.
A list assignment on a vertex set V is a function assigning each vertex a finite
list of available colors.
Instances For
G.IsListColorable' L says that there is a proper coloring of G choosing each
vertex's color from its list L v.
Instances For
A graph is $k$-choosable if every list assignment with lists of size at least $k$ admits a proper list coloring.
Instances For
The list chromatic number $ch(G)$ of a graph $G$: the smallest $k$ for which $G$ is $k$-choosable, as an element of $\mathbb{N} \cup \{\infty\}$.
Instances For
The average degree of a finite graph $G$, i.e. $\frac{1}{|V|} \sum_{v} \deg(v)$ (or $0$ when $V$ is empty).
Instances For
(Theorem 1.4.5, Saxton–Thomason 2015) For every $\varepsilon > 0$ there is a $D > 0$ such that every graph $G$ with average degree at least $D$ satisfies $ch(G) \ge (1 - \varepsilon) \log_2 \bar d(G)$.
Decidability of adjacency in the complete bipartite graph, when both vertex types have decidable equality.
The average degree of $K_{n,n}$ is $n$.
Lower bound on $ch(K_{n,n})$ obtained by applying the Saxton–Thomason theorem to $K_{n,n}$ (whose average degree is $n$).
(Half of Corollary 1.4.4, lower direction) Asymptotic lower bound $ch(K_{n,n}) \ge (1 - \varepsilon) \log_2 n$ for all sufficiently large $n$.
The combinatorial IsKChoosable n k condition implies that $K_{n,n}$
is $k$-choosable in the graph-theoretic sense.
If $G$ is $k$-choosable then its list chromatic number is at most $k$.
Auxiliary inequality: for $n > 1$ with $\log_2 n > 1/\varepsilon$, we have $n < 2^{\lceil (1 + \varepsilon)\log_2 n \rceil - 1}$, allowing application of the $k$-choosability bound.
(Half of Corollary 1.4.4, upper direction) Asymptotic upper bound $ch(K_{n,n}) \le (1 + \varepsilon) \log_2 n$ for all sufficiently large $n$.
(Corollary 1.4.4) $ch(K_{n,n}) = (1 + o(1)) \log_2 n$; both asymptotic bounds combined.