Certified binary search tree on W-types

Gustavo Arengas
2024-11-01
Abstract:Software bugs have caused enormous economic and human loss in recent years. Certified programming seeks to solve this problem by developing languages where we can make demonstrations that guarantee that our programs work properly. However, the rapid evolution of modern algorithms constantly forces us to develop new tools for this task. In this article we explore the possibility of defining new types using well-founded types. In particular, we developed a new elimination rule on the terms of the type. We apply these ideas to binary search trees to illustrate the power of the method.
Software Engineering,Data Structures and Algorithms,Category Theory
What problem does this paper attempt to address?