Prove $f(x) = x^3$ is surjective. I've read about how to do these proofs online but I don't really understand it.
Obviously, the formula $y^{1/3} = x$ always maps to some x for any y, but I don't understand how to officially prove it. Someone said to let $y^{1/3} = x$ and $f(x) = x^3$ so $f(x) = y$.
I don't understand how that does anything. You're just taking the function of the inverse of the function which of course cancels out and results in $y = f(x)$
I'm going to do the mathematician wiggle and say this depends an what you have been taught so far and can take as a given.
If you have been told by God on high that for every $x \in \mathbb R$ then there $\sqrt[3]{x}$ exists then your proof will go like this:
$f(x) =x^3$ is surjective if for any $a \in \mathbb R$ there is exists $b \in \mathbb R$ so that $f(b) = a$. Let $b = \sqrt[3]{a}$ then $f(b) = f(\sqrt[3]{a}) = (\sqrt[3]{a})^3 = a$. So for every $a$ we can find a $b$ (namely the cube root of $a$) so that $f(b) = a$. So $f$ is surjective.
However you might not be allowed to use that God told you every number has a cube root. And you might need to prove it.
Were you taught the intermediate value theorem? Can you take it for granted that $f(x) = x^3$ is continuous?
If $a > 1$ then $a^3 > a$. ANd $1^3= 1 < a$. So $f(1) < a < f(a)$. That means there must be some $b: 1 < b < a$ so that $f(b) = a$.
And if $a = 1$ then $f(1) = 1^3 = 0 =a$. And if $0< a < 1$ then $f(0) = 0 < a^3 < 1=f(1)$ so there is a $b: 0< b< 1$ so that $f(b) =a$ and ... so on.
But you would have to prove the Intermediate value theorem the first time you see it.
And we'd have to prove $f(x) = x^3$ is continuous.
Should I go on.