To determine which of the given statements are true, let us analyze the functions f:N→Z and g:Z→N, where N={1,2,3,…}.
1. Analysis of f:N→Z
The function f is defined by:
f(n)=⎩⎨⎧2n+1,24−n,if n is oddif n is even
-
Injectivity (One-One):
- For n=1 (odd): f(1)=21+1=1.
- For n=2 (even): f(2)=24−2=1.
Since f(1)=f(2)=1 for 1=2, the function f is NOT one-one.
-
Surjectivity (Onto):
- If n is odd, let n=2k−1 where k∈N. Then:
f(2k−1)=2(2k−1)+1=k∈{1,2,3,…}=N
- If n is even, let n=2k where k∈N. Then:
f(2k)=24−2k=2−k∈{1,0,−1,−2,…}
The union of these two sets is:
Range(f)={1,2,3,…}∪{1,0,−1,−2,…}=Z
Since the range equals the codomain Z, f is onto.
Thus, statement (D) is TRUE.
2. Analysis of g:Z→N
The function g is defined by:
g(n)={3+2n,−2n,if n≥0if n<0
- Surjectivity (Onto):
- For n≥0, g(n)∈{3,5,7,9,…} (odd integers ≥3).
- For n<0, g(n)∈{2,4,6,8,…} (all positive even integers).
- The range of g is:
Range(g)={2,3,4,5,…}=N∖{1}
Since 1∈/Range(g), g is NOT onto.
Thus, statement (C) is FALSE.
3. Analysis of g∘f:N→N
-
Injectivity:
(g∘f)(1)=g(f(1))=g(1)=3+2(1)=5
(g∘f)(2)=g(f(2))=g(1)=3+2(1)=5
Since (g∘f)(1)=(g∘f)(2)=5 for 1=2, g∘f is NOT one-one.
-
Surjectivity:
Since Range(g∘f)⊆Range(g)=N∖{1}, the value 1∈N is never attained. Therefore, g∘f is NOT onto.
Thus, statement (A) is TRUE.
4. Analysis of f∘g:Z→Z
- For n≥0, g(n)=3+2n, which is an odd integer. Thus:
(f∘g)(n)=f(3+2n)=2(3+2n)+1=n+2
- For n<0, g(n)=−2n, which is an even integer. Thus:
(f∘g)(n)=f(−2n)=24−(−2n)=n+2
Hence, for all n∈Z:
(f∘g)(n)=n+2
The function h(n)=n+2 on Z is both one-one and onto (a bijection).
Thus, statement (B) is FALSE.
Conclusion:
The correct statements are (A) and (D).