Given a set $S$, consider a function mapping its subsets to the reals, $f:\mathcal P(S)\rightarrow \mathbb R$. Assume that for every $T\subseteq S$, there exists an element $i\in T$ such that $f(T\backslash \{i\}) \geq f(T)$, that is, we can remove $i$ and obtain an equal or higher value of $f$.
Question: Is there a name for this property? Has it been studied?
Notice the following implications, for a set $T$ of cardinality $n$:
- There exists an ordering of the elements of $T$, $i_1, \dots, i_n$, such that $f\left(\bigcup_{j=1}^{k}\{i_j\}\right) \geq f\left(\bigcup_{j=1}^{k+1}\{i_j\}\right)$ for all $1\leq k<n$. (The set can be built incrementally in a non-increasing order).
- For every $1\leq k<n$ there exists a subset $U\subset T$ of cardinality $k$ such that $f(U)\geq f(T)$.