If you use the definition of a function as a set of ordered pairs which relate elements from two sets, how would this apply when you have a function of more than one variable, say 2?
Would the ordered pairs be of the form $((a,b),c)$?
If you use the definition of a function as a set of ordered pairs which relate elements from two sets, how would this apply when you have a function of more than one variable, say 2?
Would the ordered pairs be of the form $((a,b),c)$?
A function with domain $X$ and codomain $Y$ can be identified with a set of ordered pairs $(x, y)$ with $x \in X$ and $y \in Y$, regardless of the structure of the underlying sets. If $X$ is a product, e.g. $X = A \times B \times C$ then each $x \in X$ is an ordered triplet, and so we have an ordered pair where the first element is (in turn) an ordered triplet).
So a three-variable function might look like a set of pairs of the form $\big((a, b, c), y\big)$.