What is the name of this property when
$ (\bigotimes_{a \in A} a ) \in A $
that is the operator selects a member of A. Examples are min, max and median operators on ordered sets. It seems to be similar to idempotency but it is not.
What is the name of this property when
$ (\bigotimes_{a \in A} a ) \in A $
that is the operator selects a member of A. Examples are min, max and median operators on ordered sets. It seems to be similar to idempotency but it is not.
I'd call it closure, or an operation closed on a particular set.
You could say that the operator is a choice function from a subset of $\mathcal{P}(A)$ into $A$.
In fact, this is pretty much exactly what you're describing ("having sets as inputs and the output for each set is a member of that set").
The only details to consider are that the function might not be defined on the empty set, or might not be defined on infinitely many inputs. Considering that, the domain of your function might only be from $\mathcal{P}(A)\setminus \{\emptyset\}$ (the nonempty subsets of $A$) or else the set $\mathcal{P}_{fin}(A)\setminus \{\emptyset\}$ ( nonempty finite subsets of $A$).
Each "rule" like min/max/median gives you the method of choosing an element out of the set.