We define the monotone nonnegative cone as
$$K_{m+} = \{ x \in \mathbb{R}^n \mid x_1 \ge x_2 \ge \dots \ge x_n \ge 0\}$$
i.e. all nonnegative vectors with components sorted in nonincreasing order.
Find the dual cone $K^*_{m+}$. Hint: use the identity
\begin{align*} \sum^n_{i=1} x_iy_i = & (x_1 - x_2)y_1 + (x_2 - x_3)(y_1+y_2) + (x_3 - x_4)(y_1+y_2+y_3) \\ &+ \dots + (x_{n-1} -x_n)(y_1+ \dots + y_{n-1}) + x_n(y_1+ \dots + y_n) \end{align*}
I proved the cone is a proper cone if that knowledge helps somehow.
The same problem was posted here but the solution does not make sense to me.