This commit is contained in:
parent
2f68aae3dd
commit
7f8137b9f6
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ compile.
|
||||||
It looks like it's not obvious to the interpreter that this statement is
|
It looks like it's not obvious to the interpreter that this statement is
|
||||||
actually true. Why is that
|
actually true. Why is that
|
||||||
|
|
||||||
---
|
## Intuition
|
||||||
|
|
||||||
Well, in constructive logic / constructive type theory, proving something is
|
Well, in constructive logic / constructive type theory, proving something is
|
||||||
false is actually a bit different. You see, the definition of the `not`
|
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
|
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
|
Let's make sure this isn't broken by trying to apply this to something that's
|
||||||
actually true:
|
actually true:
|
||||||
|
|
Loading…
Reference in a new issue