English

Certifying rings of integers in number fields

Logic in Computer Science 2025-01-20 v2 Number Theory

Abstract

Number fields and their rings of integers, which generalize the rational numbers and the integers, are foundational objects in number theory. There are several computer algebra systems and databases concerned with the computational aspects of these. In particular, computing the ring of integers of a given number field is one of the main tasks of computational algebraic number theory. In this paper, we describe a formalization in Lean 4 for certifying such computations. In order to accomplish this, we developed several data types amenable to computation. Moreover, many other underlying mathematical concepts and results had to be formalized, most of which are also of independent interest. These include resultants and discriminants, as well as methods for proving irreducibility of univariate polynomials over finite fields and over the rational numbers. To illustrate the feasibility of our strategy, we formally verified entries from the Number fields\textit{Number fields} section of the L-functions and modular forms database\textit{L-functions and modular forms database} (LMFDB). These concern, for several number fields, the explicitly given integral basis\textit{integral basis} of the ring of integers and the discriminant\textit{discriminant}. To accomplish this, we wrote SageMath code that computes the corresponding certificates and outputs a Lean proof of the statement to be verified.

Keywords

Cite

@article{arxiv.2409.18030,
  title  = {Certifying rings of integers in number fields},
  author = {Anne Baanen and Alain Chavarri Villarello and Sander R. Dahmen},
  journal= {arXiv preprint arXiv:2409.18030},
  year   = {2025}
}

Comments

14 pages. Source code available at https://github.com/alainchmt/RingOfIntegersProject

R2 v1 2026-06-28T18:58:25.723Z