Enumeration: Rules of Inference for Intuitionistic Natural Deduction

Rules of Inference for Intuitionistic Natural Deduction

  • Conjunction

    • introduction, ∧I

    • elimination

      • left, ∧E₁

      • right, ∧E₂

  • Disjunction

    • introduction

      • left, ∨I₁

      • right, ∨I₂

    • elimination, ∨E

  • Implication

    • introduction, →I

    • elimination, →E (MP)

  • Negation

    • introduction, ¬I

    • elimination, ¬E

  • Truth

    • introduction, TI

  • Falsum

    • elimination, ⟘E

  • Universal quantification

    • introduction, ∀I

    • elimination, ∀E

  • Existential quantification

    • introduction, ∃I

    • elimination, ∃E

Last updated

Was this helpful?