1

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?

SERO9
  • 67
  • 3
    I'm not so familiar with notations, but couldn't we write $ \exists x,\exists y(I(x)\land S(y)\land T(x,y))$ ? – zwim Apr 02 '23 at 18:47
  • Predicates cannot usually be substituted into variables as you did. A viable option in the spirit of what you've written is $\exists x(I(x)\land \exists y (S(y)\land T(x,y)))$. – Sassatelli Giulio Apr 02 '23 at 21:09

4 Answers4

1

Regarding the statement "There are teachers that teach students"

Let: I(x) : x is a teacher

S(y) : y is a student

T(x, y) : x is teaching y

$∃x(I(x) ∧ T(x, ∃xS(y))$

Correction: $$∃x\,∃y\,(Ix∧Sy∧Txy).$$

Analogously, there are even numbers that are also multiples of 3: $$∃x\,∃y\,(Ex∧My∧x=y).$$

ryang
  • 44,428
0

I don't think you should use $\exists x$ inside of your expression, as quantifiers are usually put in front of an expression. So I'd make it $\exists x\exists y:I(x)\land T(x,y)$. However this says that there is $\textbf{a}$ teacher teaching a student, whereas your question asks for multiple teachers.

  • Doesnt the existential quantifier simply mean that there is at least one of something but not limited to one? That is at least how my lecturer explained it to me but maybe that is an incomplete explination? – SERO9 Apr 03 '23 at 00:51
  • No, that's exactly right! But I think his question demands multiple teachers, whereas "exists" only guarantees one (but multiple are of course possible). – Je Mehr Testo Besser Apr 03 '23 at 13:57
  • @SERO9 Re: the singular 'exists' versus plural 'exist', there's a recent similar discussion here. – ryang Apr 12 '23 at 03:01
0

So I think that most people here are almost entirely correct, but when I took discrete, I remember it being important that you specify that the teacher and the student are not the same person:

∃x∃y(I(x)^S(x)^T(x,y)^x!=y)

  • Your additional constraint is unnecessary, as it is conceivable that everyone is self-taught. “3 divides every multiple of 3” does imply that 3 divides itself. – ryang Apr 03 '23 at 07:15
-1

Could you just define a set that contains all teachers who are teaching students and assert the size of the set is greater than 1?

$|\{ x | \exists y (I(x)\land S(y) \land T(x, y))\}| > 1$