Update Negation.lagda.md
At suggestion of Fredrik Nordvall Forsberg, replace "proof by contradiction" with "reductio ad absurdum".
This commit is contained in:
parent
ada0f50e5d
commit
dd32f8f6c6
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ as implication of false:
|
||||||
¬_ : Set → Set
|
¬_ : Set → Set
|
||||||
¬ A = A → ⊥
|
¬ A = A → ⊥
|
||||||
```
|
```
|
||||||
This is a form of _proof by contradiction_: if assuming `A` leads
|
This is a form of _reductio ad absurdum_: if assuming `A` leads
|
||||||
to the conclusion `⊥` (a contradiction), then we must have `¬ A`.
|
to the conclusion `⊥` (an absurdity), then we must have `¬ A`.
|
||||||
|
|
||||||
Evidence that `¬ A` holds is of the form
|
Evidence that `¬ A` holds is of the form
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue