- Łukasiewicz 3-valued Logic, but with a different Conditional.
is a three-valued logic with values T, F, and N. It is similar toSemantics
Truth Values
Common labels for the values include:
T |
1 |
just true |
N |
0.5 |
neither true nor false |
F |
0 |
just false |
Designated Values
The set of designated values for
is the singleton: { T }Truth Tables
The value of a sentence with a truth-functional operator is determined by the values of its operands according to the following tables.
Negation | |||
---|---|---|---|
¬ | |||
T | F | ||
N | N | ||
F | T |
Conjunction | |||
---|---|---|---|
∧ | T | N | F |
T | T | N | F |
N | N | N | F |
F | F | F | F |
Disjunction | |||
---|---|---|---|
∨ | T | N | F |
T | T | T | T |
N | T | N | N |
F | T | N | F |
Conditional | |||
---|---|---|---|
→ | T | N | F |
T | T | N | F |
N | T | T | N |
F | T | T | T |
Defined Operators
The Biconditional ↔, in turn, is defined in the usual way:
Biconditional | |||
---|---|---|---|
↔ | T | N | F |
T | T | N | F |
N | N | T | N |
F | F | N | T |
The Material Conditional ⊃ is definable in terms of disjunction:
Likewise the Material Biconditional ≡ is defined in terms of ⊃ and ∧:
Material Conditional | |||
---|---|---|---|
⊃ | T | N | F |
T | T | N | F |
N | T | N | N |
F | T | T | T |
Material Biconditional | |||
---|---|---|---|
≡ | T | N | F |
T | T | N | F |
N | N | N | N |
F | F | N | T |
Compatibility Tables
does not have a separate Assertion operator, but we include a table and rules for it, for cross-compatibility.
Assertion | |||
---|---|---|---|
⚬ | |||
T | T | ||
N | N | ||
F | F |
Predication
A sentence with n-ary predicate \(P\) over parameters has the value:
T iff \(P\) and not in the anti-extension of \(P\).
is in the extension ofF iff \(P\) and not in the extension of \(P\).
is in the anti-extension ofN iff \(P\).
is in neither the extension nor the anti-extension of
Quantification
Existential
The value of an existential sentence is the maximum value of the sentences that result from replacing each constant for the quantified variable. The ordering of the values from least to greatest is: F, N, B, T.
Universal
The value of an universal sentence is the minimum value of the sentences that result from replacing each constant for the quantified variable. The ordering of the values from least to greatest is: F, N, B, T.
Consequence
Logical Consequence is defined in terms of the set of designated values { T }:
Logical Consequence
C is a Logical Consequence of A iff all models where A has a desginated value are models where C also has a designated value.
Tableaux
tableaux are built similary to .
Nodes
Nodes for many-value tableaux consiste of a sentence plus a designation marker: ⊕ for designated, and ⊖ for undesignated.
Trunk
To build the trunk for an argument, add a designated node for each premise, and an undesignated node for the conclusion.
Closure
Rules
In general, rules for connectives consist of four rules per connective: a designated rule, an undesignated rule, a negated designated rule, and a negated undesignated rule. The special case of negation has a total of two rules which apply to double negation only, one designated rule, and one undesignated rule.
Operator Rules
¬ Rules
∧ Rules
∨ Rules
⊃ Rules
≡ Rules
→ Rules
- →⊕Conditional Designated[source]
- A → B ⊕⋮¬A ∨ B ⊕A ⊖B ⊖¬A ⊖¬B ⊖
↔ Rules
Quantifier Rules
∃ Rules
∀ Rules
Compatibility Rules
⚬ Rules
Notes
Conditional Identity holds: ⊢ A → A.
References
Łukasiewicz, J. (1920). On 3-valued logic. Ruch Filozoficzny 5, 169-171.
- Łukasiewicz, J. (1957). Aristotle's Syllogistic from the Standpoint of Modern
Formal Logic. Oxford: Clarendon Press