I encountered this question: Find the dual cone of $K = \{(x,y)|(x+y=0)\}$. To find the dual ($K^* = \{y \mid x'y \geq 0 \text{ for all }x \in K \}$), I did the following: \begin{align} (x,-x)(y_1,y_2)'& \geq 0 \\ xy_1-xy_2 & \geq 0 \\ x(y_1-y_2) & \geq 0 \\ y_1 & \geq y_2 \end{align}
But the Dual of this cone is $\{(y_1,y_2) \mid y_1=y_2 \}$. Can you find out where is the mistake? Thanks!