6.3 Classes of Functions
There are certain properties of functions that we can use to group functions together into similarly-behaving types. Let be a function with domain and range in .
Definition 6.5.
-
•
is an even function . This can be visualised as symmetry about the y-axis of the graph.
-
•
is an odd function . This can be visualised as rotational symmetry about the origin of the graph.
It is possible for a function to be neither even nor odd.
Definition 6.6.
-
•
is an injection (or one-to-one)
Every element in the range is the image of at most one element from the domain.
-
•
is a surjection (or onto)
Every element in the range is reached by at least one element from the domain.
-
•
f is a bijection (or one-to-one correspondence) is injective and is surjective. Each element of the range is mapped to by exactly one element from the domain.
It is possible for a function to be neither injective nor surjective.