auto gitdoc commit
This commit is contained in:
parent
02935a5cc1
commit
caf144f219
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ code (suc x) (suc y) = code x y
|
|||
|
||||
### Theorem 2.13.1
|
||||
|
||||
_For all $m, n : N$ we have (m = n) \simeq \texttt{code}(m, n)._
|
||||
_For all $m, n : N$ we have $(m = n) \simeq \texttt{code}(m, n)$._
|
||||
|
||||
```
|
||||
theorem2∙13∙1 : (m n : ℕ) → (m ≡ n) ≃ code m n
|
||||
|
|
Loading…
Reference in a new issue