Tengo un conjunto de $A = {a, b, c}$ y una función que determina un valor para un determinado elemento $f(x) = {value}$. Luego necesito el valor máximo de todos los elementos de la función: $$a{max} = \max{x\in A}(f(x))$$ The problem comes with the next step where I need a set that contains all elements from $A $ without the element that produced the maximum value. So if e.g. $ a_ {max} = f (b) $, then I need a set $B = {a, c} $.
¿Cómo se escribe este escenario $A, x \notin {\operatorname{arg\,max}_x f(x)}$?