Is it true that : the GCD of 3 polynomials is the product of the common factors (after factorization) of the these 3 polynomials ?
and the LCM of 3 polynomials is the product of all the common factors of the 3 polynomials ?
Is it true that : the GCD of 3 polynomials is the product of the common factors (after factorization) of the these 3 polynomials ?
and the LCM of 3 polynomials is the product of all the common factors of the 3 polynomials ?
In a polynomial ring over a field as well as in $\mathbf Z$ (actually in any U.F.D.):
Example, as suggested by @amWhy:
$\gcd(x^2-1, x+1, x^2+2x+1)=\gcd\bigl((x-1)(x+1), x+1, (x+1)^2\bigr)=x+1$.
$\operatorname{lcm}(x^2-1, x+1, x^2+2x+1)=(x-1)(x+1)^2$.