My professor put up the lecture slides from today's lecture and I decided to go over the proof again since I didn't quite catch it in class. I think I found something wrong with her proof. Please let me know if mine is correct or if I am wrong:
Proving an Implication:
Theorem: If $0\le x\le 2$ then $-x^3+4x+1>0$
Proof:
- Assume $0\le x\le 2$
- Then $0\le x^2\le 4$ (since $0\le a,b\quad \& \quad a\le b\Rightarrow a^2\le b^2$)
- $-4\le -x^2\le 0$
- $0\le -x^2+4\le 4$
- $0\le x(-x^2+4)\le 4x$
- $0\le -x^3+4x\le 4x$
- $1\le -x^3+4x+1\le 4x+1$
- More specifically, $-x^3+4x+1>0$
The proof from the lecture slides:
