I'm trying to prove the following:
$${ad\over bc} = {\frac ab \over \frac cd} $$
First, $${\frac ab} = ab^{-1} $$ and $${\frac cd} = cd^{-1} $$ So the compound fraction above equals $$ (ab^{-1})({cd^{-1}})^{-1} $$
Here's where I get stuck. How do I handle the second term? I know $$(ab)^{-1} = (a^{-1})(b^{-1})$$ but what how is a number such as $$(b^{-1})^{-1}$$ simplified? I know it equals b, but how do I reach that conclusion from defining division as the multiplication of reciprocals?
Here is a useful fact: for any number $x$ (a member of a field) and any integers $m$ and $n$ (which may each be positive or negative),
$$ (x^m)^n = x^{mn}.$$
From this you can conclude
$$ (b^{-1})^{-1} = b^{(-1)(-1)} = b^1 = b. $$
Of course then you have to have first established $(x^m)^n = x^{mn},$ including the cases where one or both of $m$ and/or $n$ is negative, so that you can make use of that identity. But it is such a useful identity that it is well worth proving.