Operation

An operation on a set is an n-ary function that combines elements (n-tuple) of to produce another element of :

Examples

unary operations: negation , factorial , successor function
binary operations: addition , multiplication , maximum
ternary operations: conditional operator (if-then-else)