I want to know a relation $c = f(a, b)$ (where $a, b, c$ are real numbers) such that if I only know $c$ I can deduce $a, b$ inputs from it.
As an example consider $f(a, b) = a+b$, then $f(2,3) = 5$ but if I know $5$ as an output only, I cannot get $2, 3$ uniquely because $f(1,4), f(5,0)$ all of them give the same result $5$. Does there exist such function which can make me guess input $a, b$ as unique?
also a, b belongs to every real number R. ie. I should be able to pick any a, b from R.
Sure, for example $f$ might be the function that intertwines the decimal digits of its arguments so that for example $$ \begin{align}f(\sqrt{2000000},\pi)&=f(1414.213562373095\ldots, 3.141592653589\ldots)\\&=10401043.211431556922367533059859\ldots\end{align}$$ where reconstructing the digits of the arguments is readily possible.