3

What is the mathematical term for an operation that is self reversing?

For example:

  • Multiplying by -1
  • 1/x

In general:

f(f(x)) = x

Wojowu
  • 26,600
rghome
  • 227

1 Answers1

3

We call them involutions.

They can range from something as straightforward as a reflection to complicated functions like $$f(x)=\ln \left (\frac{e^x+1}{e^x-1} \right )$$ where $x>0$.

I'd also like to note that the notion of the involution extends beyond just functions and are quite useful in topics of abstract algebra such as group and ring theory.

The above example is also in the Wikipedia link below.

Link below for more: https://en.wikipedia.org/wiki/Involution_(mathematics)

Trogdor
  • 10,331