Change: Unified Formula

created on March 6, 2013, 5:06 p.m. by Hevok & updated on March 6, 2013, 5:06 p.m. by Hevok

From a given Knowledge Base a Unified Formula can be derived.

Knowledge Base:

(∃X) g(X)
(∀X) g(X) → h(X) v i(X)
(∃X) g(X) ∧ k(X)

Prenex Normal Form:

(∃X)(∀Y)(∃Z) ( g(X) ∧ ( ¬g(Y) v h(Y) v i(Y) ) ∧ ( g(Z) ∧ k(Z)) )

Clausal Form:

The Variable Z has to be replaced by a function depending on the Variable Y: (f(Y))

{{ g(X)}, {¬g(Y), h(Y), i(Y)}, {g(f(Y))}, {k(f(Y))}}
unified-formula.jpg

Categories: Concept
Parent: Canonical Form

Comment: Created entry.

See entry | Admin

Comment on This Data Unit