Let $f:\{1,2,...,15\} \rightarrow \Bbb N$ be a function such that $\sum_{i=1}^{15} f(i) =100$.
$f(15+1)$ is defined to be $f(1)$.
I have shown that $14\leq f(i)+f(i+1)$ for some $1\leq i \leq15$ using the pigeonhole principle.
Now I need to show that $21\leq 2f(i)+f(i+1)$ for some $1\leq i \leq15$.
Any ideas?
We have
$$f(1)+f(2)+f(2)+f(3)+f(3)+f(4)+...+f(15)+f(16)=2(f(1)+f(2)+f(3)+...+f(15))=200$$
This implies
$$2f(1)+f(2)+2f(2)+f(3)+2f(3)+f(4)+...+2f(15)+f(16)=200+f(1)+f(2)+...+f(15)=300$$
If $2f(i)+f(i+1)<21$ for every $i$ with $1\le i\le 15$, then the second sum can only be $300$, if $2f(i)+f(i+1)=20$ for all $i$ with $1\le i \le 15$.
This implies $$2f(1)+f(2)=2f(2)+f(3)=2f(3)+f(4)+...+2f(14)+f(15)=2f(15)+f(1)=20$$
So, we have $f(3)-f(2)=2(f(2)-f(1)) , f(4)-f(3)=2(f(3)-f(2)) ...$
If $|f(3)-f(2)|\ge 1$, then $|f(15)-f(14)|\ge 2^{12}$ which is not possible because the $f(i)$ are non-negative and $f(15)$ or $f(14)$ would be larger than $100$, the sum of the $f(i)$
So, $f(3)=f(2) , f(4)=f(3) ... f(15)=f(14)$ and finally $f(1)=2f(15)-f(2)=f(2)$ because of $f(2)=f(15)$. But this is also not possible because of $2f(1)+f(2)=3f(1)=20$, which has no solution in the natural numbers.