Let $ (R, N) $ be a Euclidean ring. We can determine a greatest common divisor of two elements $ a, b \in R $, $ b \neq 0 $ using the Euclidean algorithm. This is done as follows:
Let $ r_{-1}=a, r_{0}=b $. By division with remainder one defines recursively $ q_{i}, r_{i} \in R $, so that $ r_{n-2}=q_{n} \cdot r_{n-1}+r_{n} $ with $ N\left(r_{n}\right)<N\left(r_{n-1}\right) $ or $ r_{n}=0 $. Now for $ m \in \mathbb{N} $ minimal with $ r_{m}=0 $, $ r_{m-1} $ is a greatest common divisor of $ a $ and $ b $.
(a) Determine in the polynomial ring $ \mathrm{Q}[x] $ a $ d \in \mathbb{Q}[x] $ with $$ (d)=\left(x^{4}-x^{2}+4 x, x^{3}-x+5\right) $$ using the Euclidean algorithm.
(b) Find polynomials $ r, s \in \mathbb{Q}[x] $ with $ d= $ $ r\left(x^{4}-x^{2}+4 x\right)+s\left(x^{3}-x+5\right) $ by back substitution in the Euclidean algorithm.
(c) Is $ \left(x^{4}-x^{2}+4 x, x^{3}-x+5\right) $ a principal ideal in $ \mathbb{Z}[x] $ ?
Attempt / Idea:
Task a) I got 5 out if you calculate it with the above algorithm.
For b), if d = 5, you get $s = -x^3+x+1$ and $r = x^2-1$.
But I am totally stuck on c), how to find out or justify this. From the idea I thought it like the known example (2,x), that is no principal ideal. So one assumes that it is a principal ideal and then looks at whether a contradiction occurs. But if I try this, it becomes quite complicated and confusing. Does anyone see how this can be justified?