Show that the Möbius transformations forms a group!

2.1k Views Asked by At

I'm wondering how to prove the associativity and identity to prove that the Möbius transformations forms a group.

A Möbius transformation is a complex function of the form $M(z)=\dfrac{az+b}{cz+d}$.

Thank you in advance :)

2

There are 2 best solutions below

3
On

Since you are explicitly asking for the direct proof:

  1. concerning the associativity, this is just the same proof as for the associativity of any group of functions. So consider three moebius transforms $M_1,M_2,M_3$ then for any complex number $z$ we have $$M_1\circ( M_2\circ M_3)(z)=M_1((M_2\circ M_3)(z))=M_1(M_2(M_3(z)))=(M_1\circ M_2)(M_3(z))=(M_1\circ M_2)\circ M_3(z)$$ Note that we did not use any of the properties of the moebius transforms since the associativity just follows from the definition of the concatenation of functions.
  2. For the identity consider the element $M(z)=id(z)=z$, i.e. choose $a=d=1,b=c=0$ then clearly $ad-bc\neq 0$ so this is a moebius transform and you can easily verify that this is the identity for your group.
  3. I guess you already figured out the formula for the inverse transformation since you were only asking for the other two properties, but still for completeness: it is easy to check that for any moebius transform $M(z)=\frac{az+b}{cz+d}$ we have an inverse given by $M^{-1}(z)=\frac{dz-b}{-cz+a}$ and this also is a moebius transform
  4. We actually also have to show that the concatenation of two moebius transforms is again a moebius transform: but $$M_1\circ M_2(z)=M_1(\frac{a_2z+b_2}{c_2z+d_2})=\frac{a_1(\frac{a_2z+b_2}{c_2z+d_2})+b_2}{c_1(\frac{a_2z+b_2}{c_2z+d_2})+d_2}=\frac{(a_1a_2+b_1c_1)z+(a_1b_2+b_1d_2)}{(a_2c_1+c_2d_1)z+(b_2c_1+d_1d_2)}$$ Now denoting the coefficients of the concatenation by $a',b',c',d'$ we have $a'd'-c'b'\neq 0$ which can either be verified by direct calculation or the fact that $0\neq det(\left(\begin{array}{l}a_1&b_1\\c_1&d_1\end{array}\right)\left(\begin{array}{l}a_2&b_2\\c_2&d_2\end{array}\right))=\det(\left(\begin{array}{l}a'&b'\\c'&d'\end{array}\right))$so this claim also holds.

So the set of moebius transforms forms a group under concatenation.
Note that it actually suffices to prove 3 and 4 as this shows that the moebius transforms form a subgroup of the group of all bijections of the extended complex numbers to themselves. But since you were explicitly asking for the first two steps i provided them too :)
Lg Mo

2
On

I don't know how much you've done on your own, but to help subsequent users, I'll put the full answer. Stop after each hint and try and do it yourself.

Hint 1: Prove that the Möbius transformations are bijective from the extended complex numbers to themselves.

Hint 2: The Möbius transformations are therefore a subset of the set of bijections on the extended complex numbers.

Hint 3: The set of all bijections of the complex numbers is a group.

Hint 4: Composition of two Möbius transformations and inversion of one Möbius transformation is another Möbius transformation.

Hint 5: A closed subset of a group is a group.

Hint 6: The set of Möbius transformations is closed.