First-order natural deduction in Agda

Louis Warren
DOI: https://doi.org/10.48550/arXiv.2104.04095
2021-04-09
Abstract:Agda is a dependently-typed functional programming language, based on an extension of intuitionistic Martin-Löf type theory. We implement first order natural deduction in Agda. We use Agda's type checker to verify the correctness of natural deduction proofs, and also prove properties of natural deduction, using Agda's proof assistant functionality. This implementation corresponds to a formalisation of natural deduction in constructive type theory, and the proofs are verified by Agda to be correct (under the assumption that Agda itself is correct).
Logic,Logic in Computer Science
What problem does this paper attempt to address?