add headers
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Michael Zhang 2023-05-08 00:39:10 -05:00
parent 2f68aae3dd
commit 7f8137b9f6
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ compile.
It looks like it's not obvious to the interpreter that this statement is
actually true. Why is that
---
## Intuition
Well, in constructive logic / constructive type theory, proving something is
false is actually a bit different. You see, the definition of the `not`
@ -119,7 +119,7 @@ true≢false2 : true ≢ false
true≢false2 p = transport (λ i → bool-map2 (p i)) refl
```
---
## Note on proving divergence on equivalent values
Let's make sure this isn't broken by trying to apply this to something that's
actually true: