Let P(x,y) be the statement "student x has taken a class y", where the domain for x consist of all students and y consist of all computer engineering courses/subject at your school .
- Expree each of the quantification in
English sentences.
• ∀x∀yP(x,y)
• ∀x∃yP(x,y)
• ∃x∀yP(x,y)
• ∃x∃yP(x,y)
1) All students take all classes
2) Every student takes some class
3) Some student takes all classes
4) Some student takes some class
Comments
Leave a comment