Onto Function - Definition, Formula, Properties, Graph, Examples

Onto Function

Onto function is a function f that maps an element x to every element y. That means, for every y, there is an x such that f(x) = y. Onto Function is also called surjective function. The concept of onto function is very important while determining the inverse of a function. In order to determine if a function is onto, we need to know the information about both the sets that are involved. Onto functions are used to project the vectors on 2D flat screens in a 3D video game.

Any function can be decomposed into an onto function or a surjection and an injection. In this article, let's learn about onto function definition and properties with examples.

1. What is an Onto Function?
2. Onto Function Examples
3. Onto Function Formula
4. Properties of Onto Function
5. Graph of Onto Function
6. Relationship Between Onto Function and One-to-One Function
7. FAQs on Onto Function

What is an Onto Function?

An onto function is a function whose image is equal to its codomain. Also, the range and codomain of an onto function are equal. We can also say that function is onto when every y ∈ codomain has at least one pre-image x ∈ domain. Let's go ahead and learn the onto function definition.

Onto Function Definition

A function f from set A to set B is called an onto function if for each b ∈ B there exists at least one a ∈ A such that f(a) = b. None of the elements are left out in the onto function because they are all mapped to some element of A. Consider the example given below:

Let A = {a1, a2, a3 } and B = {b1, b2 } then f : A→B.

Onto Function

Onto Function Examples

For any onto function, y = f(x), all the elements in y should be mapped to any element in x. Here are few examples of onto functions.

  • The identity function for any set X is an onto function.
  • The function f : Z → {0, 1, 2} defined by f(n) = n mod 3 is an onto function.

Let us understand the concept of onto function using a real-life situation,

Consider a function representing the roll numbers of 15 students in a class. Here, the 15 students are the domain of the function, while their roll numbers constitute the codomain of the given function. Since, for every roll number in the system, there would be a student, this is an example of onto function.

Onto Function Formula

There is a formula to find the number of onto functions from one set to another. In onto function from A to B, we need to make sure that all the elements of B are used.

Formula For Number of Onto Functions

If A has m elements and B has n elements, then the total number of onto functions can be calculated using the formula, \(\begin{equation} n^{m}-\left(\begin{array}{c} n \\ 1 \end{array}\right)(n-1)^{m}+\left(\begin{array}{c} n \\ 2 \end{array}\right)\left(n-2^{m}\right) \ldots \ldots . .(-1)^{n-1}\left(\begin{array}{c} n \\ n-1 \end{array}\right) 1^{m} \end{equation}\)

We need to note that this formula will work only if m ≥ n. But if m < n, then the number of onto functions will be 0 as it is not possible to use all the elements of B. Therefore,

  • if n < m, number of onto functions = 0
  • if n = m, number of onto functions = m!

Example to Calculate Number of Onto Functions:

Let us see how to find the number of onto functions using an example. If A has m elements and B has 2 elements, then the number of onto functions will be 2m - 2. This can be explained as:

  • From a set of m elements in A to the set of 2 elements in B, the total number of functions will be 2m.
  • And, out of these functions, 2 functions are not onto, if all elements are mapped to the 1st element of B or all elements are mapped to the 2nd element of B.
  • Thus, the total number of onto functions is 2m - 2.

Properties of Onto Function

A function is considered to be an onto function only if the range is equal to the codomain. Here are some of the important properties of onto function:

  • In the onto function, every element in the codomain will be assigned to at least one value in the domain.
  • Every function that is an onto function has a right inverse.
  • Every function which has a right inverse can be considered as an onto function.
  • A function f: A →B is an onto, or surjective, function if the range of f equals the codomain of the function f.
  • Let f: A →B be an arbitrary function then, every member of A has an image under f and all the images will be considered as members of T. The set R of these images can be considered as the range of the function f.

Graph of Onto Function

The easiest way to determine whether a function is an onto function using the graph is to compare the range with the codomain. If the range equals the codomain, then the function is onto. A graph of any function can be considered as onto if and only if every horizontal line intersects the graph at least one or more points. If there is an element of the range of a function that fails the horizontal line test by not intersecting the graph of the function, then the function is not surjective. The below-given image is an example of the graph of onto function:

Graph of Onto Function

Relationship Between Onto Function and One-to-One Function

In addition to onto function, the one-to-one function is also an essential prerequisite for learning about inverse functions. Surjective and Injective functions are the different names for onto and one-to-one functions, respectively. The primary difference is that onto functions hit all the output values, whereas one-to-one functions are the ones where each x is connected to only one y.

A function that is both One to One and Onto is called the bijective function. Each value of the output set is connected to the input set, and each output value is connected to only one input value.

Both One to One and Onto

In the above image, you can see that each element on the left set is connected exactly once to each element in the right set, hence this function is one to one, and each element on the right set is connected to the left set, and thus it is onto as well. As it is both one-to-one and onto, it is said to be bijective. For example, the function y = x is also both one to one and onto; hence it is bijective. Bijective functions are special classes of functions; they are said to have an inverse.

Related Articles on Onto Function

Check out the following pages related to onto function.

  • Inverse of a Function
  • Graphing Functions
  • One to One Function

Important Notes on Onto Function

Here is a list of a few points that should be remembered while studying onto function.

  • A function is onto when its range and codomain are equal.
  • Any function can be decomposed into an onto function or a surjection and an injection.

Tag » What Is An Onto Function