In order to show something is associative one must show that $(x*y)*z$ = $x*(y*z)$. I want to show that $x * y = \frac{xy}{x+y+1}$ is associative.
This is for self-study (I'm learning algebra over the summer) and need help finishing the proof.
Below are my (hopefully not incorrect) steps,
1) $x*(y*z)$ = $x * \left(\frac{yz}{y+z+1}\right)$
Applying the binary operation * I obtain
2) $\frac{x\left(\frac{yz}{y+z+1}\right)}{x+\frac{yz}{y+z+1}+ 1}$
Here is where my first question comes:
Question 1: Do I multiple x (in numerator) using the definition of *, or do I multiply x the "normal" way? If I multiply x the "normal" way, then why do I not use the * definition recursively for each application of *?
Assuming I do multiplication the "normal" way I obtain,
3) $\frac{\left(\frac{xyz}{y+z+1}\right)}{x+\frac{yz}{y+z+1}+ 1}$
I know in order to add fractions they must have the same denominators. This means the denominator for each term needs to be y+z+1.
So this brings me to
4) $\frac{\left(\frac{xyz}{y+z+1}\right)}{{y+z+1}(x+\frac{yz}{y+z+1}+ 1)}$
Here is where I become and more uncertain...
Question 2: Again, do I use the * definition of multiplication or do I use the "normal" definition of multiplication for multiplying the y+z+1 across and why? Again, assuming I use "normal" multiplication I obtain
5) $\frac{\left(\frac{xyz}{y+z+1}\right)}{\frac{xy+xz+x+yz+y+z+1)}{y+z+1}}$
From here I'm suck and not sure how to reduce this any further.
Question 3: How do I proceed from step 5) to the conclusion? I believe once I understand this, I will be able to show $(x*y)*z$,I would like to see the rest of the proof from where I am stuck.
Thank you very much in advance for the help.
Disclaimer: A similar question has been asked & answered in this thread, but I have different questions than the ones they posed.