My workbook have this question:
Let be the following expression. What is its logical value on $\mathbb{Z}$ and $\mathbb{R}$?
$$\forall \space a \space (6a^2 \geq6 \Rightarrow a \geq 1)$$
First, after some algebra I rewrite the expression as:
$$\forall \space a \space (a \leq -1 \space \vee a\geq1 \Rightarrow a \geq 1)$$
Then a set up two conditions, $P(a)=6a^2 \geq 6$ and $Q(a)=a \geq1$. So the expression satys like:
$$\forall \space a \space (P(a) \Rightarrow Q(a))$$
Then I thought. On $\mathbb{Z}$, $P(a)$ is possible because there is the $0$, so the condition is not universal. $Q(a)$ it's also possible, because it is only true when $a \geq 1$. So the implication is not universal on $\mathbb{Z}$, and then the expression is false.
On $\mathbb{R}$, the same happen because $\mathbb{Z} \subset \mathbb{R}$. Is this correct?Thanks.