I'm working on the following exercise:
Let $c \in \mathbb{R}^n$ and $A \in \mathbb{R}^{m*n}$. For an any arbitrary $b \in \mathbb{R}^m$ we consider the following problem $(P_b)$:
$$min_{x \in \mathbb{R}^n} c^Tx$$
$$\text{such that } Ax = b, x \ge 0$$
Let further be $B$ a base of $A$. We set $x(B,b)$ as the unique solution to the linear equation system: $Ax = b, x_i = 0 \ (\forall i \not \in B )$. We know that the mapping $b \mapsto x(B,b)$ is continuous.
Let now be $\overline{b} \in \mathbb{R}^m$. We make the following assumptions:
- The problem $(P_{\overline{b}})$ has a unique solution $\overline{x}$ and there is a unique base $\overline{B}$ such that $\overline{x} = x(\overline{B},\overline{b})$. For all $i \in \overline{B}$ holds $\overline{x}_i > 0$.
- There is a number $\epsilon_0 > 0$ such that for all $b \in \mathbb{R}^m$ with $\| b - \overline{b} \| \le \epsilon_0$ the problem $(P_b)$ has a solution.
Show that there is a $\epsilon >0$ such that for all $b \in \mathbb{R}^m$ with $\| x - \overline{x} \| \le \epsilon$ the point $x(\overline{B},b)$ is a solution to $(P_b)$.
My idea would be to use, the continuity of the mapping $b \mapsto x(B,b)$ with point 2) to show from $\| b - \overline{b} \| \le \epsilon_0$ that $\| x - \overline{x} \| \le \epsilon$ but I don't know how to choose $\epsilon$ so that I can say that $\| x - \overline{x} \|$ is indeed smaller or equal to $\epsilon$. I also don't get why the solution has to have the form $x(\overline{B},b)$. Could you give me a hint ?