$$\gcd(\text {lcm}(x, y), \text {lcm} (x, z)) = \text {lcm}(x,\gcd(y, z))$$ where $x,y,Z$ are three integers.
I came across this property on GCD but was not able to prove this.Can anyone suggest me a method.
$$\gcd(\text {lcm}(x, y), \text {lcm} (x, z)) = \text {lcm}(x,\gcd(y, z))$$ where $x,y,Z$ are three integers.
I came across this property on GCD but was not able to prove this.Can anyone suggest me a method.
Let $x=p_1^{\alpha_1}p_2^{\alpha_2}...p_n^{\alpha_n}$, $y=p_1^{\beta_1}p_2^{\beta_2}...p_n^{\beta_n}$ and $z=p_1^{\gamma_1}p_2^{\gamma_2}...p_n^{\gamma_n},$ where $\alpha_i,$ $\beta_i$ and $\gamma_i$ are non-negative integers and $p_i$ are different prime numbers.
Thus, we need to prove that: $$\min\{\max\{\alpha_i,\beta_i\},\max\{\alpha_i,\gamma_i\}\}=\max\{\alpha_i,\min\{\beta_i,\gamma_i\}\}.$$ Can you end it now?