package macros
- Alphabetic
- Public
- All
Value Members
- object AndLeftMacroRule extends ConvenienceConstructor
- object ContractionLeftMacroRule
This macro rule simulates a series of contractions in the antecedent.
- object ContractionMacroRule extends ConvenienceConstructor
This macro rule simulates a series of contractions in both cedents.
- object ContractionRightMacroRule
This macro rule simulates a series of contractions in the succedent.
- object EqualityLeftMacroRule extends ConvenienceConstructor
- object EqualityRightMacroRule extends ConvenienceConstructor
- object ExchangeLeftMacroRule
Move a formula to the beginning of the antecedent, where the main formula is customarily placed.
Move a formula to the beginning of the antecedent, where the main formula is customarily placed.
(π) Γ, A, Γ' :- Δ -------------- A, Γ, Γ' :- Δ
- object ExchangeRightMacroRule
Move a formula to the end of the succedent, where the main formula is customarily placed.
Move a formula to the end of the succedent, where the main formula is customarily placed.
(π) Γ :- Δ, A, Δ' -------------- Γ :- Δ, Δ', A
- object ExistsLeftBlock
- object ExistsRightBlock
- object FOTheoryMacroRule
- object ForallLeftBlock
- object ForallRightBlock
- object ImpRightMacroRule extends ConvenienceConstructor
- object NaturalNumberInductionRule extends ConvenienceConstructor
- object OrRightMacroRule extends ConvenienceConstructor
- object ParamodulationLeftRule extends ConvenienceConstructor
- object ParamodulationRightRule extends ConvenienceConstructor
- object TransRule
- object WeakQuantifierBlock
- object WeakeningContractionMacroRule extends ConvenienceConstructor
This macro rule simulates multiple weakenings and contractions in both cedents.
- object WeakeningLeftMacroRule
This macro rule simulates a series of weakenings in the antecedent.
- object WeakeningMacroRule extends ConvenienceConstructor
This macro rule simulates a series of weakenings in both cedents.
- object WeakeningRightMacroRule
This macro rule simulates a series of weakenings in the succedent.
- object proofFromInstances
Computes a proof of F from a proof of some instances of F
This is the API documentation for GAPT.
The main package is gapt.