So I have a function $f(x,y)$ where $x\in \mathbb{R}^n$ and $y\in \mathbb{R}$, but bounded (i.e., $y \in [-a,a]$). Now, I want to write something like $f:\mathbb{R}^{n+1} \rightarrow \mathbb{R}$. But how would you express this if the variable $y$ is bounded? Can you still write it as $f:\mathbb{R}^{n+1} \rightarrow \mathbb{R}$?
Thanks!