Given $f(z)=\frac{az+b}{cz+d}$ the Möbius transformation. Calculate $ker(f^{-1}(id))$.
$$f(z)=\frac{az+b}{cz+d}=w\implies w(cz+d)=az+b\implies z(wc-a)+wd-b=0$$$$\implies z=\frac{-wd+b}{wc-a}=f^{-1}(z)$$ The parameter matrix is then $$P=\begin{bmatrix}-d & b \\ c & -a \end{bmatrix}.$$ What is $f^{-1}(id)$?
It seems the actual question is the following.
Answer: $${\rm ker}(\Phi)~=~\{\pm {\bf 1}_{2\times 2}\}, \qquad {\bf 1}_{2\times 2}~:=~ \begin{pmatrix} 1 & 0 \cr 0 & 1 \end{pmatrix} . \tag{4}$$