When I negate
$ \forall x \in \mathbb R, T(x) \Rightarrow G(x) $
I get $ \exists x \in \mathbb R, T(x) \wedge \neg G(x) $
and NOT
$ \exists x \in \mathbb R, T(x) \Rightarrow \neg G(x) $
right?
What would it mean if I said $ \exists x \in \mathbb R, T(x) \Rightarrow \neg G(x) $ ? I know in symbolic logic a statement like $ \forall x \in \mathbb R, T(x) \Rightarrow G(x) $ means every T is a G, but what claim am I making between T & G with $ \exists x \in \mathbb R, T(x) \Rightarrow G(x) $ in simple everyday english if you can?
Thanks,