Deduction System

Our Hilbert-style deduction system for propositional logic is designed to take parameters. These parameters are as follows.

structure DeductionParameter (α) where
  axiomSet : AxiomSet α
  • axiomSet is set of formulas (axioms), For example, 𝗘𝗙𝗤, 𝗘𝗙𝗤 ∪ 𝗟𝗘𝗠.

In this formalization, logics that we usually refer to as (Intuitionistic Propositional Logic), (Classical Propositional Logic), etc. is characterized by deduction parameter.

Well-Known Systems

NameNotationAxioms
Minimal
Intuitionistic𝐈𝐧𝐭𝗘𝗙𝗤
Classical𝐂𝐥𝗘𝗙𝗤 ∪ 𝗟𝗘𝗠