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