Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "deductionFunctions/transposition/index"

Index

Functions

Const simpleTransposition

  • Transposition involves "flipping the arguments" of a conditional around, as well as "inverting their sign," i.e., negating them. So, to verify this rule at the top level, we just check that both propositions are conditionals, and that the second operand of one is the negation of the first operand of the other, and vice versa.

    Parameters

    Returns boolean

Const transposition

  • Check for applications of Transposition recursively.

    Parameters

    Returns boolean

Generated using TypeDoc