Sequent Calculus
VerificationsPermalink
means has a verification.
means ay be used
A conversion rule ():
where is atomic
ConjunctionsPermalink
Introduction rule ():
Elimination rules ():
ImplicationsPermalink
Introduction rule ():
Elimination rules ():
DisjunctionsPermalink
Introduction rule ():
Elimination rules ():
Note: We can’t use elimination right after introduction, becasue the arrows don’t match
SequentsPermalink
So for natural deduction, we have elimination rules and introduction rules. For sequent calculus, we have left rules and right rules, where left rules are just the inverse of the elimination rules, and right rules are just the same as introduction rules.
The reasoning behind it is that elimination rules always produce down arrows, and introduction rules always produce up arrows. If we use natural deduction, we will kind of need to work on two directions, and when they meet, we stop and use the conversion rule ().
To simplify things, we reverse the elimination rules so that it is also pointing upward, so that we will only need to work in one direction. And we stop at something called identity rule.
Basically everything with should be on the right of , and vice versa.
We use the following notation:
Identity rule:
ConjunctionsPermalink
Right rules:
Left rules:
ImplicationsPermalink
Right rules:
Left rules:
DisjunctionsPermalink
Right rules:
Left rules:
FalsehoodPermalink
Right rules:
Left rules:
Comments