Statement:
If $n$ is an odd positive integer and $a<0$. prove that there is exactly one negative $b$ such that $b^n = a$
Proof: let $n= 2k+1$ where $k \in \mathbb N$
let $c < 0$ s.t. $c<a<0$
And consider the function $f(x) =x^{2k+1} $ defined on $[c,0]$, the function is continuous on the interval $(c,0)$.
the two endpoint values will be $ f(c)= c^{2k+1} <0 $ and $f(0) = 0$
here $c^{2k+1} <c<a<0$ implies $f(c)=c^{2k+1}<a<0= f(0)$
thus by the intermediate value theorem we have $f(x)=a$ for some $x\in [c,0]$ say $x=b$.
This proves the existence of at least one negative b such that $b^n = a$
there can't be more than one such $b$ because $f$ is strictly increasing on $(c,0)$.
This completes the proof.
I have proven this theorem in this way. Am i doing it right or it needs correction ? can anyone comment on this proof?
$\in$to write the symbol "$\in$", instead of$\epsilon$. $a\in A$ looks much nicer than $a\epsilon A$. – 5xum Apr 13 '22 at 06:22