Range of a function
In mathematics, the range of a function refers to either the codomain or the image of the function, depending upon usage. The codomain is a set containing the function's outputs, whereas the image is the part of the codomain which consists only of the function's outputs.
For example, the function is often described as a function from the real numbers to the real numbers, meaning that its codomain is the set of real numbers R, but its image is the set of non-negative real numbers, as is never negative if is real. Some books use the term range to indicate the codomain R. These books call the actual output of the function the image. This is the current usage for range in computer science. Other books use the term range to indicate the image, that is the non-negative real numbers. In this case, the larger set containing the range is called the codomain.[1] This usage is more common in modern mathematics.
Examples
Let f be a function on the real numbers defined by . This function takes as input any real number and outputs a real number two times the input. In this case, the codomain and the image are the same (i.e., the function is a surjection), so the range is unambiguous; it is the set of all real numbers.
In contrast, consider the function defined by . If the word "range" is used in the first sense given above, we would say the range of f is the codomain, all real numbers; but since the output of the sine function is always between -1 and 1, "range" in the second sense would say the range is the image, the closed interval from -1 to 1.
Formal definition
Standard mathematical notation allows a formal definition of range.
In the first sense, the range of a function must be specified; it is often assumed to be the set of all real numbers, and {y | there exists an x in the domain of f such that y = f(x)} is called the image of f.
In the second sense, the range of a function f is {y | there exists an x in the domain of f such that y = f(x)}. In this case, the codomain of f must be specified, but is often assumed to be the set of all real numbers.
In both cases, image f ⊆ range f ⊆ codomain f, with at least one of the containments being equality.
See also
References
- ^ Walter Rudin, Functional Analysis, Second edition, p. 99, McGraw Hill, 1991, ISBN 0-07-054236-8