Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Functions
Easy

Question

Let f, g : N \to N such that f(n + 1) = f(n) + f(1) \forall n\inN and g be any arbitrary function. Which of the following statements is NOT true?

Options

Solution

Key Concepts and Formulas

  • Recurrence Relation: A formula that defines a sequence where each term is a function of preceding terms.
  • Mathematical Induction: A proof technique used to establish that a given statement is true for all natural numbers.
  • One-One Function (Injective): A function where distinct elements in the domain map to distinct elements in the codomain. If f(x1)=f(x2)f(x_1) = f(x_2), then x1=x2x_1 = x_2.
  • Onto Function (Surjective): A function where every element in the codomain has at least one corresponding element in the domain.
  • Composition of Functions (fgf \circ g): (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)).

Step-by-Step Solution

Step 1: Determine the explicit form of the function f(n)f(n). We are given the recurrence relation f(n+1)=f(n)+f(1)f(n + 1) = f(n) + f(1) for all nNn \in \mathbb{N}. The domain and codomain of ff are N={1,2,3,}\mathbb{N} = \{1, 2, 3, \dots\}. Let's compute the first few terms to identify a pattern:

  • For n=1n=1: f(1+1)=f(1)+f(1)    f(2)=2f(1)f(1+1) = f(1) + f(1) \implies f(2) = 2f(1).
  • For n=2n=2: f(2+1)=f(2)+f(1)    f(3)=2f(1)+f(1)=3f(1)f(2+1) = f(2) + f(1) \implies f(3) = 2f(1) + f(1) = 3f(1).
  • For n=3n=3: f(3+1)=f(3)+f(1)    f(4)=3f(1)+f(1)=4f(1)f(3+1) = f(3) + f(1) \implies f(4) = 3f(1) + f(1) = 4f(1). The pattern suggests that f(n)=nf(1)f(n) = n f(1).

Step 2: Prove f(n)=nf(1)f(n) = n f(1) using mathematical induction.

  • Base Case: For n=1n=1, the formula states f(1)=1f(1)f(1) = 1 \cdot f(1), which is true.
  • Inductive Hypothesis: Assume that f(k)=kf(1)f(k) = k f(1) for some kNk \in \mathbb{N}.
  • Inductive Step: We need to show that f(k+1)=(k+1)f(1)f(k+1) = (k+1)f(1). Using the given recurrence relation: f(k+1)=f(k)+f(1)f(k+1) = f(k) + f(1) Substitute the inductive hypothesis f(k)=kf(1)f(k) = k f(1): f(k+1)=kf(1)+f(1)f(k+1) = k f(1) + f(1) Factor out f(1)f(1): f(k+1)=(k+1)f(1)f(k+1) = (k+1)f(1) Thus, the formula holds for k+1k+1. By the principle of mathematical induction, f(n)=nf(1)f(n) = n f(1) for all nNn \in \mathbb{N}. Since f:NNf: \mathbb{N} \to \mathbb{N}, f(1)f(1) must be a natural number, so f(1)1f(1) \ge 1.

Step 3: Analyze Statement (B): ff is one-one. A function ff is one-one if f(n1)=f(n2)f(n_1) = f(n_2) implies n1=n2n_1 = n_2. Let f(n1)=f(n2)f(n_1) = f(n_2) for n1,n2Nn_1, n_2 \in \mathbb{N}. Using our derived formula: n1f(1)=n2f(1)n_1 f(1) = n_2 f(1) Since f(1)Nf(1) \in \mathbb{N}, f(1)1f(1) \ge 1, so f(1)0f(1) \neq 0. We can divide both sides by f(1)f(1): n1=n2n_1 = n_2 Therefore, ff is one-one. Statement (B) is true.

