So I work with theoretical chemistry and time and again we end up walking into what is, for us, uncharted mathematical territories in our search for the patterns and symmetries of nature and its atomic arrays (crystals, molecules and whatnot).
Recently I've been struggling to find what I've learned to call a "binary injective function", which is, as I understand, a function of two arguments which returns a unique value for each unique pair of arguments.
I've seen this problem treated in a number of forms, for example here and here. This last one even has an entry in the Math.Stackexchange itself right here.
None of these links however, show that this or that function is injective, and the more I look it up on the internet, the more convinced I get that this is actually an open problem in mathematics. Is that so? Well maybe the ones around here with knowledge of mathematical scientific frontiers can give us a clue as to what is known about these little beasts.
And just so I don't end up asking too vague a question, here is the overall description of what I understand as an injective function, the kind I need specifically.
So my problem is about a function with two arguments $f(x,y)$ such that $ f:\mathbb{V} \times \mathbb{V} \rightarrow \mathbb{R}$, for $\mathbb{V} = \{ x | x \in [-\frac{\tau}{2},\frac{\tau}{2}]\}$. As stated above, the function needs to be injective which means that there must be a single value associated with a particular set of arguments. I think that means that the equation $f(x,y)=c$ has, at most, only one solution for any $c \in \mathbb{R}$.
Which reminds me that the function doesn't have to be bijective in the reals, there can be real numbers that will never be assigned to any particular set of arguments, it just have to be injective. It also doesn't have to have any analytical or algebraic form, it can be thought of as procedure, a computational sequence of steps that will generate unique outputs for every unique pair of inputs.
Anyways, I wandered a lot about the internet trying to find a function that would fit these criteria. I even tried other types of domains which also represented the same space of angles, like $\mathbb{W} = \{x | x \in [0,\tau]\}$. So I looked for:
$f:\mathbb{V} \times \mathbb{V} \rightarrow \mathbb{R}$
$f:\mathbb{W} \times \mathbb{V} \rightarrow \mathbb{R}$
$f:\mathbb{V} \times \mathbb{W} \rightarrow \mathbb{R}$
$f:\mathbb{W} \times \mathbb{W} \rightarrow \mathbb{R}$
Hoping that domain definition would give me some insight, but to no avail. The injective binary functions still elude me.
So my question is: Does any of you know of a 2-variable function that is injective for any of the domain options shown?