Find all Mobius transforms that preserve the real and imaginary axes

85 Views Asked by At

I need to find all Mobius transforms $f(z)=\frac{Az+B}{Cz+D},\text{ } A,B,C,D \in \mathbb{C}$ which map real numbers to real numbers and imaginary numbers to imaginary numbers. That is if $z \in \mathbb{R}$ then $f(z) \in \mathbb{R}$ and if $z \in i\mathbb{R}$ then $f(z) \in i\mathbb{R}$.

So far, I have considered the case where $f(i) = -i$ and $f(1)=-1$. The first of these expressions results in the conditions that $A=-D,B=C$ while the second results in $B=0$, hence $f(z) = -z$ as expected. But I am not sure how to generalize this.

1

There are 1 best solutions below

0
On BEST ANSWER

Here is a possible strategy:

  • $0$ lies both on the real and on the imaginary axis, therefore $f(0)$ is either $0$ or $\infty$.
  • Show that $f(\infty)$ is also either $0$ or $\infty$.

So there are exactly two possibilities:

  1. $f(0) = 0$ and $f(\infty) = \infty$, or
  2. $f(0) = \infty$ and $f(\infty) = 0$.

Finally show that $f(z) = Az$ in the first case, and $f(z) = A/z$ in the second case, with $A \ne 0$.

Remark: Here, in the context of Möbius transformations, I have assumed that $f$ preserves the “extended real axis” $\Bbb R \cup \{ \infty \}$ and the “extended imaginary axis.” With the more strict assumption that $f(\Bbb R) \subset \Bbb R$ and $f(i\Bbb R) \subset i\Bbb R$ only the first case is possible, i.e. $f$ is linear.