Is the set of polynomials satisfying $ \{a \in \mathbf{R}^k | p(0) = 1, |p(t)| \leq 1 \text{ for } \alpha \leq t \leq \beta \}$, where $\{ p(t) = a_1 + a_2t + \dots + a_k t^{k-1} \}$, convex?
How to show that? Any help or hints is appreciated.
Is the set of polynomials satisfying $ \{a \in \mathbf{R}^k | p(0) = 1, |p(t)| \leq 1 \text{ for } \alpha \leq t \leq \beta \}$, where $\{ p(t) = a_1 + a_2t + \dots + a_k t^{k-1} \}$, convex?
How to show that? Any help or hints is appreciated.
Points in this set $S$ are just polnomials $p,q\in S$ that individually satisfy $|p(t)|\leq 1$, $|q(t)|\leq 1$ for $\alpha\leq t\leq \beta$, and $p(0) = q(0) = 1$.
Let $a+b = 1$, and $a,b\geq 0$. We thus have that $ap(t)+bp(t)$ is a convex combination of elements of $S$. If this is in $S$, then $S$ is convex.
There are two things to verify (which I'll hide by default to encourage you to try proving it): $$|ap(t)+bp(t)|\leq 1,\quad \alpha\leq t\leq \beta$$
This will just use the triangle inequality. We have $|ap(t)+bq(t)|\leq |a||p(t)|+|b||q(t)|\leq |a|+|b| = 1$, so this combination is less than $1$ for all $t\in[\alpha,\beta]$
$$ap(0)+bq(0) = 1$$
Here, we just note that $p(0) = q(0) = 1$, so $ap(0)+bq(0) = a+b = 1$ by our choice of $a,b$.
If you can show both of these are true for generic $p,q\in S$, then you'll be done.