package macros

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object AndLeftMacroRule extends ConvenienceConstructor
  2. object ContractionLeftMacroRule

    This macro rule simulates a series of contractions in the antecedent.

  3. object ContractionMacroRule extends ConvenienceConstructor

    This macro rule simulates a series of contractions in both cedents.

  4. object ContractionRightMacroRule

    This macro rule simulates a series of contractions in the succedent.

  5. object EqualityLeftMacroRule extends ConvenienceConstructor
  6. object EqualityRightMacroRule extends ConvenienceConstructor
  7. 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, Γ, Γ' :- Δ
    

  8. 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
    

  9. object ExistsLeftBlock
  10. object ExistsRightBlock
  11. object FOTheoryMacroRule
  12. object ForallLeftBlock
  13. object ForallRightBlock
  14. object ImpRightMacroRule extends ConvenienceConstructor
  15. object NaturalNumberInductionRule extends ConvenienceConstructor
  16. object OrRightMacroRule extends ConvenienceConstructor
  17. object ParamodulationLeftRule extends ConvenienceConstructor
  18. object ParamodulationRightRule extends ConvenienceConstructor
  19. object TransRule
  20. object WeakQuantifierBlock
  21. object WeakeningContractionMacroRule extends ConvenienceConstructor

    This macro rule simulates multiple weakenings and contractions in both cedents.

  22. object WeakeningLeftMacroRule

    This macro rule simulates a series of weakenings in the antecedent.

  23. object WeakeningMacroRule extends ConvenienceConstructor

    This macro rule simulates a series of weakenings in both cedents.

  24. object WeakeningRightMacroRule

    This macro rule simulates a series of weakenings in the succedent.

  25. object proofFromInstances

    Computes a proof of F from a proof of some instances of F

Ungrouped