I'm trying to prove that $\frac{1}{xy}$ = $\frac{1}{x}*\frac{1}{y},\forall x,y\neq 0$ using the field axioms of addition, multiplication, and the distributive law: $(x+y)z = xz+yz$ but am having a hard time doing so.
Things I've tried:
I've tried letting $\frac{1}{xy}$ = $\frac{1}{xy}$1 and $\frac{1}{xy}$=$\frac{1}{xy}$+0 and trying some fancy stuff, but so far I can't get anywhere with those.
Any help is greatly appreciated.
I think you're on the right track.
The expression $ab$ isn't a variable, so we can't use $ab = (xy)^{-1}$ as the definition of $ab$. Let's define $a$ and $b$ separately.
Define $a$ as the unique number such that $xa = 1$, and define $b$ as the unique number such that $yb = 1$. (The field axioms state that $a$ and $b$ exist as long as $x$ and $y$ are not zero, which is a given.) Then we can prove that $(xy)(ab) = 1$ using associativity and commutativity:
$$(xy)(ab) = (xa)(yb) = (1)(1) = 1$$
We can prove that $xy \ne 0$, which means that $\frac{1}{xy}$ exists; it is defined as the unique number $c$ such that $(xy)c = 1$. But we know that $(xy)(ab) = 1$; therefore, since $c$ is unique, $c = ab$.