Answer:
This mapping isn't a function.
Explanation:
A mapping specifies a relation between two sets of items (input and output). For example, a mapping of the form
would map the input
to output
and map the input
to output
.
A function is a mapping where each input is associated with exactly one output.
Note that both
and
are in the mapping given in this question. The input
is mapped to more than one outputs. Thus, this mapping isn't a function.