I get the equation $a^{-1} + b^{-1} = (a + b)^{-1}$ from ordinary + operation. For ordinary + operation I mean $a^{-1} = -a$. It is also true for * of rational numbers $3^{-1}*4^{-1} = \frac{1}{3} * \frac{1}{4} = \frac{1}{12}=(3*4)^{-1}$.
I would like to know whether it is true for any Abelian group? If it is true I would like to know why?
When using $+$ for the group operation, it is more traditional to write inversion as negation: i.e.
$$ (-a) + (-b) = -(a+b) $$
Anyways, that equation is true. A similar statement is true for any group:
$$ a^{-1} b^{-1} = (b a)^{-1} $$
The proof is straightforward: $(ba)^{-1}$ is the unique group element satisfying the equation
$$ x (ba) = 1 $$
and $a^{-1} b^{-1}$ is a solution for $x$.
In additive terms, the equation would be that $-(b + a)$ is the unique solution to
$$ x + (b + a) = 0 $$