- Reflexive Normal Modal Logic, with a reflexive access relation.
is an extension ofSemantics
semantics behave just likeReflexivity
adds a reflexive restriction on the access relation for models.
Reflexivity
In every model, for each world
, is in the access relation.Tableaux
system tableaux.
tableaux are constructed just likeNodes
Nodes for bivalent modal tableaux come in two types:
A sentence-world pair like
, indicating that is true at .An access node like
, indicating that the pair is in the access relation .
Trunk
To build the trunk for an argument, add a node with each premise, with world
, followed by a node with the negation of the conclusion with world .
To build the trunk for the argument A1 ... An ∴ B write:
A1, w0
⋮
An, w0
¬B, w0
Closure
Rules
rules plus an additional Reflexive rule.
contains all theThe Reflexive rule applies to an open branch b when there is a node n on b with a world w but there is not a node where w accesses w (itself).