Chop Logic Core - v1.4.0
    Preparing search index...
    IE: (formulas: PropFormula[]) => PropFormula = implicationElimination

    Type declaration

      • (formulas: PropFormula[]): PropFormula
      • Applies the rule of Implication Elimination (Modus Ponens).

        Given an implication (A => B) and its antecedent A, it derives the consequent B.

        Parameters

        • formulas: PropFormula[]

          An array of propositional formulas.

        Returns PropFormula

        The consequent of the implication if the rule is applicable.

        if implication elimination is not applicable.