0
12kviews
Consider the following axioms:

Consider the following axioms:

All people who are graduating are happy.

All happy people smile.

Someone is graduating.

Explain the following:-

1) Represent these axioms in first order predicate logic.

2) Convert each formula to clause form.

3) Prove that ‘’Is someone smiling?’’ using resolution technique. Draw the resolution tree.

1 Answer
3
1.2kviews
  1. Represent these axioms in first order predicate logic.

    Object Constant: x = people

    Predicates: G(x) = People Graduating, H(x) = Happy People, S(x) = Smiling People

    FOPL: $\forall x G(x) \forall H(x) \\ \forall x H(x) \forall S(x) \\ \exists x G(x) OR \forall x G(f(x)) ≈ G(y)$

  2. Convert each …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.