If an operator can be defined for $k$ operands, $k \in \mathbb N$, how do you call this feature of the operator? For example, "+" is such an operator.
Similarly, for a relation $R$ on a set $X$, $R$ can be defined as k-ary relation for all $k \in \mathbb N$ in some consistent way. What do you call this feature of $R$? For example, mutual independence can be defined for any $k$ number of random variables.
Furthermore, if $R$ has a property that if $R$ holds for some $k_1$ elements of $X$, then $R$ holds for any $k_2$ of the $k_1$ elements, for any $k_2 \leq k_1$, how do you call this property of $R$?
Thanks!
In the case of an operator, you're looking for associativity.
As for a relation, maybe a partial order fits for you? For example, if "$\leq$" is a partial order, then you can define a new relation "$\sqsubseteq$" as follows.
$$\leq_k=\{(a_1,\ldots,a_k):a_1\leq\cdots\leq a_k\}$$ and $$\sqsubseteq=\bigcup_{k\in\mathbb{N}}\leq_k=\bigcup_{k\in\mathbb{N}}\{(a_1,\ldots,a_k):a_1\leq\cdots\leq a_k\}$$