If I have a function $f$, how do I mark the variables of a function, without going through the hassle of formally constructing it like this;
$$\begin{array}{l}f:&A\to B\\&\color{green}{(x_1;x_2;...;x_n)} \mapsto f(x_1;x_2;...;x_n) \end{array}$$
If I have the relation $y = x^2+cz+b$, and want to mark that $y$ is a function of $x$, how can I mark this? Apparently $y(x)$ is a value, so that won't do the trick, and $y_x$ is a partial derivative, so I don't see any nice shorthand way of marking it.