I am trying to figure out the negation of $\forall xT(x) \implies \exists y L(y)$
I have two choices in mind
$\exists x T(x) \land \forall y \neg L(y)$
$\forall x T(x) \land \forall y \neg L(y)$
Not sure which is correct. I know in general the negation of $p \implies q$ is $p \land \neg q$ but here how to handle the quantifiers is confusing me.
For instance if the bracketing was $\forall x(T(x) \implies \exists y L(y))$, then I believe the negation would be $\exists x T(x) \land \forall y \neg L(y)$, but in this case since $\forall x T(x)$ is a premise, I think that $2$ is correct.