mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
fix typo
This commit is contained in:
parent
ea371df876
commit
672e072072
1 changed files with 1 additions and 1 deletions
|
@ -3254,7 +3254,7 @@ We start by matching $\ptsto{p}{q}$ with $\ptsto{p}{?a}$, learning that $?a = q$
|
||||||
This crucial step relies on the three key properties of $*$, given in the second row of rules above: commutativity, associativity, and cancellativity\index{cancellativity}.
|
This crucial step relies on the three key properties of $*$, given in the second row of rules above: commutativity, associativity, and cancellativity\index{cancellativity}.
|
||||||
$$\ptsto{q}{r} * \ptsto{r}{0} \Rightarrow \; \ptsto{?b}{?c} \; * \; \ptsto{q}{?b}$$
|
$$\ptsto{q}{r} * \ptsto{r}{0} \Rightarrow \; \ptsto{?b}{?c} \; * \; \ptsto{q}{?b}$$
|
||||||
|
|
||||||
We run another cancellation step of $\ptsto{q}{r}$ against $\ptsto{q}{?b}$, learning $?q = r$.
|
We run another cancellation step of $\ptsto{q}{r}$ against $\ptsto{q}{?b}$, learning $?b = r$.
|
||||||
$$\ptsto{r}{0} \Rightarrow \; \ptsto{r}{?c}$$
|
$$\ptsto{r}{0} \Rightarrow \; \ptsto{r}{?c}$$
|
||||||
|
|
||||||
Now we can finish the proof by reflexivity of $\Rightarrow$, learning $?c = 0$.
|
Now we can finish the proof by reflexivity of $\Rightarrow$, learning $?c = 0$.
|
||||||
|
|
Loading…
Reference in a new issue