I am trying to show that $f(a,b,c):R^3\to R\;$ defined by $f(a,b,c) = a^2+b^2+c^2+1$ is contunious by showing that for every open set, $U$, in $R$ has an open preimage - $f^{-1}(U)$ is open in $R^3$.
All I really have so far is that as $U$ is open, we know that:
$\forall a \in U, \; \exists \varepsilon>0$ such that $N(a,\varepsilon)\subset U$
From here I'm super stuck. I think I want to get to:
$\forall (x,y,z) \in f^{-1}(U) \; \; \exists \varepsilon^{\prime}$ such that $N((x,y,z),\varepsilon^{\prime})\subset f^{-1}(U)$
And I think to do so, I will need to use the function itself, but I am not sure how to do so.
Any help would be greatly appreciated. Thank you!