I am confused as to how the following two statements are logically equivalent:
$\forall a > 0, \,y < a $ _____(1)
and
$\forall a > 0, \,y \leq a $ _____(2)
Correct me if I'm wrong, but from what I understand,
(1) $\iff$ y $\leq 0$
And,
(2) $\iff$ y $\leq 0$ or y = a.
Could somebody help me understand how (1) $\iff$ (2)?
Thanks!
It wholly depends on the domain of discourse.
The statements are equivalent in the domain of real numbers (or the rationals or similar), because such a domain has no minimum positive value.
$\forall a{\in}\Bbb R~(a>0\to y<a)$
$\forall a{\in}\Bbb R~(a>0\to y\leqslant a)$
We can see that if $y$ is non-positive, both statements clearly hold true. Now consider that if there were any positive real value equal to $y$ (that is, if $y$ were a positive real value) then there would exist a positive real values less than it; for example: $y/2$. This would falsify both statements.
So for any real number $y$, both statements will have the same truth value.
However this is not true of some other domains: for example, the integers, where there is a minimum positive value. For the integers, that is $1$. Witness: $\forall a{\in}\Bbb Z~(a>0\to 1<a)$ is clearly not equivalent to $\forall a{\in}\Bbb Z ~(a>0\to 1\leq a)$.