Consider the LP $\min cx $ subject to $a^i x = b_i $ $i=1,...,m$ and $x \geq0$ where $x$ is an n-vector. Let $x^*$ be an optimal solution to this LP. Let $\pi^*$ be the optimal solution to the dual. Prove that $x^*$ is also optimal to
\begin{align*} \min \; \;& (c-\pi_k^* a^k) x \\ &a^i x = b_i, i=1,...,m \\ &x \geq 0 \end{align*}
whre $\pi_k^*$ is kth component of the vector $\pi^*$
thoughts
We are given that $cx^* \leq cx $ for all $x$ feasible. By the duality theorem, we see that $\pi^* = x^*$. We need to prove that
$$ (c- \pi_k^* a^k ) x^* \leq (c- \pi_i^* a^i ) x $$
But, since $cx^* \leq cx$, then
$$ - \pi_k^* a^k x^* \leq - \pi_i^* a^i x \implies \pi_k^* a^k x^* \geq \pi_i^* a^i x$$
here I get stuck. Am I thinking about this problem correctly? or my approach leads nowhere?