I was wondering if there is a formal way to say that "x is the i-th greatest element in a subset of $[n]$" (or maybe is this formal?).
For example if i have $M=\{2,3,5,7,11,20\}$, how can I say that if I take 7, this is the 3rd greatest element in $M$. And in general, if I want to refer to some arbitrary x, how should I say this?
What iI am actually doing is trying to build a function that takes the i-th greatest element of a subset of $[n]$ to some value, but I want to make it as formal as possible when referring to that element.
Thanks.