To determine the nature of the function \( f : \mathbb{Q} \to \mathbb{Q} \) defined by \( f(x + y) = f(x) + f(y) \) for all \( x, y \in \mathbb{Q} \) and \( f(1) = 10 \), let's proceed step-by-step through this problem.
The given functional equation \( f(x + y) = f(x) + f(y) \) is a well-known equation called Cauchy's functional equation. Its general solution over the rationals \( \mathbb{Q} \) is linear, and can be expressed as:
\(f(x) = cx\)
where \( c \) is a constant that can be determined from given conditions.
We have the condition:
\(f(1) = 10\)
Substitute into the general solution:
\(c \times 1 = 10\)
Thus, \( c = 10 \). Therefore, the function is:
\(f(x) = 10x\)
Let us analyze the different properties:
A function is injective (one-to-one) if different inputs give different outputs. For our function:
\(f(x_1) = f(x_2) \Rightarrow 10x_1 = 10x_2 \Rightarrow x_1 = x_2\)
Hence, the function is injective.
A function is surjective (onto) if every possible output is an image of some input. Here, we need to find \( x \) in \( \mathbb{Q} \) such that:
\(f(x) = y \Rightarrow 10x = y \Rightarrow x = \frac{y}{10}\)
Since \( \frac{y}{10} \) is a rational number for any rational \( y \), the function is surjective.
Given that the function is both injective and surjective, we conclude that it is bijective.
Therefore, the correct answer is: \( f \) is bijective.