Looking at the example here, I'm trying to understand how the author finds the dual cone $K^*$.
The question asks to find the dual cone of $\{Ax | x \succeq 0\}$ where $A \in \mathbb R^{m\ \mathrm{x}\ n}$.
I know that the dual cone for a cone $K$ is $K^*=\{y|y^Tx\ge0 \ \mathrm{for \ all}\ x \in K\}$. The solution to this question apparently is $K^*=\{y|(A^Ty)^Tx\ge0 \ \mathrm{for \ all}\ x\succeq0 \}$.
I have a series of questions on dual cones I need to answer for homework and I really want to understand how to find dual cones in general. Any help is appreciated.
It follows from the formula $(A^Ty)^Tx=y^T(Ax)$.
I denote $K^{o}=\{\ y|(A^Ty)^Tx\geqslant0\ \forall x\succeq0\ \}$. We want to show that $K^*=K^o$.
$\textbf{First part}$: $K^*\subset K^o$:
If $y$ is in $K^*$, and $x\succeq0$, then $(A^Ty)^Tx=y^T(Ax)\geqslant 0$ since $Ax$ is in $K$. So $y$ is in $K^{o}$.
$\textbf{Second part}$: $K^o\subset K^*$:
Conversely, if $y$ is in $K^o$, and $z\in K$, then there exists $x\succeq0$ such that $z=Ax$. It follows that $y^Tz=y^T(Ax)=(A^Ty)^Tx\geqslant 0$ since $y$ is in $K^o$. So $y$ is in $K^*$.