Is there any mathematical operation “op”, such that when applied to two integers a, b: a op b = n. We can use that n and reverse the operation, to get n = a op b?
For example, the sum is not reversible to two integers, since 5 + 7 = 12, but we don’t know if 12 = 2 + 10 or 3 + 9 etc.
If $n$ doesn’t have to be an integer, I can define an operator.
For all integers $a$ and $b$, “$\bullet$” defines as follows:
$$a \bullet b = a+b+ai,$$
where $i$ is the square root of $-1$.
Here using $i$, we aim to save one of the elements to turn back. If we define reverse operator as below,
$$\circ(z) = (\operatorname{Im}(z), \operatorname{Re}(z) - \operatorname{Im}(z)),$$
we obtain $(a,b)$ again.
If $n$ has to be an integer, maybe we can define an operator based on “fundamental theorem of arithmetic”.
According to this theorem, all positive integers can be represented as a product of prime powers in a unique way. One can define an operator using this uniqueness.