-1

I have difficulties understanding this proof:

Dual cone of $C$ is defined to be

$$C^*=\left\{ y \in X^*: \langle y,x\rangle \geq 0 , \forall x \in C > \right\}$$

For each $x$, $\left\{y :\langle y,x \rangle \geq 0\right\}$ is a closed half space. Hence $C^*$ is an intersection of closed half-spaces.

My problem is with this part:

Hence $C^*$ is an intersection of closed half-spaces.

How can we say "for each x, $\left\{y:\langle y,x \rangle \geq 0\right\}$" is an intersection?
I'm new to convex analysis and will appreciate any explanations for this part .

1 Answers1

1

$$C^*=\bigcap_{x\in C}\left\{y\in X^*:\langle y,x \rangle \geq 0\right\}.$$

More generally, $$\left\{y\in A:\forall x\in B\quad P(x,y)\right\}=\bigcap_{x\in B}\left\{y\in A:P(x,y)\right\}.$$

This is because an element $y$ of $A$ belongs to the LHS iff $\forall x\in B\quad P(x,y)$, and to the RHS iff... same condition!

Anne Bauval
  • 34,650