Show $f(x)=1/x$ and $g(x)=(x-1)/x$ produce a group of functions isomorphic to the symmetric group $S_3$ when binary operation is used as map.

79 Views Asked by At

I found this question Isomorphisms between group of functions and $S_3$ but they don't show why $\phi$ is an isomorphism.

I found that $$f(x) = 1/x$$ $$g(x) = (x-1)/x$$ $$f(f(x)) = x$$ $$f(g(x)) = x/(x-1)$$ $$g(f(x)) = (1/x - 1)/(1/x) = 1 - x$$ $$g(g(x)) = (((x-1)/x)-1)/((x-1)/x) = ((x-1) -x)/(x-1) = 1/(1-x)$$

The symmetrical group $S_3$ is defined as $$S_3 = (\text{id}, (12), (13), (23), (123), (321))$$

It seems obvious that there are six different possibilities in both cases, and $x$ seems to be equal to $\text{id}$, but how do I show that there is an isomorphism between them ?

2

There are 2 best solutions below

0
On BEST ANSWER

First of all, you showed that $f^2 = g^3 = \mathrm{id}$, where powers denote compositions with itself. In consequence, $f$ has to be mapped to an element of order 2 inside $S_3$, that is a transposition $\tau \in S_3$, for instance $\tau = (12)$, and $g$ to a 3-cycle $\sigma \in S_3$, such as $\sigma = (123)$. Those two elements generates $S_3 = \langle \tau,\sigma \,|\, \tau^2 = \sigma^3 = (\tau\sigma)^2 = \mathrm{id} \rangle$, where the identity $(\tau\sigma)^2 = \mathrm{id}$ fixes a "commutation relation" between the two generators; this last relation is also satisfied by the given functions $f$ and $g$.

Now, since every element of a group can be written as a combination of its generators, it is sufficient to consider a homomorphism $\varphi : G \rightarrow S_3$ with $\varphi(f) = \tau$ and $\varphi(g) = \sigma$. If you want a concrete example, let's take $(g \circ f)(x) = 1-x$; it will be mapped to $\varphi(g \circ f) = \varphi(g) \varphi(f) = \sigma\tau = (123)(12) = (13)$.

0
On

Here is a conceptual approach. In general, you can show that fractional linear transformations $x \mapsto \frac{ax+b}{cx+d}$ have the following two properties:

  • they are uniquely determined by what they do to $0, 1, \infty$, and
  • there is a unique fractional linear transformation sending $0, 1, \infty$ to any other three distinct points on the projective line $\mathbb{P}^1(F) \cong F \cup \{ \infty \}$ (where $F$ could be any field, and $a, b, c, d \in F$.)

This means that there is a special collection of fractional linear transformations defined by the property that they preserve the set $\{ 0, 1, \infty \}$. By the first property they are uniquely determined by how they act on this set, and by the second property they can permute this set in all $3! = 6$ possible ways. To be explicit,

  • $f(x) = \frac{1}{x}$ transposes $0$ and $\infty$ and fixes $1$, so it is the transposition $(0 \infty)$, and
  • $g(x) = \frac{x-1}{x} = 1 - \frac{1}{x}$ sends $0$ to $\infty$, $\infty$ to $1$, and $1$ to $0$, so it is the $3$-cycle $(0 \infty 1)$.

And $S_3$ is generated by any transposition and any $3$-cycle.