1
$\begingroup$

Consider the map $f:E\to E$. Suppose that $f=f^{-1}$.

This implies that

  1. $f$ is bijective (since it has an inverse map) hence injective
  2. $f\circ f\circ f=f\circ f^{-1}\circ f=f$

Thus $\forall x\in E,$ $f\circ f\circ f(x)=f(x)$. And since $f$ is injective, $f\circ f(x) = x \Leftrightarrow f\circ f=id_E$.

But can we take away any conclusion regarding $f$ itself? Does it follow from our original assumption ($f=f^{-1}$) that $f=id_E$ ? If not, could you provide a counter-example?

$\endgroup$
5
  • 7
    $\begingroup$ Take something like $f(x) = -x.$ $\endgroup$
    – dezdichado
    Commented Nov 22, 2023 at 18:53
  • 3
    $\begingroup$ Or $f(x)=1/x$, where $E=\mathbb R-\{0\}$. $\endgroup$
    – Deif
    Commented Nov 22, 2023 at 18:53
  • 2
    $\begingroup$ In higher dimension, consider the matrix $f=-Id: \mathbb{R}^n\rightarrow \mathbb{R}^n$. $\endgroup$ Commented Nov 22, 2023 at 18:58
  • $\begingroup$ You have found $f^2=id_E$. Already for invertible linear maps, $A^2=I$ has more than one solution $A=I$, right? Start with $2\times 2$-matrices, to see this yourself. $\endgroup$ Commented Nov 22, 2023 at 19:14
  • $\begingroup$ For a weirder example, consider $f(z) = \frac{z+1}{z-1}$. There are lots of Möbius transformations that are self-inverse. See here for more of these, or the involution wikipedia page for a general discussion. $\endgroup$ Commented Nov 22, 2023 at 20:52

1 Answer 1

4
$\begingroup$

There are many counterexamples given in the comments, but here is the thought process for coming up with such a counterexample, as well as the most general form of these counterexamples:

We are interested in finding a set $E$ and a function $f:E\to E$ such that

$$ f^{-1}=f\neq Id_E$$

Note that $f=f^{-1}$ means that if we take some $x\in E$, then apply $f$ to it twice, we need to get back $x$. So if we choose some other element $y\in E$ arbitrarily, and define $f(x)=y$, then we are forced to also define $f(y)=x$. So we can imagine constructing the function $f$ one element at a time, by choosing a random output for that element, and then also defining $f$ on that random output to be the element we started with.

If we have a finite set $E$, we can just exhaust it by defining $f$ on one element at a time (if there were an odd number of elements, choose one to send to itself), but if we are interested in examples with infinite sets, this won't work anymore, instead we can notice that what was really happening in the finite case was that we were pairing elements with one another, so inspired by this in the infinite case, if we are able to partition $E$ into two parts, $A,B\subseteq E$ such that the following holds:

$$ A\cup B = E,\ A\cap B=\emptyset$$

And

$$A\simeq B$$

Then since $A\simeq B$ there is some bijection

$$h:A\to B$$

Which is exactly the kind of "pairing" we needed, so now we can define

$$f= \begin{cases} h(x) & \mbox{ if } x\in A\\ h^{-1}(x) &\mbox{ if } x\in B \end{cases} $$

Which satisfies $f=f^{-1}$. So a function with this property is essentially one which arises from a partitioning of $E$ into two bijective parts.

Note: this is not quite the most general form, you could have a third segment $C$ such that $E=A\cup B\cup C$, with all the other restrictions in place, and then define $f$ so that $f|_{C}=Id_C$, but this I find less interesting

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .