Browse Source

fix chapter15

archwalker 5 năm trước cách đây
mục cha
commit
ef84477edb
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      docs/chapter15/chapter15.md

+ 3 - 3
docs/chapter15/chapter15.md

@@ -85,16 +85,16 @@ $$
 ## 15.16
 
 $$
-C_{2}=\left(C-\left(C_{1}-\left\{L_{1}\right\}\right) \theta_{1} \vee\left\{\neg L_{1} \theta_{1}\right\}\theta_{2}^{-1}\right) 
+C_{2}=\left(C-\left(C_{1}-\left\{L_{1}\right\}\right) \theta_{1} \vee\left\{\neg L_{1} \theta_{1}\right\}\right)\theta_{2}^{-1}
 $$
 
-[推导]:这里$\theta_2^{-1}$应该放在括号里,可能是作者的笔误。由15.9
+[推导]:$\theta_1$为作者笔误,由15.9
 $$
 \begin{aligned}
 C_{2}&=\left(C-\left(C_{1}-\{L_1\}\right)\right) \vee\{L_2\}\\
 \end{aligned}
 $$
-因为 $L_2=(\neg L_1\theta_1)\theta_2^{-1}$,因此对析合的两个子项分别做归一得证。
+因为 $L_2=(\neg L_1\theta_1)\theta_2^{-1}$,替换得证。