Let's say i have two polynomials $P_1(x)=a+bx+cx^2+dx^3$ and $P_2(x)=p+qx+rx^2+sx^3$ where $a,b,c,d \ge 0$ and $p,q,r,s \ge 0$ $a,b,c,d,p,q,r,s$ are all integers then can i say
if $a+2b+4c+8d \gt p+2q+4r+8s$
then can I say $a+bt+ct^2+dt^3 \ge p+qt+rt^2+st^3$ for $t \ge 1$? $t$ is an integer. All I want to do is minimize the calculation part in my algo.
No. Take $(a,b,c,d,p,q,r,s)=\left(0,\frac 32,0,2,0,1,2,1\right)$.
We have $$a+2b+4c+8d\gt p+2q+4r+8s$$ but $$a+bt+ct^2+dt^3\color{red}{\lt} p+qt+rt^2+st^3$$ for $t=1$.
Take $(a,b,c,d,p,q,r,s)=(1,1,2,1,0,0,0,2)$ where $a,b,c,d,p,q,r,s$ are non-negative integers.
We have $$a+2b+4c+8d\gt p+2q+4r+8s$$ but $$a+bt+ct^2+dt^3\color{red}{\lt} p+qt+rt^2+st^3$$ for $t=3$.