eolas/Logic/Proofs/Conditional_Introduction.md
2022-12-25 15:00:05 +00:00

11 lines
262 B
Markdown

---
categories:
-
tags: [derivation-rules]
---
# Conditional Introduction
If we can show that $Q$ follows from $P$ (typically via a sub-proof) than we can assert that P implies Q. This is also sometimes known as _Conditional Proof_
![](/img/cond-intro.png)