eolas/neuron/3962ef80-32e3-49b8-8e16-d14a26e9787a/Negation_Elimination.md
2024-10-22 16:47:58 +01:00

16 lines
528 B
Markdown

---
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.
![](static/negate-elim.png)