eolas/neuron/77a73718-e886-48cc-8cdf-d7b948def2d1/Negation_Elimination.md

17 lines
528 B
Markdown
Raw Normal View History

2024-10-19 11:00:03 +01:00
---
tags:
- logic
- propositional-logic
---
# Negation Elimination
Like the [introduction](Negation_Introduction.md) rule for
negation, the elimination rule also works by deriving a contradiction. It is
basically _Negation Introduction_ in reverse. Instead of starting the sub-proof
with a true proposition from which you derive a contradiction, you start with
the negation of a proposition, derive a contradiction and then assert the
positive of the negated proposition you started out with.
2024-10-20 19:50:20 +01:00
![](static/negate-elim.png)