The sum of two sets of numbers $S,T$ is defined as: $$ S+T=\big\{z \mid \exists x \in S \quad\exists y \in T \text{ such that } x+y = z\big\} $$
I'm not really sure what $S+T$ is. If $S=\{s_1,s_2,\ldots,s_n\}$ and $T = \{ t_1, t_2, \ldots,t_n\}$ then is $S+T=\{s_1+t_1,s_2+t_2,\ldots,s_n+t_n\}$? Is $z=S+T$ or $S+T=\{z_1,\ldots,z_n\}$?