tylerc1991
- 158
- 0
Homework Statement
Define
\mathbb{A} = \{ g_{ab} : (a, b) \in \mathbb{R}^2, a \neq 0 \}.
Define the function G: \mathbb{R}^2 \to \mathbb{A} by the rule
G\big((a, b)\big) = g_{ab}, \quad (a, b) \in \mathbb{R}^2, a \neq 0.
Determine whether G is bijective.
Homework Equations
g_{ab} = ax + b.
The Attempt at a Solution
To prove injectivity, we must show that G\big((a, b)\big) = G\big((c, d)\big) \implies (a, b) = (c, d).
Suppose G\big((a, b)\big) = G\big((c, d)\big) for some (a, b), (c, d) \in \mathbb{R}^2.
By the definition of G\big((a, b)\big),
g_{ab} = G\big((a, b)\big) = G\big((c, d)\big) = g_{cd}.
By the definition of g_{ab},
ax + b = g_{ab} = g_{cd} = cx + d.
This means that a = c and b = d, or (a, b) = (c, d).
Therefore, G is injective.
To prove surjectivity, we must show that range(G) = \mathbb{A}.
By definition, range(G) \subseteq \mathbb{A}.
Choose an element f_{ab} in \mathbb{A}.
Then f_{ab} = ax + b such that a \neq 0.
Clearly there exists an element g_{ab} in range(G) such that <br /> <br /> g_{ab} = ax + b = f_{ab}, where a \neq 0.
Hence, f_{ab} \in \text{range}(G). This means that \mathbb{A} <br /> <br /> \subseteq \text{range}(G), and hence that range(G) = \mathbb{A}.
Therefore, G is surjective.
Because G is injective and surjective, G is bijective by definition.