$$ \max_{x \in {X}} f(x) $$
Means I want the maximum value of $f$ under all possible values of $x \in X$
Is there a way to say the above but for the second maximum (ie once you remove the $x$ that gives the maximum, what is the new maximum)? What about nth maximum?
PS: and let's say $X$ is a discrete set.