A set of numbers is called sum-free if whenever $x$ and $y$ are (not necessarily distinct) elements of the set, $x+y$ is not an element of the set. For example, $\{1,4,6\}$ and the empty set are sum-free, but $\{1,4,5\}$ is not. What is the greatest possible number of elements in a sum-free subset of $\{1,2,3,...,20\}$?
一个数集被称为无和集(sum-free),如果集合中的任意(不一定不同的)元素 $x$ 和 $y$,$x+y$ 都不在该集合中。例如,$\{1,4,6\}$ 和空集是无和集,但 $\{1,4,5\}$ 不是。在集合 $\{1,2,3,...,20\}$ 中,无和子集最多可能有多少个元素?