update colim/README

This commit is contained in:
Floris van Doorn 2019-01-11 16:11:43 -05:00
parent 59aed195ba
commit 9075b67c49

View file

@ -1 +1,5 @@
This folder contains various properties about colimits, from a paper to appear by Egbert Rijke, Floris van Doorn and Kristina Sojakova. This folder contains a formalization of various properties about sequential colimits. Most importantly, we prove that sigma-types commute with colimits. It accompanies a submitted paper by Kristina Sojakova, Floris van Doorn and Egbert Rijke.
This repository contains some unproven results, marked by `sorry`. No unproven results are used for any theorems discussed in the paper. You can write `print axioms theoremname` in a file to verify that `sorry` is not used in the proofs.
You will need a working version of Lean 2 to compile this repository. Installation instructions for Lean 2 can be found [here](https://github.com/leanprover/lean2). After that, you can run `linja` (or `path/to/lean2/bin/linja`) from the command-line in the main directory to compile this repository.