I've been biting my teeth out, trying to find an example of the following. Is it even possible?
Consider two LPs
$$ (P1) \ \max \{c^Tx|Ax\leq b, x\geq 0\} \\ (P2)\ \max \{c^Tx|Ax\leq \tilde{b}, x\geq 0\} $$ where $ A \in \mathbb{R}^{m,n}$, $c\in \mathbb R^n$ and $b,\tilde b \in \mathbb R ^m$ for $m,n$ arbitrary.
The task is to prove or disprove, that if (P1) is unbounded, then (P2) is infeasible or unbounded. I have been searching for a counterexample to the claim, so I've been trying to find $A,\ c,\ b$ and $\tilde b$ for which (P1) is unbounded but (P2) is feasible and bounded. Does such an example exist?
Thanks for any help.