Universe of x: all students
Universe of y: all courses
A(y): y is an advanced level course
F(x): x is a first-year student
T(x,y): x is taking y
Translate "No first-year student is taking an advanced level course"
Is my answer correct: $\forall x[F(x) \implies \lnot \forall y [A(y) \implies T(x,y)]]$
Also is this logically equivalent to the above: $ \lnot \exists x [F(x) \implies \land
\forall y[A(y) \implies T(x,y)]]$
Also is there any way to write the above statement with the for all or for each at the beginning? Thanks