I am trying to prove relation between G.C.D and L.C.M for three integers. Is the following relation even true. If yes, then I need hints please. let a, b and c be any integers then,
$$lcm(a,gcd(b,c))=gcd(lcm(a,b),lcm(a,c))$$ Or in notations, $$[a,(b,c)]=([a,b],[a,c])$$