fix(tests): fix delta_issue2
This commit is contained in:
parent
facd94a1b4
commit
b2181497fd
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
open nat eq
|
||||
infixr + := sum
|
||||
|
||||
theorem add_assoc₁ : Π (a b c : ℕ), (a + b) + c = a + (b + c)
|
||||
| a b 0 := eq.refl (nat.rec a (λ x, succ) b)
|
||||
|
|
Loading…
Reference in a new issue