Analyzing the Setup
We are dealing with functions
f,g:N→N and the functional equation:
f(n+1)=f(n)+f(a)
The variable n ranges over the natural numbers N, and a is a fixed natural number. Consequently, f(a) is a constant. Let us define this constant as C=f(a).
The equation simplifies to:
f(n+1)=f(n)+C
Decoding the Functional Equation
This recurrence relation is the hallmark of an arithmetic progression. The difference between any two consecutive terms is always the constant C.
Since the codomain of f is N, the output f(a) must be a natural number, implying C≥1. Because C≥1, the function f is strictly increasing.
As n increases, f(n) must also increase. This confirms that f can never repeat a value, making it a one-one function. Thus, Statement 1 is true.
The Logic of Composition
Consider Statement 2: "If f∘g is one-one, then g is one-one." This is a fundamental property of function composition.
Suppose
g(x1)=g(x2). Applying
f to both sides yields:
f(g(x1))=f(g(x2))
By definition, this is (f∘g)(x1)=(f∘g)(x2). Since f∘g is one-one, it must be that x1=x2. Thus, g is necessarily one-one, and Statement 2 is true.
The Trap of the Onto Function
Now, we examine Statement 3: "If g is onto, then f∘g is one-one." We can disprove this using a counter-example.
Suppose g is a function that maps both 1 and 2 to 1, and maps n to n−1 for n>2. This function g is onto because it covers all natural numbers, but it is not one-one because g(1)=g(2)=1.
Now, consider the composite function
(f∘g)(n)=f(g(n)). For
n=1 and
n=2:
(f∘g)(1)=f(g(1))=f(1)
(f∘g)(2)=f(g(2))=f(1)
Since (f∘g)(1)=(f∘g)(2), the composite function f∘g is not one-one. Therefore, Statement 3 is false.
Final Verification
Finally, we evaluate Statement 4: "If f is onto, then f(n)=n for all n∈N." We established that f(n)=f(1)+(n−1)C.
If f is onto, it must cover every natural number. If C>1, the function would skip values (e.g., if C=2, it would only hit odd or even numbers depending on f(1)).
To cover every natural number, we must have
C=1 and
f(1)=1. This leads to:
f(n)=1+(n−1)(1)=n
Thus, Statement 4 is true.