Let \(G\) be a simple, finite, undirected graph with vertex set \(\{v_1, \ldots, v_n\}\).
Let \(\Delta(G)\) denote the maximum degree of \(G\) and let \(\mathbb{N}=\{1,2,\ldots\}\) denote the set of all possible colors.
Color the vertices of \(G\) using the following greedy strategy: for \(i = 1, \ldots, n\),
\[
\text{color}(v_i) \leftarrow \min\{j \in \mathbb{N} : \ \text{no neighbour of } v_i \text{ is colored } j\}.
\]
Which of the following statements is/are TRUE?