I need some help with constructing a proof for the following statement,$ \frac{P_1 P_2}{hcf(m,n)} = lcm(P_1,P_2)$ where $P_1$ and $P_2$ are polynomials with real coefficients.
I know how to do the same for integers using prime factors and their exponents but not sure where to go with polynomials.
It works pretty much the same for integers if you modify the argument a little. Let $L = lcm(P_1, P_2)$ and $G=gcd(P_1, P_2)$. Then $$P_1 = Gh_1, P_2 = Gh_2,$$ with $gcd(h_1, h_2) = 1$. It's easy to see that $P_1$ and $P_2$ both divides $Gh_1h_2$ so $L$ also divides $Gh_1h_2$. Assume that $$ Gh_1h_2 = Lh,$$ then $P_1 h_2 = L h$, or $h_2 = \frac{L}{P_1} h$. That is, $h$ divides $h_2$. Similarly $h$ divides $h_1$. Since $gcd(h_1,h_2)=1$, $h$ must be as scalar as well. In other words $$L= Gh_1h_2 = \frac{P_1P_2}{G}.$$