Suppose that a is a real number. Prove that if $a^3 > a$ then $a^5 > a$.
Let's consider four cases:
- $a > 1 $
- $0 < a < 1$
- $-1 < a < 0 $
- $a < -1$
Case 1. $a^3 > a$ and $a^5 > a$
Case 2. $a^3 < a$
Case 3. $a^3 > a$ and $a^5 > a$
Case 4. $a^3 < a$
In all cases where $a^3 > a$, $a^5 > a$ as well. Therefore, $a^3 > a \implies a^5 > a$
When examining each case, I made assertions without providing any explanation. Because it seems obvious to me, that, for example, if $a>1$ and $n>1$ then $a^n$ will definitely be larger than $a$. However, when writing formal proof, should you make an assumption that it is obvious? Or you need to provide at least some explanation behind the conclusion reached? And in general, is the proof above correct?
This is true, but messier than necessary and lacking justification. Here's an easier way:
Note that $a^2$ is positive, so we can multiply both sides of the inequality $a^3>a$ by it without changing the direction of the $>$, getting that $a^5>a^3>a,$ using the assumption for the last $>$.
On the concept of obviousness: on one hand, sure, it may obvious, given the intuition you likely have from using real numbers for a long time. However, I'd argue that's the point of the exercise (and many simple ones like this).