The book claims that the inverse of a Mobius function is another Mobius function of the form $f^{-1}(z)=\frac{dz-b}{-cz+a}$. I am having trouble with combining the individual inverse functions to find this form.
So starting with breaking down a Mobius function to its individual actions:
$$\begin{aligned}
&\frac{az+b}{cz+d}\\
&=\frac{a(z+\frac{d}{c}-\frac{d}{c})+b}{c(z+\frac{d}{c}}\\
&=\frac{a}{c}+\frac{b-a\frac{d}{c}}{c(z+\frac{d}{c}}\\
&=\frac{a}{c}+\frac{bc-ad}{c^2}*\frac{1}{z+\frac{d}{c}}\\\end{aligned}$$
Thus the individual functions and their inverses are:
$$\begin{aligned}
&f(z_1)= z+\frac{d}{c} \quad \quad f^{-1}(z_1)= z-\frac{d}{c} \\
&f(z_2)=\frac{1}{z} \quad \quad f^{-1}(z_2)=\frac{1}{z}\\
&f(z_3)= z*\frac{bc-ad}{c^2} \quad \quad f^{-1}(z_3)= z*\frac{c^2}{bc-ad}\\
&f(z_4)=z+\frac{a}{c} \quad \quad f^{-1}(z_4)=z-\frac{a}{c}\end{aligned}$$
Which I combined into the form:
$$\begin{aligned}
&\frac{1}{z-\frac{d}{c}}*\frac{c^2}{bc-ad}-\frac{a}{c}\\
&=\frac{c^2}{(z-\frac{d}{c})(bc-ad)}-\frac{a}{c}\end{aligned}$$
At this point I hit a wall and gave up after trying a bunch of different algebraic techniques. I can't figure out how to simplify to the inverse given by the book. Anyone have any ideas? It might just be simple algebra but it has me confused.