Definition A common instance of Term A,B if there exists Substitutions S1,S2 s.t C=S1(A)=S2(B) Example A=parent(bob,X) B=parent(Y,sue) S1={X/sue} S2={Y/bob} S1(A)=S2(B)=parent(bob,sue)=C