Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "deductionFunctions/material-implication/index"

Index

Functions

Const materialImplication

  • Function that checks for Material Implication recursively.

    Parameters

    Returns boolean

Const simpleMaterialImplication

  • Function for verifying the application of Material Implication, which is a Rule of Equivalence that transforms a conditional into a disjunction, as in: (i) p -> q; (ii) ~p V q. This rule is easily verified by first identifing which input proposition is the conjunction, and which is the disjunction. Then we compare the operands and check that the second operands are equval, and the first operands are negations of each other.

    Parameters

    Returns boolean

Generated using TypeDoc