Consider the following set where n >= 1: $$A =\{(x_0,x_1,...,x_{2n}) \in R^{2n+1} | \sum\limits_{i=0}^{2n} c^ix_i \geq 0, \forall c \in [0,1] \}$$ Prove or Disprove whether this is a convex cone.
Prove or Disprove whether this is a pointed cone.
In order for a set C to be a convex cone, it must be a convex set and it must follow that
$$ \lambda x \in C, x \in C, \lambda \geq 0 $$
Additionally, a convex cone is pointed if the origin 0 is an extremal point of C
The 2n+1 aspect of the set is throwing me off, and I am confused by the summation. Does the summation imply that xn must be greater than 0, otherwise isn't it possible to get a point x that would sum to less than 0? Regardless, lambda*c^i should be greater than 0 since both lambda and c are greater than 0, so I think its just a matter of proving if this is a convex set or not.
A set is convex if for every combination x1, x2
$$ x_1, x_2 \in C, \lambda x_1 + (1-\lambda) x_2 = x, x \in C, 1 \geq \lambda \geq 0 $$
Like I said the R^2n+1 aspect and the x0,x1,...x2n is throwing me off on how to approach this proof
And I'm also not sure how to prove or disprove the origin is an extremal point of the set A.