Skip to content

mariainesdff/ideles-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adèles and idèles of global fields

This repository contains the source code for the paper "Formalizing the ring of adèles of a global field", to be presented at ITP 2022. The code runs over Lean 3.42.1 and mathlib's version 0f9edf98f8 (21st April, 2022).

The ring of adèles of a global field and its group of units, the group of idèles, are fundamental objects in modern number theory. We formalize the finite adèle ring and finite idèle group of a Dedekind domain. Building on this, we formalize the (finite) adèle ring, (finite) idèle group and idèle class group of any number field or function field.

We provide two applications: the statement of the main theorem of global class field theory, and a proof that the ideal class group is isomorphic to an explicit quotient of the idèle class group.

As a prerequisite, we formalize adic valuations on Dedekind domains and the associated completions.

The code developped in this project is in the process of being integrated into the mathlib library, but we keep a complete version here for ease of reference. To check which parts of the code are available in mathlib at any given time, please visit mariainesdff/ideles.

Installation instructions

The formalization has been developed over Lean 3 and its matemathical library mathlib. For detailed instructions to install Lean, mathlib, and supporting tools, visit the Lean Community website.

After installation, run the command leanproject get mariainesdff/ideles-journal-repository to obtain a copy of the project's source files and dependencies. To open the project in VS Code, either run path/to/ideles-journal-repository on the command line, or use the "Open Folder" menu option to open the project's root directory.

Documentation

The documentation automatically generated from the source files of the submitted version of the project is available on this link. Note that it includes documentation for the versions of Lean and mathlib used by the project.

See also Lean's general documentation and the current mathlib docs.

Code overview

We indicate which source files contain the main definitions and results described in the paper.

Section 2

Section 3

Section 4

Section 5

Copyright (C) 2022, María Inés de Frutos-Fernández

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages