I know that if $S=\{s_1,...,s_n\}$ is a finite set, then the convex Hull is given by $$covHul(S)=\{\sum_{s_i\in S}\alpha _is_i\mid \alpha _1+...+\alpha _n=1\}.$$
But how do we define it if $S$ is not finite (or even uncountable) ? In the case of $$\mathcal C=\{(x,y)\mid x^2+y^2\leq 1, (x,y)\notin [0,1)\times [0,1)\}$$ (a sort of packman), then $$CovHul(\mathcal C)=\{\alpha x+(1-\alpha )y\mid \alpha \in [0,1]\}$$ looks to work. Actually, if a set is connected, the definition above looks to work... but maybe is not correct. Any suggestion ?
If $V$ is a vector space and $C \subset V$ then the convex hull of $C$ is defined as the set of all vectors of the form $ \sum\limits_{k=1}^{n} a_k c_k$ where $n$ is a positive integer, each $c_i \in C$, each $a_i >0$ and $ \sum\limits_{k=1}^{n} a_k=1$.
See my comment below for an example where we cannot use just two terms in the sum.