I'm studying the Cartesian product, which is bound to the idea of a binary relation. Even with Cartesian products of several sets, n-ary Cartesian products, we have to think combinatorically as two sets at a time, recursively. Is there any sort of operation where there is, say, a triary operation happening. Obviously, when we have we have to think of associative rules, forcing subtraction to be a binary operator "step-through" affair. There is no operator that does something in one fell swoop to all three numbers is there? Lisp has (+ 1 2 3) and grade-school math has vertical addition with the plus-sign and a line under the lowest number, but these are not "internally" non-binary. The only thing that takes "three at once" is, yes, a product-based operator, again, an n-ary Cartesian product. Correct? Another example would be playing poker and being dealt five cards. The cards were shuffled, which is a combinatoric permutation of the stack of cards, which are then dealt into hands. Is there anything from probability (or anywhere) that doesn't start with a shuffle permutation therefore binary, rather, just looks at the five cards coming together non-permutation-, non-binary-wise?