LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
sav08:non-ground_instantiation_and_resolution [2008/04/01 16:43]
vkuncak
sav08:non-ground_instantiation_and_resolution [2008/04/01 17:39]
vkuncak
Line 51: Line 51:
   * instantiation   * instantiation
   * resolution with instantiation   * resolution with instantiation
 +
 +Note: if we apply instantiation that renames variables in each clause, then $\sigma_1$ and $\sigma_2$ can have disjoint domains and we let $\sigma = \sigma_1 \cup \sigma_2$, obtaining
  
 Note: $\sigma$ such that $subst(\sigma)(A_1) = subst(\sigma)(A_2)$ is called a **unifier** for $\{A_1,​A_2\}$. Note: $\sigma$ such that $subst(\sigma)(A_1) = subst(\sigma)(A_2)$ is called a **unifier** for $\{A_1,​A_2\}$.
Line 57: Line 59:
  
 Most general unifier. ​ To compute it we can use the standard [[Unification]] algorithm. Most general unifier. ​ To compute it we can use the standard [[Unification]] algorithm.
- 
----- 
- 
- 
-**Factoring with instantiation** 
-\[ 
-\frac{C \cup \{A_1, A_2\}} 
-     ​{subst(\sigma)(C)} 
-\] 
-where $subst(\sigma)(A_1)=subst(\sigma)(A_2)$. 
-