Relation
A collection of ordered pairs that defines a relationship or mapping between elements of two sets. It pairs an input value (from the domain) to an output value (in the range).
Example
The set of ordered pairs $R = \{(1, 2), (2, 4), (3, 6)\}$ is a relation that associates a given number with its double.
See Also
- Function
- Domain
- Range