K Maximum Notation

251 Views Asked by At

Suppose I have an unordered set $U = \{u_1, u_2, u_3, ..., u_n\}$. What is the right notation for the $k$ $u_i \in U$ that maximizes $f: U \rightarrow \mathbb{R}$? I use this notation when $k=1$:

$$ \textrm{argmax}_{u_i \in U} f(u_i)$$

1

There are 1 best solutions below

0
On

How about $f^{-1}(\max(\mathrm{ran}(f))?$