đ¤ AI Summary
Formalizing recursive algorithms in proof assistants faces challenges in verifying correctness and termination, while coinductive proofs often incur redundancy. Method: We propose a corecursive algebraic framework based on well-founded functors, which embeds recursion and correctness directly into the type systemâensuring termination automatically via typingâand unifies classical termination techniques (e.g., rank functions) to enhance expressivity and generality. Contribution/Results: The central theoretical theorem has been fully formalized in Cubical Agda. The framework has been successfully applied to classic algorithmsâincluding Quicksort, Euclidâs algorithm, and CYK parsingâdemonstrating significant simplification of recursive algorithm formalization under coinductive semantics.
đ Abstract
Recursive coalgebras provide an elegant categorical tool for modelling recursive algorithms and analysing their termination and correctness. By considering coalgebras over categories of suitably indexed families, the correctness of the corresponding algorithms follows intrinsically just from the type of the computed maps. However, proving recursivity of the underlying coalgebras is non-trivial, and proofs are typically ad hoc. This layer of complexity impedes the formalization of coalgebraically defined recursive algorithms in proof assistants. We introduce a framework for constructing coalgebras which are intrinsically recursive in the sense that the type of the coalgebra guarantees recursivity from the outset. Our approach is based on the novel concept of a well-founded functor on a category of families indexed by a well-founded relation. We show as our main result that every coalgebra for a well-founded functor is recursive, and demonstrate that well-known techniques for proving recursivity and termination such as ranking functions are subsumed by this abstract setup. We present a number of case studies, including Quicksort, the Euclidian algorithm, and CYK parsing. Both the main theoretical result and selected case studies have been formalized in Cubical Agda.