We are required to use contradiction to prove that:
If the numbers $1, 2, ..., 20$ are arranged in a circle regardless of order, that there must be $3$ close numbers whose sum is at least $32$.
If we list the numbers, say in a clockwise direction starting at any arbitrary number say, $k_1$ upto $k_{20}$ we look at the total sum as being
\begin{equation*} \begin{aligned} (k_1 + k_2 + k_3) + (k_2 + k_3 + k_4) + (k_3 + k_4 + k_5) + ... + (k_{19} + k_{20} + k_1) + (k_{20} + k_1 + k_2) \end{aligned} \end{equation*} Here, we realise that every number from 1 to 20 appears atleast 3 times in the above big sum. So the big sum is literally $3(1 + 2 + 3 + ... + 20)$
We know however that the total sum of values from $1$ to $20$ can be achieved by using the formula \begin{equation*} \begin{aligned} \sum_{k=1}^{n} k &= \frac{n(n + 1)}{2} \\ &= \frac{20(20 + 1)}{2} \\ &= 210 \end{aligned} \end{equation*}
Right now am stuck at this point. How to prove that there will be $3$ numbers that have a sum lesser than $32$.
My thinking is that if i join up the three biggest numbers, namely $18 + 19 + 20$, I will end up with $57$. But then how do I prove it with contradiction in this induction question?
Induction is not useful in such kind of problem, as noticed by J. Moravitz to prove that let observe
$$\sum k_i = 210 \implies 3\frac{\sum k_i}{20}=31.5$$
therefore there exists some triple which sum is greater than that value.