3

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:

  1. Assume $0\le x\le 2$
  2. Then $0\le x^2\le 4$ (since $0\le a,b\quad \& \quad a\le b\Rightarrow a^2\le b^2$)
  3. $-4\le -x^2\le 0$
  4. $0\le -x^2+4\le 4$
  5. $0\le x(-x^2+4)\le 4x$
  6. $0\le -x^3+4x\le 4x$
  7. $1\le -x^3+4x+1\le 4x+1$
  8. More specifically, $-x^3+4x+1>0$

The proof from the lecture slides:

enter image description here

1 Answers1

1

This is merely a matter of taste, but I would not hesitate to jump directly to $$ -x^3+4x=x(4-x^2) $$ which must be greater than or equal to zero since both factors, $x$ and $4-x^2$, are evidently non-negative for $0\leq x\leq 2$. This is merely summarizing what you already stated yourself. So $-x^3+4x\geq 0$ and thus $$ -x^3+4x+1\geq 1>0 $$


Regarding the slides, it does NOT make sense to state that $$ 0\leq -x^3-4x=-(x^3+4x) $$ which is clearly false for any positive value of $x$. Thus the minus sign in $-4x$ must be a typo in the slides.

String
  • 18,395