Formal Definitions and Proofs for Partial (Co)Recursive Functions
Horaţiu Cheval,David Nowak,Vlad Rusu
DOI: https://doi.org/10.1016/j.jlamp.2024.100999
IF: 1.088
2024-06-20
Journal of Logical and Algebraic Methods in Programming
Abstract:Partial functions are a key concept in programming. Without partiality a programming language has limited expressiveness – it is not Turing-complete, hence, it excludes some constructs such as while-loops. In functional programming languages, partiality mostly originates from the non-termination of recursive functions. Corecursive functions are another source of partiality: here, the issue is not termination, but the inability to produce arbitrary large, finite approximations of a theoretically infinite output. Partial functions have been formally studied in the branch of theoretical computer science called domain theory. In this paper we propose to step up the level of formality by using the Coq proof assistant. The main difficulty is that Coq requires all functions to be total, since partiality would break the soundness of its underlying logic. We propose practical solutions for this issue, and others, which appear when one attempts to define and reason about partial (co)recursive functions in a total functional language.
computer science, theory & methods,logic