LP - Logic of Paradox

LP is a 3-valued logic with value T, F, and B. It can be understood as FDE without the N value.


Semantics

Truth Values

Common labels for the values include:

T

1

just true

B

0.5

both true and false

F

0

just false

Designated Values

The set of designated values for LP is: { T, B }

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
B B
F T
Conjunction
T B F
T T B F
B B B F
F F F F
Disjunction
T B F
T T T T
B T B B
F T B F

Defined Operators

The Material Conditional is definable in terms of disjunction:

A ⊃ B \(:=\) ¬A ∨ B

Likewise the Material Biconditional is defined in terms of and :

A ≡ B \(:=\) (A ⊃ B) ∧ (B ⊃ A)
Material Conditional
T B F
T T B F
B T B B
F T T T
Material Biconditional
T B F
T T B F
B B B B
F F B T

Compatibility Tables

LP does not have separate Assertion or Conditional operators, but we include tables and rules for them, for cross-compatibility.

Assertion
T T
B B
F F
Conditional
T B F
T T B F
B T B B
F T T T
Biconditional
T B F
T T B F
B B B B
F F B T

Predication

Like FDE, LP predication defines a predicate's extenstion and anti-extension. The value of a predicated sentence is determined as follows:

A sentence with predicate P with parameters \(\langle a_0, ... ,a_n\rangle\) is assigned a value as follows:

  • T iff \(\langle a_0, ... ,a_n\rangle\) is in the extension of P and not in the

    anti-extension of P.

  • F iff \(\langle a_0, ... ,a_n\rangle\) is in the anti-extension of P and not

    in the extension of P.

  • B iff \(\langle a_0, ... ,a_n\rangle\) is in both the extension and anti-extension

    of P.

Note, unlike FDE, there is an exhaustion constraint on a predicate's extension/anti-extension. This means that \(\langle a_0, ... ,a_n\rangle\) must be in either the extension and the anti-extension of P.

Like FDE, there is no exclusion restraint: there are permissible LP models where some tuple \(\langle a_0, ... ,a_n\rangle\) is in both the extension and anti-extension of a predicate.

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, B }:

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

LP tableaux are built similary to FDE.

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.

To build the trunk for the argument A1 ... AnB write:
A1
An
B

Closure

LP includes an additional gap closure rule. This means a branch closes when a sentence and its negation both appear as undesignated nodes on the branch.

Gap Closure[source]
A
¬A

LP includes the FDE closure rule.

Designation Closure[source]
A
A

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
¬¬FDEDouble Negation Designated[source]
¬¬A
A
¬¬FDEDouble Negation Undesignated[source]
¬¬A
A
∧ Rules
FDEConjunction Designated[source]
A ∧ B
A
B
FDEConjunction Undesignated[source]
A ∧ B
A
B
¬FDEConjunction Negated Designated[source]
¬(A ∧ B)
¬A
¬B
¬FDEConjunction Negated Undesignated[source]
¬(A ∧ B)
¬A
¬B
∨ Rules
FDEDisjunction Designated[source]
A ∨ B
A
B
FDEDisjunction Undesignated[source]
A ∨ B
A
B
¬FDEDisjunction Negated Designated[source]
¬(A ∨ B)
¬A
¬B
¬FDEDisjunction Negated Undesignated[source]
¬(A ∨ B)
¬A
¬B
⊃ Rules
FDEMaterial Conditional Designated[source]
A ⊃ B
¬A
B
FDEMaterial Conditional Undesignated[source]
A ⊃ B
¬A
B
¬FDEMaterial Conditional Negated Designated[source]
¬(A ⊃ B)
A
¬B
¬FDEMaterial Conditional Negated Undesignated[source]
¬(A ⊃ B)
A
¬B
≡ Rules
FDEMaterial Biconditional Designated[source]
A ≡ B
¬A
¬B
B
A
FDEMaterial Biconditional Undesignated[source]
A ≡ B
A
¬B
¬A
B
¬FDEMaterial Biconditional Negated Designated[source]
¬(A ≡ B)
A
¬B
¬A
B
¬FDEMaterial Biconditional Negated Undesignated[source]
¬(A ≡ B)
¬A
¬B
B
A

Quantifier Rules

∃ Rules
FDEExistential Designated[source]
∃xFx
Fa
FDEExistential Undesignated[source]
∃xFx
Fa
¬FDEExistential Negated Designated[source]
¬∃xFx
∀x¬Fx
¬FDEExistential Negated Undesignated[source]
¬∃xFx
∀x¬Fx
∀ Rules
FDEUniversal Designated[source]
∀xFx
Fa
FDEUniversal Undesignated[source]
∀xFx
Fa
¬FDEUniversal Negated Designated[source]
¬∀xFx
∃x¬Fx
¬FDEUniversal Negated Undesignated[source]
¬∀xFx
∃x¬Fx

Compatibility Rules

⚬ Rules
FDEAssertion Designated[source]
⚬A
A
FDEAssertion Undesignated[source]
⚬A
A
¬FDEAssertion Negated Designated[source]
¬⚬A
¬A
¬FDEAssertion Negated Undesignated[source]
¬⚬A
¬A
→ Rules
FDEConditional Designated[source]
A → B
¬A
B
FDEConditional Undesignated[source]
A → B
¬A
B
¬FDEConditional Negated Designated[source]
¬(A → B)
A
¬B
¬FDEConditional Negated Undesignated[source]
¬(A → B)
A
¬B
↔ Rules
FDEBiconditional Designated[source]
A ↔ B
¬A
¬B
B
A
FDEBiconditional Undesignated[source]
A ↔ B
A
¬B
¬A
B
¬FDEBiconditional Negated Designated[source]
¬(A ↔ B)
A
¬B
¬A
B
¬FDEBiconditional Negated Undesignated[source]
¬(A ↔ B)
¬A
¬B
B
A

Notes

Some notable features of LP include:

References

  • Beall, Jc, et al. Possibilities and Paradox: An Introduction to Modal and Many-valued Logic. United Kingdom, Oxford University Press, 2003.

For futher reading see: