Say C: set of courses
P(x,y): 'x is a prerequisite for course y'
statement: 'some courses have several prerequisites'
symbolically:
∃ x ∈ C, ∃ y ∈ C, ∃ z ∈ C, P(y, x) ∧ P(z, x) ∧ y ≠ z
I don't really understand how you get the symbolic expression from the verbal expression.
Also, might there be a simpler way of writing this in logical notation?
In addition!
How would you write this:
No course has more than two prerequisites.
Thank you.