Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 922 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 922 Bytes

Formalization of derived categories in Lean/mathlib

This project contains a Lean file LeanDerivedCategories.lean which accompanies the paper Formalization of derived categories in Lean/Mathlib by Joël Riou. This file follows the same structure as the paper and is meant to facilitate the cross-references between the mathematical text and the corresponding definitions in the Lean code, which is part of the mathlib branch jriou_localization.

Installation instructions

  • Get a working Lean installation
  • git clone https://github.com/joelriou/lean-derived-categories.git
  • cd lean-derived-categories
  • lake exe cache get
  • launch VS code on this directory