I've got a little trouble with logic. I'm reading a book about mathematics, and as an example for implication there is:
$$ x > 3 \implies x>0$$
So, if $x$ is bigger than $3$, it implies that it is bigger than zero, okay. But in general, we say: $$a \implies b = \overline b \implies \overline a $$ and $$ \overline{x > 3} = x \underline < 3$$ so if $x$ is not bigger than $3$, it is equals to or less than $3$. all fine here. But this means also that:
$$ x > 3 \implies x>0 = x \underline < 0 \implies x \underline < 3$$
Okay, but I read it as: if $x$ is smaller or equals to $0$, it is smaller or equals to $3$. But if it is already smaller than $3$, how can it be equals $3?$
Seems not very logic to me :)