Its another homework question that I'm having trouble understanding.
The full question is write a detailed structured proof that uses a proof by cases to prove that for real numbers $x$, if $x^2 - 5x + 4 \ge 0$, then either $x \le 1$ or $x \ge 4$.
You may use without proof the fact that:
$\forall a \in \mathbb R, \forall b \in \mathbb R, [(ab \ge 0) \longleftrightarrow (((a \ge 0) \wedge (b \ge 0)) \vee ((a \le 0) \wedge (b \le 0)))]$.
I actually don't understand what is going on here $\forall a \in \mathbb R, \forall b \in \mathbb R, [(ab \ge 0) \longleftrightarrow (((a \ge 0) \wedge (b \ge 0)) \vee ((a \le 0) \wedge (b \le 0)))]$.
I know that $x^2 - 5x + 4 \ge 0$, then either $x \le 1$ or $x \ge 4$ can be factored with the quadratic equation to give me $x^2 - 5x +4 = (x-1)(x-4)$. I also know that I can use $(x-1)(x-4)$ in the place of $ab \ge 0$, where $a$ would most likely be $(x-1)$, and $b$ being $(x-4)$.
What's throwing me off is it says $((a \ge 0) \wedge (b \ge 0)) \vee ((a \le 0) \wedge (b \le 0))$. My math is rusty admittedly and I don't understand why both $a$ and $b$ both need to be $\ge \vee \le$. I'm unable to actually start the homework question because I don't understand what it's trying to tell me. Can anyone help me understand/clarify it for me.
$x^2-5x+4=(x-1)(x-4)\ge0$. So in order for the expression to be positive it has to be the product of two positive numbers or two negative numbers (which the hint states). If it is the product of two negative numbers what is the inequality for x? If it is the product of two positive numbers what is the inequality for x?