When Infimum Breaks a Familiar Equivalence in Optimization
In parametric constrained optimization, it is common to define a value function by allowing a constraint bound to vary.
Given two functions (not necessarily convex) and a constraint parameter , consider the optimization problem
The following logical equivalence is known:
It turns out that this equivalence hides a subtle assumption: the minimum must actually be attained. Without attainment, only one direction is guaranteed; the other may fail completely.
This post explains this distinction, proves the valid part, and constructs a clean counterexample showing the failure in the general infimum case.
1. The Setup
Let
where we use instead of since a minimizer may or may not exist.
We are interested in the condition
Intuitively, one might think that this should be equivalent to the existence of an satisfying both the constraint and the bound .
This intuition is only half correct.
2. The Always-True Direction
Assume there exists such that
Then clearly
Thus we always have
This part does not require to be attained.
3. The Subtle Direction (and When It Holds)
The reverse implication
requires that the minimum be achieved.
Indeed, if there exists such that
then whenever , and the implication holds.
So the full equivalence
holds exactly when the minimum exists.
4. When the Minimum Does Not Exist: A Counterexample
To see what goes wrong, consider the following very simple example.
Let
- for all
Then for any we have
but the infimum is not attained because .
Now take .
We have
but there is no such that , because for all .
Thus the implication
fails. This shows that the reverse direction is not valid without attainment.
6. Summary
The small logical distinction between min and inf appears harmless at first, but it is crucial in duality theory and in constructing correct optimality conditions—especially outside the convex world, where minima may fail to exist and value functions may not behave smoothly.