This repository contains the source code for the short paper "Toward a formalisation of the statement of Deligne’s Theorem", submitted to ITP 2023. The code runs over Lean 3.49.1 and mathlib's version bd9851c (Feb 20, 2023).
Deligne’s theorem attaching a
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 mkaratarakis/Deligne
to obtain a copy of the project's source files and dependencies. To open the project in VS Code, either run path/to/Deligne
on the command line, or use the "Open Folder" menu option to open the project's root directory. To compile the project locally, use the command lean --make src
.
Copyright (C) 2023, Michail Karatarakis