English

Intrinsically Correct Algorithms and Recursive Coalgebras

Programming Languages 2026-04-20 v3 Logic in Computer Science

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.

Keywords

Cite

@article{arxiv.2512.10748,
  title  = {Intrinsically Correct Algorithms and Recursive Coalgebras},
  author = {Cass Alexandru and Henning Urbat and Thorsten Wißmann},
  journal= {arXiv preprint arXiv:2512.10748},
  year   = {2026}
}

Comments

Agda source repository is archived under the Software Heritage ID: swh:1:dir:dd4da03ce67637632d48f28e941771c11a2d64ee

R2 v1 2026-07-01T08:20:45.648Z