4

Short question
Do you know an operator such as $-1$ is the identity element ?

Long Question
This morning, I had a hard time with identity elements.
I'm pretty sure that the following isn't very rigourous, so please don't hesitate to comment !
I'm going to think in $\overline{\mathbb{R}}$, which means that $\infty$ and $-\infty$ are numbers like others real number. According to the addition, we can divide our real segment in two parts : $[-\infty, 0]$ and $[0, +\infty]$.
According to the multiplication, we can divide these two segments into four: $[-\infty, -1]$, $[-1, 0]$, $[0, 1]$ and $[1, +\infty]$.
So we can see $5$ key numbers : $-\infty, -1, 0, 1, \infty$.
The problem is that I can't find a function so that $-1$ is an identity element.
I hope the problem is not trivial ;)
We can picture the problem like that :
$$Function \to Identity\; element$$ $$max \to -\infty$$ $$??? \to -1$$ $$+ \to 0$$ $$\times \to 1$$ $$min \to \infty$$

Fabien
  • 2,958

1 Answers1

4

Take any bijection $\phi:{\Bbb R}\to{\Bbb R}$ and define an operation $$x*y=\phi\bigl(\phi^{-1}(x)\phi^{-1}(y)\bigr)\ .$$ Then the identity element for $*$ is $\phi(1)$, which could be anything you like, depending on your choice of $\phi$.

In particular, the choice $\phi(x)=x-2$ gives the example from the comment by @MikeMiller.

You could do the same thing with addition: $$x*y=\phi\bigl(\phi^{-1}(x)+\phi^{-1}(y)\bigr)\ .$$ and then the identity element would be $\phi(0)$.

David
  • 82,662
  • Thanks for the generalization ! Always a pleasure to read your answers. – Fabien Jun 19 '14 at 04:08
  • It's worth pointing out that this basically just means if we relabel the real numbers with the real numbers in some other way without changing the algebraic properties then of course whatever 1 gets relabeled as is the identity. The same could be said to be true of any set of the same cardinality. – jxnh Jun 20 '14 at 04:37