I am working on a problem which basically boils down to wanting to choose sets $A_1, \ldots, A_m$ over a group $G=(\mathbb{Z}_C,+)$, where $C$ and $m$ are constants, such that the sumsets defined with the $A_i$ in some sense are as large as possible.
More specifically, I want to figure out how to choose the $A_i \subset \mathbb{Z}_C$, s.t. the sumset $\alpha_1 A_1 + \cdots + \alpha_m A_m$ is as large as possible, and if possible covers all of $\mathbb{Z}_C$.
There are some results related to this in additive combinatorics, e.g. the Cauchy-Davenport inequality, but little of what I read is actually constructive in the sense that I want to determine the sets $A_i$.
Any ideas are very much appreciated. Thanks.
A nice strategy might be:
For one moment think we are in $\mathbb{Z}$
Let $d := \lceil \sqrt[n]{C} \rceil $. Take $A := {1, d, d^2 ... d^{n-1}}$. Then if we would have d copies of A, dA is containing like $ \{ 1, 2, 3, ... d ... d^{n}-1, d ^n \} $
Now factorize: $\mathbb{Z}/c\mathbb{Z}$. $A$ has some image. $dA$ covers $\mathbb{Z}/c\mathbb{Z}$. In some sence, this construction is optimal.
You might want to have $d := \lfloor \sqrt[n]{C} \rfloor $ sometimes
And I have a question. $\mathbb{Z}_c $ means $ \mathbb{Z} / c \mathbb{Z} $ in your question?