I am working with Sheldon Axler's Linear Algebra Done Right and I could use some help from you guys. I have the following property of complex arithmetic:
for every $\alpha \in \mathbb{C}$ with $\alpha \neq$ 0, there exist a >unique $\beta \in \mathbb{C}$ such that $\alpha\beta = 1$
I want to prove this. I start by using de definition of multiplication of complex number.
$(a + bi)(c + di) = (ac - bd)+(ad+bc)i$
And the fact that:
$1 = (1 + 0i)$
Aaaand I run out of ideas. I really have no idea on how to continue so a clue would be greatly appreciated.
Basic operations: $\;\alpha:=x+iy\neq0\iff x^2+y^2\neq0\;$ ( since $\;x,y\in\Bbb R\;$) , so:
$$\alpha\alpha^{-1}=1\implies\alpha^{-1}=\frac1\alpha=\frac1{x+iy}\cdot\frac{x-iy}{x-iy}=\frac x{x^2+y^2}-\frac y{x^2+y^2}i$$
and there you have a cartesian expression for $\;\alpha^{-1}\;$ whenever $\;0\neq\alpha\in\Bbb C\;$