Express the negations of these propositions using quantifiers, and in English.
a) Every student in this class likes mathematics.
b) There is a student in this class who has never seen a computer.
c) There is a student in this class who has taken every mathematics course offered at
this school.
d) There is a student in this class who has been in at least one room of every building
on campus
Solution:
a. ( Likes (x, mathematics ) . Its negation: x( Likes(x, mathematics )). i.e., Some student in this class do not like mathematics.
b. x( Notseen (x, computer )) . Negation: ( Notseen (x, computer )). i.e., Every student in this class has seen a computer.
c. x (taken(x, y)). Negation: y (taken(x, y)). i.e., Every student in this class has not taken a mathematics course offered at this school.
d. x z( within (z, y) attended (x, z)). Negation: y ( within (z, y) attended (x, z)). i.e., Every students in this class has not been in all the rooms of a building on campus.
Comments
Leave a comment