All Available Rules
are variables, is a term, are formulas, and are sequences of formulas.
For rules with suffix L
or R
, they will manipulate the left or right side of the sequent, respectively.
I
Syntax: I
Closes the current goal.
Cut
Syntax: Cut formula
formula
is the intermediate formula .
AndL1
Syntax: AndL1
AndL2
Syntax: AndL2
AndR
Syntax: AndR
OrL
Syntax: OrL
OrR1
Syntax: OrR1
OrR2
Syntax: OrR2
ImpL
Syntax: ImpL
ImpR
Syntax: ImpR
BottomL
Syntax: BottomL
TopR
Syntax: TopR
ForallL
Syntax: ForallL term
ForallR
Syntax: ForallR identifier
The variable should not occur free in the conclusion.
ExistsL
Syntax: ExistsL identifier
The variable should not occur free in the conclusion.
ExistsR
Syntax: ExistsR term
WL
Syntax: WL
Weakening left. Erases the first formula on the left side.
WR
Syntax: WR
Weakening right. Erases the first formula on the right side.
CL
Syntax: CL
Contraction left. Duplicates the first formula on the left side.
CR
Syntax: CR
Contraction right. Duplicates the first formula on the right side.
PL
Syntax: PL number
Permutation left. Moves the formula at the given index number
on the left side to the first position.
PR
Syntax: PR number
Permutation right. Moves the formula at the given index number
on the right side to the first position.