Prove If $a^3>a$ then $a^5>a$
Here was my go at it: Assume $a^3>a$. Then $$a^3>a\Rightarrow a^3-a>0\Rightarrow a(a+1)(a-1)>0$$ Solving this inequality gives the truth set $\{x\in\mathbb{R}:-1<x<0\lor x>1\}$. Then solving the inequality $a^5>a$ I get the same truth set, since $x\in\mathbb{R}$. Does this prove that $$a^3>a\Rightarrow a^5>a$$ Does this also mean $$a^5>a\Rightarrow a^3>a$$ I'm just learning how to write proofs and any help would be appreciated. Thanks!