Suppose we have a primal maximization LP:
$$ \text{maximize } c^Tx \\ \text{subject to } Ax \le b, x \ge 0 $$
If $x$ is a feasible solution to the primal LP, and $y$ is a feasible solution to the dual LP, is the primal LP bounded?
My thought is that by the weak duality theorem, the primal LP is not required to be bounded.
By weak duality, a feasible solution for either primal or dual implies a bound on the other.