Let $\mathrm{S}$ be a set of distinct 20 integers. A set $\mathrm{T}_{\mathrm{A}}$ is defined as $\mathrm{T}_{\mathrm{A}}:=\left\{\mathrm{s}_1+\mathrm{s}_2+\mathrm{s}_3 \mid \mathrm{s}_1, \mathrm{~s}_2, \mathrm{~s}_3 \in \mathrm{S}\right\}$. What is the smallest possible cardinality of $\mathrm{T}_{\mathrm{A}}$?
My progress so far: We're looking for the smallest possible cardinality of $T_A$, which is the set of sums of three distinct numbers from $S$, and $S$ is a set of 20 distinct integers.
To minimize the cardinality of $T_A$, we would aim to have as many sums repeating as possible. In other words, we want the sums to overlap as much as possible.
Consider the set of 20 integers to be $S = {1, 2, 3, ..., 20}$ for simplicity.
If we choose the smallest three numbers, the sum would be $1 + 2 + 3 = 6$. If we choose the largest three numbers, the sum would be $18 + 19 + 20 = 57$. Thus, the range of possible sums lies between 6 and 57.
However, not all values within this range can be achieved due to the restriction of using distinct integers for each sum. For instance, the value 7 cannot be achieved because there's no way to add three distinct positive integers from $S$ to get 7. Similarly, there will be several values within the range that cannot be achieved due to this restriction.
The problem is equivalent to finding the number of distinct elements in a multiset where we sum triplets from the multiset ${1, 2, ..., 20}$.
The smallest possible cardinality is $52$, which is achieved by $S=\{\,1,2,\dotsc,20\,\}$ (or by any $20$-term arithmetic progression.
Let the elements of $S$ be $a_1<a_2<\dotsb<a_{20}$. Then all the sums $a_1+a_2+a_r$, $3\le r\le20$, are distinct – that's $18$ sums.
All the sums $a_1+a_s+a_{20}$, $3\le s\le19$, are distinct from each other and from the first $18$ sums. That's another $17$ sums.
All the sums $a_t+a_{19}+a_{20}$, $2\le t\le18$, are distinct from each other, and from the previous sums. That's another $17$ sums.
Total: $18+17+17=52$.
The argument works for a set of $k$ distinct numbers, and gives a minimum of $3k-8$ sums.