Step 4: Analyze Statement (C): If ff is onto, then f(n)=nf(n) = n for all nNn \in \mathbb{N}. If ff is onto, then for every mNm \in \mathbb{N} (the codomain), there exists an nNn \in \mathbb{N} (the domain) such that f(n)=mf(n) = m. We know f(n)=nf(1)f(n) = n f(1). So, for any mNm \in \mathbb{N}, there must exist an nNn \in \mathbb{N} such that nf(1)=mn f(1) = m. Consider m=1m=1. There must exist an nNn \in \mathbb{N} such that nf(1)=1n f(1) = 1. Since nNn \in \mathbb{N} and f(1)Nf(1) \in \mathbb{N}, both are positive integers. The only way their product can be 1 is if both are 1. So, n=1n=1 and f(1)=1f(1)=1. If f(1)=1f(1)=1, then f(n)=n1=nf(n) = n \cdot 1 = n for all nNn \in \mathbb{N}. Therefore, if ff is onto, then f(n)=nf(n) = n for all nNn \in \mathbb{N}. Statement (C) is true.

Step 5: Analyze Statement (D): If fgf \circ g is one-one, then gg is one-one. Let fgf \circ g be one-one. This means that if (fg)(x1)=(fg)(x2)(f \circ g)(x_1) = (f \circ g)(x_2), then x1=x2x_1 = x_2. (fg)(x1)=f(g(x1))(f \circ g)(x_1) = f(g(x_1)) and (fg)(x2)=f(g(x2))(f \circ g)(x_2) = f(g(x_2)). So, if f(g(x1))=f(g(x2))f(g(x_1)) = f(g(x_2)), then x1=x2x_1 = x_2. We know that ff is one-one (from Step 3). If f(y1)=f(y2)f(y_1) = f(y_2), then y1=y2y_1 = y_2. Let y1=g(x1)y_1 = g(x_1) and y2=g(x2)y_2 = g(x_2). So, if f(g(x1))=f(g(x2))f(g(x_1)) = f(g(x_2)), then since ff is one-one, we must have g(x1)=g(x2)g(x_1) = g(x_2). This implies that if fgf \circ g is one-one, then gg must be one-one. Statement (D) is true.

Step 6: Analyze Statement (A): If gg is onto, then fgf \circ g is one-one. We know that f(n)=nf(1)f(n) = n f(1) where f(1)Nf(1) \in \mathbb{N} and f(1)1f(1) \ge 1. Consider the case where f(1)>1f(1) > 1. For example, let f(1)=2f(1) = 2. Then f(n)=2nf(n) = 2n. Let g:NNg: \mathbb{N} \to \mathbb{N} be an onto function. We want to check if fgf \circ g is one-one. This means we need to check if f(g(n1))=f(g(n2))f(g(n_1)) = f(g(n_2)) implies n1=n2n_1 = n_2. Substituting the formula for ff: 2g(n1)=2g(n2)2 g(n_1) = 2 g(n_2) This implies g(n1)=g(n2)g(n_1) = g(n_2). If gg is onto, it does not guarantee that gg is one-one. Let's construct a counterexample. Suppose f(1)=2f(1) = 2, so f(n)=2nf(n) = 2n. Let g:NNg: \mathbb{N} \to \mathbb{N} be a function such that g(n)=1g(n) = 1 for all nNn \in \mathbb{N}. This function is not onto, so this example doesn't work directly.

Let's reconsider the condition for fgf \circ g to be one-one. We have f(x)=cxf(x) = c x where c=f(1)1c = f(1) \ge 1. (fg)(n)=f(g(n))=cg(n)(f \circ g)(n) = f(g(n)) = c \cdot g(n). For fgf \circ g to be one-one, we need cg(n1)=cg(n2)    n1=n2c \cdot g(n_1) = c \cdot g(n_2) \implies n_1 = n_2. If c>1c > 1, we can have g(n1)=g(n2)g(n_1) = g(n_2) even if n1n2n_1 \neq n_2, and this would imply f(g(n1))=f(g(n2))f(g(n_1)) = f(g(n_2)). For fgf \circ g to be one-one, it must be that g(n1)=g(n2)    n1=n2g(n_1) = g(n_2) \implies n_1 = n_2 (i.e., gg must be one-one), unless c=1c=1.

