I have this sentence: "All teachers and students are here." Also I have these predicates: t(x) - x are teachers, s(x) - x are students, h(x) - x are here. In my textbook the sentence is written in a predicate language this way: $\forall x((s(x)∨t(x))\to h(x)$ .
The question is: Why there is OR symbol instead of AND symbol?
An "and" here would mean "for every $x$, if $x$ is a teacher and $x$ is a student, then $x$ is here". In English the "and" is intended as a union, which is expressed in logic as "or".