Printable View
How do i prove that: GCD(a,LCM[b,c]) == LCM(GCD[a,b],GCD[a,c]) using the fact the GCD(a,b)=a*b/LCM(a,bc) ?