I want to prove that the set $K = \{c \in R^n\mid c_{1} + c_{1}t +\dotsb+ c_{n}t^{n-1} ≥ 0 \forall t \in [0,1]\}$ is a cone i.e that for $x \in K$ and $\theta \ge 0$, $\theta x\in K$.
Is the follow attempt a correct proof?
Let's consider $x \in K$.
We have $\sum\limits_{i=1}^n{x_{i} t^{i-1}} \ge 0, \space t ∈ [0,1]$
For $\theta \ge 0$, we then have
$\sum\limits_{i=1}^n{\theta x_{i} t^{i-1}} = \theta \sum\limits_{i=1}^n{x_{i} t^{i-1}}$
since both $\theta$ and the polynomial $\sum\limits_{i=1}^n{x_{i} t^{i-1}}$ are greater than or equal to $0$, we must have
$\sum\limits_{i=1}^n{\theta x_{i} t^{i-1}} = \theta \sum\limits_{i=1}^n{x_{i} t^{i-1}} \ge 0$
Thus $x \in K$, $\space$ $\theta \ge 0$ $\rightarrow$ $\theta x \in K$.
Hence $K$ is a cone. $\square$
Yes, your proof is correct. It really is that simple!
Added remark: Correctness aside, I recommend that you study Xander's exemplary answer concerning ways to improve presentation.