Subscribe to our ▶️ YouTube channel 🔴 for the latest videos, updates, and tips.
Let f : A -> B be a function. The function f is called an one-one function if it takes different elements of A into different elements of B
Another name for one-to-one function is injective function.
To prove a function f : A → B to be one-to-one, it is enough to prove any one of the following :
A function f : A → B is said to be one-to-one if x, y ∈ A,
x ≠ y ⇒ f(x) ≠ f(y)
[or equivalently f(x) = f(y) ⇒ x = y]
The following statements are some important simple results.
Let A and B be two sets with m and n elements.
(i) There is no one-to-one function from A to B if m > n.
(ii) If there is an one-to-one function from A to B, then m ≤ n.
Example 1 :
Check whether the following function is one-to-one
f : N → N defined by f(n) = n + 2
Solution :
To check if the given function is one to one, let us apply the rule
f (x) = f (y) ----> x = y
f(x) = x + 2 and f(y) = y + 2
x + 2 = y + 2
x = y
For every element if set N has images in the set N.
Hence it is one to one function.
Example 2 :
Check whether the following function is one-to-one
f : R → R defined by f(n) = n2
Solution :
To check if the given function is one to one, let us apply the rule
f(x) = f(y) ----> x = y
f(x) = x2 and f(y) = y2
By equating f(x) and f(y), we get
x2 = y2
x = y
From this we cannot decide that the function is one to one. Because every two different elements in the domain has same images is co-domain. That is,
If x = 1 then y = 1. If x = -1 also, then y is 1.
Hence the given function is not one to one.
Example 3 :
Check whether the following function is one-to-one
f : R - {0} → R defined by f(x) = 1/x
Solution :
To check if the given function is one to one, let us apply the rule
f(x) = f(y) ----> x = y
f(x) = 1/x and f(y) = 1/y
By applying the above rule, we get
1/x = 1/y
x = y
Every element in domain has different images in co-domain.
Hence it is one to one function.
Example 4 :
Check whether the following functions are one-to-one and onto.
f : N ∪ {−1, 0} → N defined by f(n) = n + 2.
Solution :
As above, this function is one-to-one. If m is in the co-domain, then m − 2 is in the domain and
f(m − 2) = (m − 2) + 2 = m
thus m has a pre-image and hence this function is onto.
Example 5 :
If f : R - {-1, 1} --> R is defined by f(x) = x/(x2 - 1) verify whether f is one to one or not.
Solution :
Let us start with the assumption, f(x) = f(y)
f(x) = x/(x2 - 1)
f(y) = y/(y2 - 1)
x/(x2 - 1) = y/(y2 - 1)
x(y2 - 1) = y(x2 - 1)
xy2 - x = yx2 - y
xy2 - x - yx2 + y = 0
xy2 - yx2 + y - x = 0
xy(y - x) + (y - x) = 0
(y - x) (xy + 1) = 0
y - x = 0 and xy + 1 = 0
y = x and xy = -1
Since the domain is all real numbers excluding -1 and 1, let us apply some random values. Here we dont recieve only y = x, we recieve xy = -1 as well. So, it is not one to one function.
Example 6 :
Check whether the function f(x) = x|x| defined on [−2, 2] is one-to-one or not. If it is one-to-one, find a suitable co-domain so that the function becomes a bijection.
Solution :
f(x) = f(y)
f(x) = x|x|
f(y) = y|y|
x|x| = y|y}
x/y = |y|/|x|
x/y = |y/x|
f(y), we must have x2 = y2. Also x and y are either both negative or both positive. This is possible only if x = y. Thus f is one-to-one. When x < 0, f(x) = −x2 and when x ≥ 0, f(x) = x2
So the range is [−4, 4]. So f becomes a bijection from
[−2, 2] to [−4, 4].
Example 7 :
Let A = {1, 2, 3, 4} and B = {a, b, c, d}. Give a function from A → B for each of the following:
(i) neither one-to-one nor onto.
(ii) not one-to-one but onto.
(iii) one-to-one but not onto.
(iv) one-to-one and onto.
Solution :
A = {1, 2, 3, 4} and B = {a, b, c, d}.
i) {1, a) (2, a) (3, c) (4, d)
ii) If it is not to be one to one, one output may have more than one preimages. To be onto, each output should have preimage. Since we have equal number of elements in both sets, we cannot create the function which is not one to one but onto. Then, it is not possible.
iii) Again, it has same number of elements, so it is not possible to create a function which is one to one but not onto.
iv)
{1, a) (2, b) (3, c) (4, d)
(or)
{1, c) (2, b) (3, a) (4, d)
We can create many functions like this.
Subscribe to our ▶️ YouTube channel 🔴 for the latest videos, updates, and tips.
Kindly mail your feedback to v4formath@gmail.com
We always appreciate your feedback.
About Us | Contact Us | Privacy Policy
©All rights reserved. onlinemath4all.com

Dec 27, 25 09:33 PM
Dec 25, 25 08:30 AM
Dec 24, 25 07:58 PM