I have a question that when prove and use forward and backward reasoning or resolution ,that in the clause have exitential quantifier, so can I not to use skolemization for substiution then just put it its to rule base and prove its like any horn clauses?Like:
R1: A(x) ⇒ Q(x)
R2: ∃x A(x) ∧ E(x)
R3: E(Dog)
Prove : Q(Dog)
With Subst={x/Dog} => R3 with R2 so get new fact is: A(Dog) and A(Dog) with R1 have Q(Dog)?