I am having issues understanding the definition of variational inequalities. We have the following definition:
Given a set $X \subset \mathcal{R}^n$ and a mapping $F: X \rightarrow \mathcal{R}^n$ a variational inequality problem consists of finding $x^*$ such that
$$
(x-x^* )^T F(x^*) \geq 0 \quad \quad \forall x \in X$$
If X is closed and F continous then the solution to VI(X,F) is a closed set.
What exactly does this mean? And what can it be used to?
I have a course in operations research and we just had about the KKT conditions and now we are learning about variational inequalities and complementarity problems.. however I cannot see the connection between these.
Hope someone can help
- Husky
My explanation below follows from varitional inequalities (VI) by Rockafeller.
The definition of VI says that $\langle F(x),x-x^*\rangle \geq 0$. Where F is some function from $C \rightarrow R^n$, C is a convex set; $x,x^* \in C$.The more general definition of VI is called varitional condition defined as: \begin{equation} 0 \in F(x) + N_C(x) \end{equation} where $N_C(x)$ is normal cone of the set C at $x$ shown below (set C replaced by A)
Mathematically, normal cone is defined as: \begin{equation} N_C(x) =\{d: \langle d,x-x^*\rangle\ \geq 0\quad \forall x^* \in C\} \end{equation}
When set $C= R^n_+$, then VI is called
complementarity conditionof the function $F$. To see this,let $F(x)=y=(y_1,y_2,...,y_n)$ and $x=(x_1,...,x_n)$. Now, generalized VI definition says that $0 \in y + N_{R^n_+}(x) \implies -y_i \in N_{R_+}(x_i) \forall i$. This means that $v_i =0$ when $x_i>0$ and $v_i \geq 0$ when $x_i =0$. Use the definition of normal cone above to have intuition why above is true.Now, you have all the material of complementarity condition that says that the two vectors over which you are optimizing must be orthogonal. Here you have shown that $x$ and $y$ are orthogonal, i.e. $x^Ty = 0$.