I have a vector $A=\left[\begin{array}{ccccc}1&2&5&4&3\end{array}\right]$ and I get vector $B=\left[\begin{array}{cc}4&5\end{array}\right]$, i.e., the maximum two elements of $A$.
What could be the proper notation for representing $B$? For example if I want to represent only the maximum value, I can write $B=\max(A)$