eolas/Logic/Proofs/Negation_Introduction.md

12 lines
419 B
Markdown
Raw Normal View History

2022-04-23 13:26:53 +01:00
---
2022-08-20 13:00:04 +01:00
categories:
2022-12-25 16:00:05 +00:00
- Logic
2023-02-10 18:22:04 +00:00
tags: []
2022-04-23 13:26:53 +01:00
---
2022-12-25 16:00:05 +00:00
# Negation Introduction
2022-04-23 13:26:53 +01:00
2022-12-25 16:00:05 +00:00
This is also known as _proof by contradiction_. You start with an assumption declared in a sub-proof. If you can derive a contradiction from this assumption (typically from the introduction of another proposition and its negation), then you are permitted to derive the negation of the auxiliary assumption in the main proof.
![](/_img/negate-intro.png)