[step:Apply the inductive hypothesis to $G - x$ and extend to a $6$-colouring of $G$]Consider the induced subgraph $G - x$ obtained by deleting the vertex $x$ and all edges incident to it. Since $G$ is planar and $G - x$ is an induced subgraph, $G - x$ is also planar (a plane embedding of $G$ restricts to a plane embedding of $G - x$). Moreover
\begin{align*}
|G - x| = n - 1 < n,
\end{align*}
so by the inductive hypothesis $P(n - 1)$, there is a proper $6$-colouring
\begin{align*}
c': V(G - x) &\to \{1, 2, 3, 4, 5, 6\}, \\
v &\mapsto c'(v).
\end{align*}
Let $N(x) = \{y_1, \ldots, y_d\}$ be the neighbourhood of $x$ in $G$, where $d = \deg_G(x) \leq 5$. The set of colours already used by neighbours of $x$ under $c'$ is
\begin{align*}
F := \{c'(y_j) : 1 \leq j \leq d\},
\end{align*}
and satisfies $|F| \leq d \leq 5 < 6 = |\{1, \ldots, 6\}|$. Hence $\{1, \ldots, 6\} \setminus F \neq \varnothing$; pick any $c_0 \in \{1, \ldots, 6\} \setminus F$.
Define
\begin{align*}
c: V(G) &\to \{1, 2, 3, 4, 5, 6\}, \\
v &\mapsto \begin{cases} c'(v) & \text{if } v \neq x, \\ c_0 & \text{if } v = x. \end{cases}
\end{align*}
We verify $c$ is proper. Let $uv \in E(G)$. There are two cases:
- $u, v \neq x$: then $uv \in E(G - x)$, so $c(u) = c'(u) \neq c'(v) = c(v)$ by properness of $c'$.
- Exactly one of $u, v$ equals $x$: say $v = x$ and $u \in N(x)$. Then $c(u) = c'(u) \in F$ while $c(x) = c_0 \notin F$, so $c(u) \neq c(x)$.
(The case $u = v = x$ does not occur because $G$ is simple.) Hence $c$ is a proper $6$-colouring of $G$, giving $\chi(G) \leq 6$. This establishes $P(n)$ and completes the induction.[/step]