typo in Properties
This commit is contained in:
parent
32ed9d0333
commit
aef3f23528
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ The appropriate instances of the inference rules are:
|
||||||
|
|
||||||
(m + n) + p ≡ m + (n + p)
|
(m + n) + p ≡ m + (n + p)
|
||||||
---------------------------------
|
---------------------------------
|
||||||
(suc m + n) + p ≡ (suc m + n) + p
|
(suc m + n) + p ≡ suc m + (n + p)
|
||||||
|
|
||||||
If we can demonstrate both of these, then associativity of addition
|
If we can demonstrate both of these, then associativity of addition
|
||||||
follows by induction.
|
follows by induction.
|
||||||
|
|
Loading…
Reference in a new issue