Regarding the statement "There are teachers that teach students" I'm unsure on how to properly write it as a proposition. The way I wrote it in my notes was:
Let: I(x) : x is a teacher
S(y) : y is a student
T(x, y) : x is teaching y
followed by:
∃x(I(x) ∧ T(x, ∃xS(y))
my logic being as "There are some teachers AND they teach some students", but I am very unsure if I am allowed to use ∃xS(y) in the middle of the proposition. Or is the ∃x quantifier before the S(y) superfluous and it would be correct to only write "∃x(I(x) ∧ T(x, S(y))"? Have I done it correctly or is there a different way one is meant to do it?