I'm trying to prove that if $U \in \mathbb{R}^2$ is open and path connected, then for a point $ p \in U$ we have $U \smallsetminus \{p\}$ still path connected.
Start by taking $x,y \in U$. As path connected there exists continuous $\gamma : [0,1] \to U$ such that $\gamma (0) = x$ and $\gamma(1) = y$.
Take $p \in U$.
If $p$ is not on the the path $\gamma$. Then $x$ and $y$ are still path connected.
If $p$ is lying on the path $\gamma$ then as $U$ is open, there exists a $\delta >0$ such that the ball $B(p,\delta) \subset U$. The path $\gamma$ crosses the boundary of this ball. Now one can create a new path which traverses round the edge of the ball. Hence $x$ and $y$ are still path connected.
Is this proof valid? Can anyone think of a simpler way of doing it?