[step:Define Kempe chains and attempt the $\{1,3\}$-swap]For a pair of distinct colours $\{\alpha, \beta\} \subset \{1, 2, 3, 4, 5\}$, the *$\{\alpha, \beta\}$-Kempe subgraph* is the subgraph of $G - x$ induced on the vertex set $c^{-1}(\alpha) \cup c^{-1}(\beta)$. Its connected components are called *$\{\alpha, \beta\}$-Kempe chains*.
*Key swap property.* Let $C$ be a connected component of the $\{\alpha, \beta\}$-Kempe subgraph. Define $c': V(G - x) \to \{1, 2, 3, 4, 5\}$ by
\begin{align*}
c'(v) := \begin{cases} \beta & \text{if } v \in C \text{ and } c(v) = \alpha, \\ \alpha & \text{if } v \in C \text{ and } c(v) = \beta, \\ c(v) & \text{otherwise.} \end{cases}
\end{align*}
Then $c'$ is a proper $5$-colouring of $G - x$. To verify, consider any edge $uv \in E(G - x)$. If both $u, v \in C$, they receive opposite colours under $c$ (as an edge inside the Kempe subgraph between an $\alpha$-vertex and a $\beta$-vertex), hence swapped they still differ. If both $u, v \notin C$, $c'(u) = c(u) \neq c(v) = c'(v)$. If exactly one endpoint — say $u$ — is in $C$ and the other $v$ is not, then $v \notin C$ means either $c(v) \notin \{\alpha, \beta\}$, in which case $c'(u) \in \{\alpha, \beta\}$ and $c'(v) = c(v) \notin \{\alpha, \beta\}$ so they differ; or $c(v) \in \{\alpha, \beta\}$ but $v$ lies in a different Kempe component from $u$, in which case $uv$ would connect the two components — a contradiction with $C$ being a maximal connected component. So $uv$ does not exist in this sub-case.
Now attempt the $\{1, 3\}$-swap. Let $C_1$ be the connected component of the $\{1, 3\}$-Kempe subgraph that contains $x_1$.
*Sub-case A: $x_3 \notin C_1$.* Apply the swap property to $C_1$ with $(\alpha, \beta) = (1, 3)$ to obtain a proper $5$-colouring $c'$ of $G - x$ with $c'(x_1) = 3$ and $c'(x_3) = c(x_3) = 3$. Crucially $x_2, x_4, x_5$ are unchanged: they receive colours $2, 4, 5$ respectively (they cannot lie in $C_1$, since $C_1 \subseteq c^{-1}(1) \cup c^{-1}(3)$ and $c(x_2) = 2 \notin \{1, 3\}$; similarly for $x_4, x_5$). So the five neighbours of $x$ receive colours $\{3, 2, 3, 4, 5\}$ under $c'$, missing colour $1$. Extend $c'$ to $G$ by setting $c'(x) := 1$; this is a proper $5$-colouring of $G$, giving $\chi(G) \leq 5$.
*Sub-case B: $x_3 \in C_1$.* Then there is a path in $G - x$ from $x_1$ to $x_3$ using only vertices of colours $1$ and $3$. Call this path $\pi_{13}$.[/step]