Let $A,B \subseteq \mathbb{Z}$ be finite and non-empty, and define $A+B = \{a + b : a \in A, b \in B\}$.
Is there a nice way to prove that $|A+B| \geq |A|+|B| - 1$?
Let $A,B \subseteq \mathbb{Z}$ be finite and non-empty, and define $A+B = \{a + b : a \in A, b \in B\}$.
Is there a nice way to prove that $|A+B| \geq |A|+|B| - 1$?
Suppose $A, B$ are both non-empty and finite. If we put $A' = \{a - n \mid a \in A\}$ for some $n \in \mathbb{Z}$, then one can easily show that $|A + B| = |A' + B|$. Hence, by translating $A$ and $B$ such that $\max A = \min B = 0$, we see that $A$ and $B$ are both subsets of $A + B$, hence $$ |A + B| \geq |A \cup B| = |A| + |B| - |A \cap B| = |A| + |B| - 1 $$ as $A \cap B = \{0\}$.