As the title says, suppose I have sets $X= \{ 1, 2, 3,10\}$ and $Y=\{199, 8\}$, then is there an accepted notation to choose $X$?
Something like: $\max_{|\cdot|}(X, Y) = X$ ?
As the title says, suppose I have sets $X= \{ 1, 2, 3,10\}$ and $Y=\{199, 8\}$, then is there an accepted notation to choose $X$?
Something like: $\max_{|\cdot|}(X, Y) = X$ ?
$\operatorname{argmax}$ is the notation you're looking for. Whereas $\max$ gives the maximum output value, $\operatorname{argmax}$ gives the input value which produces the maximum.
So you would say $\operatorname{argmax}_{S} (|S|)$.