I would like to proof that:
$$z = |z|\big(\cos(\phi) + i \sin(\phi)\big)$$
of course the second part can be shown using Euler's formula. That's why I would like to prove that:
$$z = |z|e^{i \phi}$$
I can use only the series definition of exp and some basic properties like $e^{a+b} = e^ae^b$.
I think it must be quite trivial but I really don't know how to do it properly.
I think that my problem is a bit different to the one in the suggested post. I do know how to prove that $e^{i\phi} = \cos \phi + i\sin \phi$ but I do not know how to prove that $$\forall_{z \in \mathbb{C}} z = |z|\exp(ix)$$ for some $x \in \mathbb{R}$.
I don't know if this is what you want, but you can alwyas prove Euler's formula:\begin{align}e^{x+yi}&=e^xe^{yi}\\&=e^x\left(1+yi+\frac{(yi)^2}{2!}+\frac{(yi)^3}{3!}+\cdots\right)\\&=e^x\left(\left(1-\frac{y^2}{2!}+\frac{y^4}{4!}-\cdots\right)+\left(y-\frac{y^3}{3!}+\frac{y^5}{5!}-\cdots\right)i\right)\\&=e^x\bigl(\cos(y)+\sin(y)i\bigr).\end{align}