12 lines
254 B
Markdown
12 lines
254 B
Markdown
---
|
|
categories:
|
|
- Logic
|
|
tags: []
|
|
---
|
|
|
|
# Conditional Elimination
|
|
|
|
If a conjunction exists, it means that both conjuncts are the case; therefore we
|
|
can legitimately extract either one of them. Also known as _Simplification_.
|
|
|
|

|