G(x) x has a portal gun
R(x) x is a rick
M(x) x is a Morty
Convert the following statements into predicate logic.
1.) There is a Rick.
2.) Everything is a Morty
3.) No morty has a portal gun
How do I even start this? I've watched some videos and it still doesn't click.
- Rick exists.
R(x)
- Everything is Morty.
∃x∈M(x)
- No Morty has a portal gun.
∈M(x)¬G(x)?