I have the following problem:
Let $G$ be a graph such that for any partition of its vertices into two sets, the induced subgraph on either of the sets is going to be planar. Prove that $\chi(G) \leq 11$
I cannot use the four-color theorem for this problem, so I suppose I need to use some conditions for planarity like the Kuratowski's theorem, but I'm not sure how.
We may assume that $G$ is not planar. Let $W$ be a minimul subset of the vertex set $V=V(G)$ such that the induced subgraph $G[W]$ is not planar, and choose a vertex $w\in W$. Then $G[V\setminus W]$ and $G[W\setminus\{w\}]$ are planar graphs. By the five color theorem, then, $$\chi(G)\le\chi(G[V\setminus W])+\chi(G[W\setminus\{w\}])+\chi(G[\{w\}])\le5+5+1=11.$$