Marcel1104
New member
- Joined
- Feb 26, 2024
- Messages
- 1
Predicate logic: Let the predicate p over the set of people M be defined as: p(x,y) := x is a parent of y. What is sought is the predicate logical expression for
1. Not every person has a child.
2. Every person has a gradparent.
3. There are people who don’t have siblings.
I thought about:
1.
(
X
M:
y
M: p(x,y))
2.
x
M:
y
M: p(p(y,x),x)
3.
X, y
M:
z
M:
(p(z,x) v p(z,y))
Is it correct?
1. Not every person has a child.
2. Every person has a gradparent.
3. There are people who don’t have siblings.
I thought about:
1.
2.
3.
Is it correct?