Autosave: 2022-12-21 06:30:01
This commit is contained in:
parent
1187876cd9
commit
852d2a2bad
2 changed files with 8 additions and 1 deletions
|
@ -50,6 +50,13 @@ F T T T *
|
|||
F F F F
|
||||
```
|
||||
|
||||
| $P$ | $Q$ | $ P \lor Q $ | $Q$ |
|
||||
| --- | --- | ------------ | --- |
|
||||
| 0 | 0 | 0 | 0 |
|
||||
| 0 | 1 | 1 | 1 |
|
||||
| 1 | 0 | 1 | 1 |
|
||||
| 1 | 1 | 1 | 1 |
|
||||
|
||||
## Derivation
|
||||
|
||||
> In terms of logical derivation, a finite $\Gamma$ of propositions is **inconsistent** in a system of derivation for propositional logic if and only if a proposition of the form $P \& \sim P$ is derivable from $\Gamma$. It is **consistent** just if this is not the case.
|
||||
|
|
|
@ -24,7 +24,7 @@ May be true or false thus it can it both be asserted and denied quite consistent
|
|||
It is raining and it is not raining.
|
||||
```
|
||||
|
||||
Cannot be consistently asserted as there is no possibility of the proposition being true. It is either raining or it isn't raining. Given the law for conjunction both conjuncts must be true for the proposition as a whole to be true. But in the case of this proposition if one conjunct is true, the other must be false and vice versa, hence it is not possible for the proposition to be true at all. It can _only_ be false.
|
||||
Cannot be consistently asserted as there is no possibility of the proposition being true. It is either raining or it isn't raining. Given the law for conjunction, both conjuncts must be true for the proposition as a whole to be true. But in the case of this proposition if one conjunct is true, the other must be false and vice versa, hence it is not possible for the proposition to be true at all. It can _only_ be false.
|
||||
|
||||
Contrariwise the proposition:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue