There are two proofs I'm trying to compare. I asked about one of them here: Proof organization: proving the set of functions $f: \mathbb{R} \to \mathbb{R}$ is a direct sum of even and odd functions, but am posting a new question because that was a specific proof statement, while this one is more on strategy.
I'm trying to understand whether, in general, solving a system of equations yields that every step is reversible. In that linked question, I learned that this is not the case when trying to write $f$ as a unique sum of an even function $f_e$ and an odd function $f_o$. I solved a system of equations in $f_e$ and $f_o$, namely \begin{align*} f(x) & = f_e (x) + f_o (x) \\ f(-x) & = f_e (x) - f_o (x), \end{align*} and found formulas for $f_o$ and $f_e$, and I learned that the steps are not reversible.
I'm trying to compare this to Ahlfor's proof where he solves the for the quotient of two complex numbers. He takes $\alpha + i\beta, \delta + i \gamma$, where $\delta + i \gamma \neq 0$, and solves for $x + iy$, the quotient of $\alpha + i \beta$ and $\delta + i \gamma$ by multiplying out the right-hand side of $$ \alpha + i \beta = (\delta + i \gamma)(x + iy), $$ and equating real and imaginary components. The reason this works, I believe, is because every step is reversible, but he doesn't show both directions. I believe the statement he proves is "if this quotient exists here is its formula," but he doesn't that the quotient actually exists.
Here is my sense of what's going on. In Ahlfor's proof, it is more or less "obvious" that every step is reversible, whereas in the case of writing a function as a unique sum of an even and odd function, it is not so obvious and there are additional things to check: that $f_e$ and $f_o$ are even and odd, respectively, for example.
I would appreciate some help on parsing this. I find myself struggling often with whether I need to prove a statement in both directions for a fully rigorous proof.