Jump to content

Binary function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jan Hidders (talk | contribs) at 21:39, 22 July 2001. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A binary function is a function where the domain is the subset of the Cartesian product of two sets. For example, the function plus : N × N -> N that maps an ordered pair of natural numbers to their sum. The application of plus to an ordered pair (x, y), that is plus((x, y)) is usually simply written as plus(x, y).