Let $f(k)$ be a function on the integers with the properties
- $f(k)\geq 0$ $\forall k$
- $f(k)\geq p$ for at least $t$ values of $k$
Let $g(k)=\sum_{k'} f(k')f(k-k')$ be the self-convolution of $f$.
What is the minimal number of non-zero entries of $g(k)$? Can something be said about how large they have to be at least (e.g. $\geq p^2$)?
From the answer of Stella Biderman I managed to find the answer I was looking for.
There are at least $2t-1$ entries of $g(k)$ s.t. $g(k)\geq p^2$.
Proof:
Let $S=\{k:f(k)\geq p\}$.
Since $g(k)=\sum_{k'}f(k')f(k-k')$ and $f(k)\geq 0$, we know that $g(k)<p^2 \Rightarrow k-k'\notin S$ $\forall k'\in S$ (otherwise there is one element of the sum which is larger than $p^2$ and thus the sum is larger than $p^2$).
Thus $g(k)<p^2 \Rightarrow k\notin S'_{k'}=\{\ell+k' :\ell\in S\}$ $\forall k'\in S$ $\Rightarrow k\notin S'= \bigcup\limits_{k'\in S} S'_{k'} = \{\ell+k':k',\ell\in S\}$
From the answer to this question, we know that $|S'|\geq 2|S|-1$.
By definition, $t\geq|S|$ which proves the statement.