Problem: Let $(a,b)$ denote the greatest common divisor of $a$ and $b$ and $[a,b]$ denote the least common multiple of $a$ and $b$. Similarly for three integers.
Prove that \begin{align} \frac{[a,b,c]^2}{[a,b][b,c][c,a]}=\frac{(a,b,c)^2}{(a,b)(b,c)(c,a)} . \end{align}
I see that this equality holds for all positive integers, however, how would I actually prove it?
Using the properties: $$(a,b,c)=((a,b),c)=(a,(b,c))=((a,c),b) \\ [a,b,c]=[[a,b],c]=[a,[b,c]]=[[a,c],b] \\ (a,b) \cdot [a,b]=a \cdot b \Rightarrow [a,b]=\frac{a \cdot b}{(a,b)}$$ we get:
$$\frac{[a,b,c]^2}{[a,b][b,c],[c,a]}=\frac{\frac{a^2 b^2 c^2}{(a,b,c)^2}}{\frac{ab}{(a,b)}\frac{bc}{(b,c)},\frac{ca}{(c,a)}}=\frac{a^2b^2c^2(a,b)(b,c)(c,a)}{(a,b,c)^2abbcca}=\frac{(a,b)(b,c)(c,a)}{(a,b,c)^2}$$