In the definition of the convex hull of a set $A$, does it matter if each element of the convex hull is a convex combination of finite number of elements of $A$ or an infinite number?
I am trying to prove that the convex hull of a bounded set is bounded. So, I take an element of $co(A)$ (the notation I use for convex hull) and apply the Triangle Inequality.
$$\|x\|=\|\sum_{i=1}^n\alpha_iy_i\|$$ where $y_i\in A$ and $\alpha_i\in[0,1]$ and $\sum_{i=1}^n\alpha_i=1$ for some finite $n$. $$\leq \sum_{i=1}^n\alpha_i \| y_i\| < r$$ where $r$ is the radius of the ball that contains the bounded set $A$.
Now, if $n$ is infinite then I'm not sure if I can still apply the Triangle Inequality and, hence, my question.
P.S. I'm using the following definition of convex hull: $$co(A)=\{ x\in X| x=\sum_{i=1}^n t_iy_i \textrm{ for some } n\geq 1, \textrm{ where } t_i\in[0,1], \sum_{i=1}^n t_i=1, \ y_i\in A \}$$ where $X$ is a normed vector space.