Let's assume gg is onto. If f(1)=1f(1) = 1, then f(n)=nf(n) = n. In this case, fg=gf \circ g = g. If gg is onto, fgf \circ g is onto, but not necessarily one-one. However, the statement is "If gg is onto, then fgf \circ g is one-one". We are looking for a case where this is FALSE.

Consider f(1)=2f(1) = 2. So f(n)=2nf(n) = 2n. Let g:NNg: \mathbb{N} \to \mathbb{N} be an onto function. We need to find an onto gg such that fgf \circ g is NOT one-one. Let g(n)=1g(n) = 1 if nn is odd, and g(n)=kg(n) = k if nn is even, where kk is some natural number. For gg to be onto, the range of gg must be N\mathbb{N}. So {1,k}=N\{1, k\} = \mathbb{N}, which is impossible if N\mathbb{N} has more than 2 elements.

Let's construct a proper counterexample for statement (A). We need to show that it's possible for gg to be onto, but fgf \circ g to be NOT one-one. This means there exist n1n2n_1 \neq n_2 such that f(g(n1))=f(g(n2))f(g(n_1)) = f(g(n_2)). Since f(x)=f(1)xf(x) = f(1) \cdot x, this means f(1)g(n1)=f(1)g(n2)f(1) \cdot g(n_1) = f(1) \cdot g(n_2). If f(1)>1f(1) > 1, then this implies g(n1)=g(n2)g(n_1) = g(n_2) for n1n2n_1 \neq n_2. So, if f(1)>1f(1) > 1, and we can find an onto function gg that is NOT one-one, then statement (A) is false.

Let f(1)=2f(1) = 2, so f(n)=2nf(n) = 2n. Let g:NNg: \mathbb{N} \to \mathbb{N} be defined as follows: g(n)=ng(n) = n if nn is odd. g(n)=n1g(n) = n-1 if nn is even. Let's check if gg is onto. The range of gg is {1,2,3,4,}=N\{1, 2, 3, 4, \dots\} = \mathbb{N}. So gg is onto. Now let's check if fgf \circ g is one-one. Consider n1=1n_1 = 1 and n2=2n_2 = 2. g(1)=1g(1) = 1. f(g(1))=f(1)=21=2f(g(1)) = f(1) = 2 \cdot 1 = 2. g(2)=21=1g(2) = 2-1 = 1. f(g(2))=f(1)=21=2f(g(2)) = f(1) = 2 \cdot 1 = 2. So, f(g(1))=f(g(2))=2f(g(1)) = f(g(2)) = 2, but 121 \neq 2. Therefore, fgf \circ g is NOT one-one. This shows that if gg is onto, fgf \circ g is not necessarily one-one. Statement (A) is false.

Common Mistakes & Tips

  • Always verify the codomain and domain of functions. Here, f:NNf: \mathbb{N} \to \mathbb{N} is crucial.
  • When dealing with f(n)=cnf(n) = c n, remember that c=f(1)c = f(1) must be a natural number, so c1c \ge 1.
  • For a composition fgf \circ g to be one-one, it is a sufficient condition for ff and gg to be one-one, but not always necessary if ff is not the identity function. Specifically, if f(x)=cxf(x) = cx with c>1c>1, then fgf \circ g being one-one implies gg is one-one.

Summary

We first determined the explicit form of the function f(n)f(n) as f(n)=nf(1)f(n) = n f(1), where f(1)Nf(1) \in \mathbb{N}. We then analyzed each statement. Statement (B) was proven true as f(n1)=f(n2)    n1f(1)=n2f(1)    n1=n2f(n_1) = f(n_2) \implies n_1 f(1) = n_2 f(1) \implies n_1 = n_2 since f(1)0f(1) \neq 0. Statement (C) was shown to be true because if ff is onto, then f(1)f(1) must be 1, leading to f(n)=nf(n) = n. Statement (D) was true because if fgf \circ g is one-one and ff is one-one, then gg must be one-one. Statement (A) was found to be false by constructing a counterexample where f(1)>1f(1) > 1 and gg is an onto function that is not one-one, leading to fgf \circ g not being one-one.

The final answer is \boxed{A}.

Practice More Sets, Relations & Functions Questions

View All Questions