A key to predicate logic we have been ignoring is the inclusion of quantifiers
You should recall from discrete that you can also write statements such as
" x fast(x) implies horse(x)
$ y fast(y) implies valuable(y)
Represent the following sentences in predicate logic with quantifiers
Last time we looked at representing the following sentences in predicate logic
Two common rules for reasoning over predicate logic representations rely on a simple rule from propositional logic involving implication, extended for reasoning with variables:
man(Marcus) p
"x man(x) implies person(x) p -> q
person(Marcus) q
not( person(Lassie) ) q'
"x man(x) implies person(x) p -> q
not( man(Lassie) ) not p
Remember:
Not all statements we make about the world are true.