eolas/neuron/f8981ab1-f587-4bd7-a1a8-aa934a221168/Disjunction_Introduction.md

19 lines
682 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
tags:
- propositional-logic
- logic
---
# Disjunction Introduction
This rule can seem a little odd: like we are randomly introducing an additional
proposition without giving any justification. However this is just a consequence
of the fact if $P$ is true, so is $P \lor Q$ since disjunction is not the same
as conjunction: only one disjunct needs to be true for the compound disjunction
to be true. This is represented in the context of
[truth-trees](Truth-trees.md#disjunction-decomposition) by the fact that truth
can pass up via either branch of a disjunction pattern. This rule is sometimes
also referred to (confusingly) as _Addition_.
![](static/disjunc-intro.png)