"There is a student in this class who has taken every course offered by one of the departments in this school." I need to express this is predicates and quantifiers.
Can someone check my answer? I set $ x = student, y = course, z = department$. So I let $S(x,y)$ be "Student $x$ is in course $y$". And $T(y,z)$ be "Course $y$ is in department $z$".
Therefore:
$\exists x \forall y \exists z S(x,y) \land T(y,z)$
Thanks,
Extreme112
The problem comes that $y$ could be a value thats not in the department, so we need an implication here. Let $U(x, y)$ denote that $x$ has taken $y$.
I would say, where $c$ is a particular class,
$\exists x : S(x, c) \land [\forall y : (\exists z : T(y,z)) \implies U(x, y)]$
That is, there exists $x$ such that $x$ is taking class $c$ forall $y$, if $y$ is offered by some department $z$, then $x$ is taking $y$.
Also note that if $x$ is taking class $c$ implies that $x$ has not taken $c$ then the answer is clearly "False".