The definition of addition in $\mathbb{C}$ is: $$ (a,b)+(c,d)=(a+c,b+d) $$ When subtracting two numbers, the formula is quite straightforward from this definition: $$ (a+c,b+d)-(c,d)=((a+c)-c,(b+d)-c)=(a,b) $$ On the other hand, the definition of multiplication in $\mathbb{C}$ is: $$ (a,b)(c,d)=(ac-bd,ad+bc) $$ But the division of two numbers is found indirectly by multiplying the numerator by the complex conjugate of the denominator: $$ \frac{(a,b)}{(c,d)}=\frac{(a,b)(c,-d)}{c^2+d^2} $$ This way of finding the division confuses me: How do we know that multiply both the top and bottom by a complex number does not change the division? Sure this is the case in $\mathbb{R}$, but here the number is complex. This formula is invariantly introduced in even the most elementary complex variable textbooks without any justification for its validity.
My question is: What is the formal definition for the division of two complex numbers? By this I mean a formula that is a direct consequence of the definition of multiplication in $\mathbb{C}$.
Division is multiplication by the inverse, so in order to get a formula for division, you need a formula for the inverse.
Looking at the definition of multiplication, the inverse of $(c,d)$ is $(e,f)$ satsifying: $$ ec - fd =1$$ $$ ed + fc =0$$
Solving this for $e$ and $f$ gives that $(e,f) = \frac{(c,-d)}{c^2+d^2}$, which is a way to derive the formula you wrote without multiplying the numerator and denominator by the complex conjugate of $(c,d)$.