1
$\begingroup$

a. Consider the set $ℝ^+ = \{x∈ℝ|x>0\}$ together. Let $f:ℝ^+→ℝ^+$ be the function given by $f(x) = x^2.$ Is $f$ onto?

b. Consider the set $ℚ^+ = \{x∈ℚ|x>0\}$ together. Let $f:ℚ^+→ℚ^+$ be the function given by $f(x) = x^2.$ Is $f$ onto?

Workings:

a. Let $y \in \mathbb{R}^+$. Let $x = \sqrt{y}$.

Then we have

$f(x)=x^2 = (\sqrt y)^2 = y$

Therefore $f$ is onto.

What I am wondering is. If the same would follow b. Any help will be appreciated.

  • 1
    For b. consider $y=2\,$ for example.2017-02-02
  • 0
    MathJax note: for sets in math mode use `\{ \}` not `{ }`.2017-02-02
  • 1
    @dxiv Oh yeah I forgot about that. Thanks!2017-02-02

1 Answers 1

1

Your complete proof for (a) should be as follows (the red is the bit you left out).

Let $y\in{\Bbb R}^+$. Let $x=\sqrt y$. Then $\color{red}{x\in{\Bbb R}^+}$ and we have $$f(x)=x^2=(\sqrt y)^2=y\ .$$ Therefore f is onto.

The corresponding proof for (b) would be:

Let $y\in{\Bbb Q}^+$. Let $x=\sqrt y$. Then $\color{red}{x\in{\Bbb Q}^+}$ and we have $$f(x)=x^2=(\sqrt y)^2=y\ .$$ Therefore f is onto.

Can you decide whether or not this is correct?

  • 0
    It is not true for part b bcause if we take $y=2$ there is no rational expression expression for $x$.2017-02-02
  • 0
    That's right... though my main point is that for a proper proof of (a) you really should include the red bit.2017-02-02