CSLib: The Lean Computer Science Library

CSLib: The Lean Computer Science Library” by Clark W. Barrett, Swarat Chaudhuri, Fabrizio Montesi, Jim Grundy, Pushmeet Kohli, Leonardo de Moura, Alexandre Rademaker, and Sorrachai Yingchareonthawornchai. CoRR, vol. abs/2602.04846, 2026.

Abstract

We introduce CSLib, an open-source framework for proving computer-science-related theorems and writing formally verified code in the Lean proof assistant. CSLib aims to be for computer science what Lean's Mathlib is for mathematics. Mathlib has been tremendously impactful: it is a key reason for Lean's popularity within the mathematics research community, and it has also played a critical role in the training of AI systems for mathematical reasoning. However, the base of computer science knowledge in Lean is currently quite limited. CSLib will vastly enhance this knowledge base and provide infrastructure for using this knowledge in real-world verification projects. By doing so, CSLib will (1) enable the broad use of Lean in computer science education and research, and (2) facilitate the manual and AI-aided engineering of large-scale formally verified systems.

BibTeX entry:

@article{BCM+26,
   author = {Clark W. Barrett and Swarat Chaudhuri and Fabrizio Montesi
	and Jim Grundy and Pushmeet Kohli and Leonardo de Moura and
	Alexandre Rademaker and Sorrachai Yingchareonthawornchai},
   title = {CSLib: The Lean Computer Science Library},
   journal = {CoRR},
   volume = {abs/2602.04846},
   year = {2026},
   doi = {10.48550/ARXIV.2602.04846},
   url = {https://doi.org/10.48550/arXiv.2602.04846}
}

(This webpage was created with bibtex2web.)