Skolemization in Artificial Intelligence
Sep 12, 2020
Skolemization:-
Reduction to Skolem normal form is a method for removing existential quantifiers from formal logic statements.it is the super standard normal form. Skolemization eliminates existential quantifiers by replacing each existentially quantified variable with a Skolem constant or Skolem function.
There are somerules that are followed when we convert first order predict logic into into skolem standard form:-
- Convert FOPL into PNF(Prenex Normal Form),if it is not in PNF
- Convert PNF into CNF(Conjunctive normal form)
- Apply skolemization
Read complete article click here
Originally published at https://pywix.blogspot.com.