This is a homework question. My class is titled "Formal Mathematical Reasoning and Writing" and we are using Lay's Analysis with an Introduction to Proof. My question comes from section 7: Functions.
Define $f:R \to R$ by $f(x)=x^2$. Find $f^{-1}(T)$ for the following and prove your answer.
$$T=[4, 9)$$
My work thus far:
Claim: $f^{-1}(T)=(-3, -2] \cup [2, 3)$.
Proof: Suppose $a$ is in $f^{-1}(T)$, then by definition of pre-image, $f(a)$ is in $T$. So $a^2$ is in $[4, 9)$ which implies that $4<a^2<9$ Which implies that $2<|a|<3$, thus $a$ is in $(-3, -2] \cup [2, 3)$.
So I believe at this point, I've shown that if $a$ is in the pre-image, then $a$ is in my claimed interval.
I believe I now need to show the converse, that is, if $a$ is in my interval, $a$ is in the pre-image. However, I'm stuck with how to start this part of the proof (and I'm not entirely sure my first half is correct) and where to go... Still fairly green with writing proofs, especially two way proofs.
Any help is appreciated! Thanks!