2022-04-23 13:26:53 +01:00
|
|
|
---
|
2024-06-16 18:00:05 +01:00
|
|
|
tags:
|
|
|
|
- propositional-logic
|
|
|
|
- logic
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
2022-12-21 05:34:20 +00:00
|
|
|
# Logical indeterminacy
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
The vast majority of propositions in natural and formal logical languages are
|
|
|
|
**neither
|
2024-02-17 11:57:44 +00:00
|
|
|
[logically true](Logical_truth_and_falsity.md#logical-truth)
|
2024-02-02 15:58:13 +00:00
|
|
|
or
|
2024-02-17 11:57:44 +00:00
|
|
|
[logically false](Logical_truth_and_falsity.md#logical-falsity)**.
|
2024-02-02 15:58:13 +00:00
|
|
|
This makes sense because propositions of this form are all either tautologies or
|
|
|
|
contradictions and as such do not express information about the state of events
|
|
|
|
in the world. We call propositions that are neither logically true or logically
|
|
|
|
false, **logically indeterminate** propositions.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
## Informal definition
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
A proposition is logically indeterminate if it is neither logically true or
|
|
|
|
logically false. This is to say: it can be both [consistently](Consistency.md)
|
|
|
|
asserted and consistently denied.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-12-21 06:00:01 +00:00
|
|
|
For example the proposition:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
It is raining.
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
May be true or false thus it can it both be asserted and denied quite
|
|
|
|
consistently. It is true if it actually is raining and false if it actually is
|
|
|
|
not raining. There is no logical contradiction implied by saying it is raining
|
|
|
|
when it isn't raining, this assertion is simply false. There is a contradiction
|
|
|
|
in saying that both states obtain. Thus the proposition:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
It is raining and it is not raining.
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
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.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-12-21 06:00:01 +00:00
|
|
|
Contrariwise the proposition:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
It is raining or it is not raining.
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
Cannot be consistently denied as there is no possibility of it being false. It
|
|
|
|
is either raining or not raining. Given the law for disjunction, either disjunct
|
|
|
|
can be true to make the proposition as a whole true. Given that it is either
|
|
|
|
raining or not raining in either scenario, the proposition as a whole will be
|
|
|
|
true. Therefore there is no possibility of it being false, it can _only_ be
|
|
|
|
true.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
## Formal definition
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> A proposition P is truth-functionally indeterminate if and only if it is
|
|
|
|
> neither truth-functionally true or truth-functionally false. should be avoided
|
|
|
|
> in arguments, they 'prove' everything whi
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
P
|
2022-09-06 13:26:44 +01:00
|
|
|
```
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
### Truth-table
|
|
|
|
|
2022-12-21 08:30:01 +00:00
|
|
|
| $P$ | $P$ |
|
|
|
|
| --- | --- |
|
|
|
|
| T | T |
|
|
|
|
| F | F |
|