I've been asked to prove that if $\begin{equation}\left|z\right| \le 1 , z \in \mathbb{C} \end{equation}$ then $$\begin{equation}\left|\frac{3z-i}{3+iz}\right|\leq1.\end{equation}$$
I've tried letting z = a +bi and using the fact that |z| = $\sqrt{a^2+b^2}$ and expanding the expression within the modulus brackets but I'm having trouble showing that the remaining fraction is less than or equal to one.
Any help would be much appreciated, I know this is a basic question but I can't seem to make the link between properties of complex moduli and how they solve this inequality.
Let $z = a+bi$. Then we will proove that: $$|{3z-i}|\leq|{3+iz}|$$ $$\sqrt{9a^2+(3b-1)^2}\leq \sqrt{a^2+(3-b)^2}$$ $$9a^2+9b^2-6b+1\leq a^2+b^2+9-6b$$ $$8(a^2+b^2)\leq 8$$
Which is true because $|z|\leq 1$