I want to define a function abstractly, rather than directly. So I want to define a function $f(r)$ as the value of $x$ for which the equation $g(x,r)=0$, for example.
I'd like to do this without words. Is there a generally accepted notation to define this function? e.g. it could look something like:
$$f(r)=Solve_x(g(x,r)=0)$$ Or something like that.